flutter_shortcuts 1.2.0 flutter_shortcuts: ^1.2.0 copied to clipboard
Flutter plugin for creating static & dynamic app shortcuts on home screen.
v1.2.0 #
- Breaking Change renamed
initialize
tolistenAction
. - Breaking Change
initialize
takes bool debug.
v1.1.0 #
- Breaking Change
updateShortcutItem
doesn't take id. - Breaking Change
changeShortcutItemIcon
icon property is by default set toShortcutIconAsset.flutterAsset
. - New Feature
FlutterShortcutItem
new fieldshortcutIconAsset
.
v1.0.1 #
- Demo provided in README
v1.0.0 #
- Initial Development Release