PackageTrack
Sign in Get early access

quick_actions

Flutter plugin for creating shortcuts on home screen, also known as Quick Actions on iOS and App Shortcuts on Android.

1.1.0 173K downloads/mo #905 most downloaded on pub.dev flutter/packages

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Ships fairly regularly

a new release about every 3 months

Nearly every release is documented

notes for 48 of 49 stable releases

Nothing withdrawn

no release was ever pulled

9 years old

50 releases · first in 2017

0 releases in the last 12 months

see the full history below

Release timeline

50 releases · Jun 2017 to Dec 2024
2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 50
  1. 1.1.0 11 Dec 2024
    Release notes
    • Adds localizedSubtitle field for iOS quick actions.
    Open source →
  2. 1.0.8 24 Sep 2024
    Release notes
    • Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.
    • Adds reference to quick_actions_android README in the Android section of the README.
    Open source →
  3. 1.0.7 09 Jan 2024
    Release notes
    • Updates minimum required plugin_platform_interface version to 2.1.7.
    • Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
    Open source →
  4. 1.0.6 30 Aug 2023
    Release notes
    • Adds pub topics to package metadata.
    • Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
    Open source →
  5. 1.0.5 24 May 2023
    Release notes
    • Updates iOS quick action documentation in README.
    Open source →
  6. 1.0.4 22 May 2023
    Release notes
    • Removes obsolete null checks on non-nullable values.
    Open source →
  7. 1.0.3 08 May 2023
    Release notes
    • Updates iOS minimum version in README.
    • Updates minimum Flutter version to 3.3.
    • Aligns Dart and Flutter SDK constraints.
    Open source →
  8. 1.0.2 22 Feb 2023
    Release notes
    • Updates links for the merge of flutter/plugins into flutter/packages.
    • Updates minimum Flutter version to 3.0.
    Open source →
  9. 1.0.1 13 Oct 2022
    Release notes
    • Updates implementaion package versions to current versions.
    Open source →
  10. 1.0.0 31 Aug 2022
    Release notes
    • Updates version to 1.0 to reflect current status.
    • Updates minimum Flutter version to 2.10.
    • Updates README to document that on Android, icons may need to be explicitly marked as used in the Android project for release builds.
    • Minor fixes for new analysis options.
    Open source →
  11. 0.6.0 25 Mar 2021
    Release notes
    • Migrate to federated architecture.
    Open source →
  12. 0.6.0+1 19 Apr 2021
    Release notes
    • Correctly handle iOS Application lifecycle events on cold start of the App.
    Open source →
  13. 0.6.0+2 27 May 2021
    Release notes
    • Migrate maven repository from jcenter to mavenCentral.
    Open source →
  14. 0.6.0+3 09 Jul 2021
    Release notes
    • Added a const constructor for the QuickActions class, so the plugin will behave as documented in the sample code mentioned in the README.md.
    Open source →
  15. 0.6.0+5 18 Aug 2021
    Release notes
    • Support only calling initialize once.
    Open source →
  16. 0.6.0+6 20 Aug 2021
    Release notes
    • Updated Android lint settings.
    • Fix repository link in pubspec.yaml.
    Open source →
  17. 0.6.0+7 17 Sep 2021
    Release notes
    • Update minimum Flutter SDK to 2.5 and iOS deployment target to 9.0.
    Open source →
  18. 0.6.0+8 19 Nov 2021
    Release notes
    • Updates example app Android compileSdkVersion to 31.
    • Moves method call to background thread to fix CI failure.
    Open source →
  19. 0.6.0+9 10 Jan 2022
    Release notes
    • Updates Android compileSdkVersion to 31.
    • Updates code for analyzer changes.
    • Removes dependency on meta.
    Open source →
  20. 0.6.0+10 04 Mar 2022
    Release notes
    • Moves Android and iOS implementations to federated packages.
    Open source →
  21. 0.6.0+11 10 May 2022
    Release notes
    • Removes unnecessary imports.
    • Updates minimum Flutter version to 2.8.
    • Adds OS version support information to README.
    • Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors lint warnings.
    Open source →
  22. 0.5.0 25 Feb 2021
    Release notes
    • Migrate to null safety.
    • Fixes quick actions not working on iOS.
    Open source →
  23. 0.5.0+1 25 Mar 2021
    Release notes
    • Updated example app implementation.
    Open source →
  24. 0.5.0-nullsafety 09 Feb 2021 pre-release

    Nothing published for this version

  25. 0.4.0 26 Nov 2019
    Release notes
    • Added missing documentation.
    • Breaking change. channel and withMethodChannel are now @visibleForTesting. These methods are for plugin unit tests only and may be removed in the future.
    • Breaking change. Removed runLaunchAction from public API. This method was not meant to be used by consumers of the plugin.
    Open source →
  26. 0.4.0+1 10 Dec 2019
    Release notes
    • Remove the deprecated author: field from pubspec.yaml
    • Migrate the plugin to the pubspec platforms manifest.
    • Require Flutter SDK 1.10.0 or greater.
    Open source →
  27. 0.4.0+2 20 Feb 2020
    Release notes
    • Make the pedantic dev_dependency explicit.
    Open source →
  28. 0.4.0+4 21 Apr 2020
    Release notes
    • Bump the minimum Flutter version to 1.12.13+hotfix.5.
    • Clean up various Android workarounds no longer needed after framework v1.12.
    • Complete v2 embedding support.
    • Fix UIApplicationShortcutItem availability warnings.
    • Fix CocoaPods podspec lint warnings.
    Open source →
  29. 0.4.0+5 12 May 2020
    Release notes
    • Update lower bound of dart dependency to 2.1.0.
    Open source →
  30. 0.4.0+6 21 May 2020
    Release notes
    • Post-v2 Android embedding cleanup.
    Open source →
  31. 0.4.0+8 22 Aug 2020
    Release notes
    • Update package:e2e -> package:integration_test
    Open source →
  32. 0.4.0+9 23 Sep 2020
    Release notes
    • Keep handling deprecated Android v1 classes for backward compatibility.
    Open source →
  33. 0.4.0+10 14 Oct 2020
    Release notes
    • Update android compileSdkVersion to 29.
    Open source →
  34. 0.3.3 06 Nov 2019
    Release notes
    • Support Android V2 embedding.
    • Add e2e tests.
    • Migrate to using the new e2e test binding.
    Open source →
  35. 0.3.3+1 13 Nov 2019
    Release notes
    • Update and migrate iOS example project by removing flutter_assets, change "English" to "en", remove extraneous xcconfigs, update to Xcode 11 build settings, and remove ARCHS and DEVELOPMENT_TEAM.
    Open source →
  36. 0.3.2 15 Jul 2019
    Release notes
    • Fixed the quick actions launch on Android when the app is killed.
    Open source →
  37. 0.3.2+1 15 Jul 2019
    Release notes
    • Update usage example in README.
    Open source →
  38. 0.3.2+2 16 Jul 2019
    Release notes
    • Fix bug that would make the shortcut not open on Android.
    • Report shortcut used on Android.
    • Improves example.
    Open source →
  39. 0.3.1 10 Jul 2019
    Release notes
    • Added unit tests.
    Open source →
  40. 0.3.0 24 Jan 2019
    Release notes
    • Breaking change. Migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to also migrate if they're using the original support library.
    Open source →
  41. 0.3.0+1 08 Feb 2019
    Release notes
    • Log a more detailed warning at build time about the previous AndroidX migration.
    Open source →
  42. 0.3.0+2 04 Jun 2019
    Release notes
    • Add missing template type parameter to invokeMethod calls.
    • Bump minimum Flutter version to 1.5.0.
    • Replace invokeMethod with invokeMapMethod wherever necessary.
    Open source →
  43. 0.2.2 15 Nov 2018
    Release notes
    • Allow to register more than once.
    Open source →
  44. 0.2.1 01 Jun 2018
    Release notes
    • Updated Gradle tooling to match Android Studio 3.1.2.
    Open source →
  45. 0.2.0 09 Mar 2018
    Release notes
    • Breaking change. Set SDK constraints to match the Flutter beta release.
    Open source →
  46. 0.1.1 12 Jan 2018
    Release notes
    • Simplified and upgraded Android project template to Android SDK 27.
    • Updated package description.
    Open source →
  47. 0.1.0 20 Dec 2017
    Release notes
    • Breaking change. Upgraded to Gradle 4.1 and Android Studio Gradle plugin 3.0.1. Older Flutter projects need to upgrade their Gradle setup as well in order to use this version of the plugin. Instructions can be found here.
    Open source →
  48. 0.0.2 03 Dec 2017
    Release notes
    • Add FLT prefix to iOS types
    Open source →
  49. 0.0.1 12 Jun 2017
    Release notes
    • Initial release
    Open source →
  50. 0.0.1+1 12 Jun 2017

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive