Skip to content

Releases: DevsOnFlutter/flutter_shortcuts

v1.3.0

Choose a tag to compare

@divshekhar divshekhar released this 25 Dec 09:54
cb797b0

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

Choose a tag to compare

@divshekhar divshekhar released this 02 Jul 01:58
43b6c1a
  • Compatibility added in README

v1.2.1

Choose a tag to compare

@divshekhar divshekhar released this 27 Jun 08:06
e1e48f7
  • Optimised Shortcuts

v1.2.0

Choose a tag to compare

@divshekhar divshekhar released this 26 May 02:16
  • Breaking Change renamed initialize to listenAction.
  • Breaking Change initialize takes bool debug.

v1.1.0

Choose a tag to compare

@divshekhar divshekhar released this 25 May 07:10
  • 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

Choose a tag to compare

@divshekhar divshekhar released this 23 May 14:30

Features:

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