flutter_shortcuts 1.3.0 flutter_shortcuts: ^1.3.0 copied to clipboard
Flutter plugin for creating static & dynamic app/conversation shortcuts on home screen.
v1.3.0 #
- Breaking Change renamed
FlutterShortcutsItem
toShortcutItem
- Extra fields added in ShortcutItem
(bool) conversationShortcut
make conversation shortcuts(bool) isImportant
set conversation shortcut importance(bool) isBot
set is conversation shortcut bot
v1.2.2 #
- Compatibility added in Readme
v1.2.1 #
- Optimised Shortcuts
- Readme updated
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