Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
divshekhar committed May 25, 2021
1 parent 6d9de31 commit fb64c67
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.2.0

* **Breaking Change** renamed `initialize` to `listenAction`.
* **Breaking Change** `initialize` takes bool debug.

## v1.1.0

* **Breaking Change** `updateShortcutItem` doesn't take id.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ All the features listed below can be performed at the runtime.

## Demo

|<img height=500 src="https://i.imgur.com/IRUaepd.gif"/>|
|<img height=500 src="https://i.imgur.com/UPcyPEl.gif"/>|
|---|

## Quick Start
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.1.0"
version: "1.2.0"
flutter_test:
dependency: "direct dev"
description: flutter
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: flutter_shortcuts
description: Flutter plugin for creating static & dynamic app shortcuts on home screen.
version: 1.1.0
version: 1.2.0
repository: https://github.com/divshekhar/flutter_shortcuts
documentation: https://github.com/divshekhar/flutter_shortcuts/blob/main/README.md

Expand Down

0 comments on commit fb64c67

Please sign in to comment.