File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11name : flutter_shortcuts
22description : Flutter plugin for creating static & dynamic app shortcuts on home screen.
3- version : 1.1 .0
3+ version : 1.2 .0
44repository : https://github.com/divshekhar/flutter_shortcuts
55documentation : https://github.com/divshekhar/flutter_shortcuts/blob/main/README.md
66
You can’t perform that action at this time.
0 commit comments