Skip to content

Commit 9e167e6

Browse files
committed
fix: updated changelog, pubspec and readme
1 parent f31c36f commit 9e167e6

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
## 0.8.0
22
* [BREAKING_CHANGE] Updated min android version to 22 and target/compile version to 34.
3-
* Updated dependencies version
4-
* Replaced lint with very_good_analysis package
3+
* Updated dependencies version.
4+
* Replaced lint with very_good_analysis package.
55
* Fixed screenshot manger not creating screenshots.
6+
* Update pub.dev metadata.
67

78
## 0.7.0
89
* [BREAKING_CHANGE] Update to Flutter 3 by Nico Mexis (https://github.com/ThexXTURBOXx).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Catcher supports Android, iOS, Web, Linux, Windows and MacOS platforms.
2020
Add this line to your **pubspec.yaml**:
2121
```yaml
2222
dependencies:
23-
catcher: ^0.7.0
23+
catcher: ^0.8.0
2424
```
2525
2626
Then run this command:

pubspec.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ description: Plugin for error catching which provides multiple handlers for deal
33
version: 0.8.0
44
#author: Jakub Homlala <jhomlala@gmail.com>
55
homepage: https://github.com/jhomlala/catcher
6+
repository: https://github.com/jhomlala/catcher
7+
issue_tracker: https://github.com/jhomlala/catcher/issues
8+
topis:
9+
- error
10+
- errors
11+
- logs
12+
- devtools
13+
- tool
614

715
environment:
816
sdk: '>=2.19.6 <3.0.0'

0 commit comments

Comments
 (0)