Skip to content

Commit

Permalink
Fix analyser issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Frezyx committed Sep 5, 2021
1 parent 9ffa03b commit fe6acda
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.2.0

- **FIX**: Migrate from package_info to package_info_plus
- **FIX**: Fix analyser issues

## 0.1.0

Initial package version
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.0"
version: "0.2.0"
device_info:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: debug_friend
description: Flutter debug helper widget with device info, common and custom actions.
version: 0.1.0
version: 0.2.0
homepage: https://github.com/Frezyx/debug_friend

environment:
Expand Down

0 comments on commit fe6acda

Please sign in to comment.