flutter_shortcuts_new 2.0.0
flutter_shortcuts_new: ^2.0.0 copied to clipboard
Flutter plugin for creating static & dynamic app/conversation shortcuts on home screen.
2.0.0 #
- Plugin forked to
flutter_shortcuts_newdue to original plugin was no longer maintained - Added namespace to become compatible with newer gradle versions
- Use pushDynamicShortcut for addShortcut to dynamically add shortcuts even if already existing
1.4.0 #
- New Feature Generate icon from JPEG images in memory (Uint8List)
ShortcutIconAsset.memoryAsset
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