Skip to content

Commit

Permalink
Exposed Help classes
Browse files Browse the repository at this point in the history
  • Loading branch information
juskek committed Sep 30, 2022
1 parent a164930 commit e34ecaa
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.1+1

* Exposed Help classes
* Updated README

## 0.0.1

* Added Help classes
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Flutter dev utils to make your life easier
* Built off logger package with functionality to print caller, ignore certain callers, and filter printed logs by caller type
* Help
* HelpFoo classes which can be used for inline code help.

![Alt Text](https://github.com/Kek-Tech/flutter_dev_utils/blob/main/assets/HelpClass.gif)

## Usage
Expand Down
3 changes: 3 additions & 0 deletions lib/flutter_dev_utils.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
library flutter_dev_utils;

export 'package:flutter_dev_utils/src/inline_help/help_error.dart';
export 'package:flutter_dev_utils/src/inline_help/help_singleton.dart';

export 'package:flutter_dev_utils/src/try_handler/sync_try_handler.dart';
export 'package:flutter_dev_utils/src/try_handler/async_try_handler.dart';
export 'package:flutter_dev_utils/src/caller_logger/caller_logger.dart';
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_dev_utils
description: Developer utils to make your life easier.
version: 0.0.1
version: 0.0.1+1
homepage: https://github.com/Kek-Tech/flutter_dev_utils

# publish_to: none # Remove this line if you wish to publish to pub.dev
Expand Down

0 comments on commit e34ecaa

Please sign in to comment.