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.
1.3.0 #
- Breaking Change renamed
FlutterShortcutsItemtoShortcutItem - Extra fields added in ShortcutItem
(bool) conversationShortcutmake conversation shortcuts(bool) isImportantset conversation shortcut importance(bool) isBotset is conversation shortcut bot
1.2.2 #
- Compatibility added in Readme
1.2.1 #
- Optimised Shortcuts
- Readme updated
1.2.0 #
- Breaking Change renamed
initializetolistenAction. - Breaking Change
initializetakes bool debug.
1.1.0 #
- Breaking Change
updateShortcutItemdoesn't take id. - Breaking Change
changeShortcutItemIconicon property is by default set toShortcutIconAsset.flutterAsset. - New Feature
FlutterShortcutItemnew fieldshortcutIconAsset.
1.0.1 #
- Demo provided in README
1.0.0 #
- Initial Development Release