Flutter Shortcuts Versions Save

Flutter plugin for creating static & dynamic app shortcuts on the home screen.

v1.3.0

2 years ago

Update (v1.3.0)

  • Breaking Change renamed FlutterShortcutsItem to ShortcutItem
  • 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

2 years ago
  • Compatibility added in README

v1.2.1

2 years ago
  • Optimised Shortcuts

v1.2.0

3 years ago
  • Breaking Change renamed initialize to listenAction.
  • Breaking Change initialize takes bool debug.

v1.1.0

3 years ago
  • Breaking Change updateShortcutItem doesn't take id.
  • Breaking Change changeShortcutItemIcon icon property is by default set to ShortcutIconAsset.flutterAsset.
  • New Feature FlutterShortcutItem new field shortcutIconAsset.

v1.0.0

3 years ago

Features:

  • initialize
  • getMaxShortcutLimit
  • setShortcutItems
  • clearShortcutItems
  • pushShortcutItem
  • addShortcutItems
  • updateShortcutItems
  • updateShortcutItem
  • changeShortcutItemIcon