Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ngthailam committed May 18, 2022
1 parent b1eec87 commit bc26c6a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@

* Initial release
* Allow app shortcuts management on Android

## 0.1.0

* Reduce dart version requirement to 2.12.0
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Demonstrates how to use the flutter_app_shortcut plugin.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

environment:
sdk: ">=2.16.2 <3.0.0"
sdk: ">=2.12.0 <3.0.0"

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: flutter_app_shortcut
description: A plugin to implement native App shortcut
version: 0.0.1
version: 0.1.0
documentation: https://github.com/ngthailam/flutter_app_short_cut/blob/main/README.md
repository: https://github.com/ngthailam/flutter_app_short_cut
issue_tracker: https://github.com/ngthailam/flutter_app_short_cut/issues
platforms:
android:

environment:
sdk: ">=2.16.2 <3.0.0"
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.5.0"

dependencies:
Expand Down

0 comments on commit bc26c6a

Please sign in to comment.