Skip to content

Releases: DevsOnFlutter/flutter_shortcuts

v1.3.0

25 Dec 09:54
cb797b0
Compare
Choose a tag to compare

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

02 Jul 01:58
43b6c1a
Compare
Choose a tag to compare
  • Compatibility added in README

v1.2.1

27 Jun 08:06
e1e48f7
Compare
Choose a tag to compare
  • Optimised Shortcuts

v1.2.0

26 May 02:16
Compare
Choose a tag to compare
  • Breaking Change renamed initialize to listenAction.
  • Breaking Change initialize takes bool debug.

v1.1.0

25 May 07:10
Compare
Choose a tag to compare
  • 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

23 May 14:30
Compare
Choose a tag to compare

Features:

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