- 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
- Compatibility added in Readme
- Optimised Shortcuts
- Readme updated
- Breaking Change renamed
initialize
tolistenAction
. - Breaking Change
initialize
takes bool debug.
- Breaking Change
updateShortcutItem
doesn't take id. - Breaking Change
changeShortcutItemIcon
icon property is by default set toShortcutIconAsset.flutterAsset
. - New Feature
FlutterShortcutItem
new fieldshortcutIconAsset
.
- Demo provided in README
- Initial Development Release