Skip to content

Commit fb64c67

Browse files
committed
v1.2.0
1 parent 6d9de31 commit fb64c67

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.2.0
2+
3+
* **Breaking Change** renamed `initialize` to `listenAction`.
4+
* **Breaking Change** `initialize` takes bool debug.
5+
16
## v1.1.0
27

38
* **Breaking Change** `updateShortcutItem` doesn't take id.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ All the features listed below can be performed at the runtime.
2828

2929
## Demo
3030

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

3434
## Quick Start

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ packages:
6868
path: ".."
6969
relative: true
7070
source: path
71-
version: "1.1.0"
71+
version: "1.2.0"
7272
flutter_test:
7373
dependency: "direct dev"
7474
description: flutter

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_shortcuts
22
description: Flutter plugin for creating static & dynamic app shortcuts on home screen.
3-
version: 1.1.0
3+
version: 1.2.0
44
repository: https://github.com/divshekhar/flutter_shortcuts
55
documentation: https://github.com/divshekhar/flutter_shortcuts/blob/main/README.md
66

0 commit comments

Comments
 (0)