Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
juskek committed Feb 26, 2023
1 parent 8411e85 commit e829788
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.0.2+1

* Fixed catchKnownExceptions
## 0.0.2

* Modified TypeFilter to extend ProductionFilter instead of DevelopmentFilter so that the stackTrace is always printed.
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ syncTryCatchHandler(

## Additional information

TODO: how to
contribute to the package, how to file issues, what response they can expect
from the package authors, and more.
### Making Changes
1. Run `flutter test`
2. Change version number in pubspec.yaml
3. Update CHANGELOG.md
4. Run `dart pub publish --dry-run`
5. Run `dart pub publish`
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; e.g. try handlers to easily find source of bug, help classes for code editor inline tips.
version: 0.0.2
version: 0.0.2+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 e829788

Please sign in to comment.