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 2024Releases
latest 50-
1.1.011 Dec 2024 -
1.0.824 Sep 2024Release notes
Open source →- Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.
- Adds reference to
quick_actions_androidREADME in the Android section of the README.
-
1.0.709 Jan 2024Release notes
Open source →- Updates minimum required plugin_platform_interface version to 2.1.7.
- Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
-
1.0.630 Aug 2023Release notes
Open source →- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
-
1.0.524 May 2023 -
1.0.422 May 2023 -
1.0.308 May 2023Release notes
Open source →- Updates iOS minimum version in README.
- Updates minimum Flutter version to 3.3.
- Aligns Dart and Flutter SDK constraints.
-
1.0.222 Feb 2023Release notes
Open source →- Updates links for the merge of flutter/plugins into flutter/packages.
- Updates minimum Flutter version to 3.0.
-
1.0.113 Oct 2022 -
1.0.031 Aug 2022Release notes
Open source →- 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.
-
0.6.025 Mar 2021 -
0.6.0+119 Apr 2021Release notes
Open source →- Correctly handle iOS Application lifecycle events on cold start of the App.
-
0.6.0+227 May 2021 -
0.6.0+309 Jul 2021Release notes
Open source →- Added a
constconstructor for theQuickActionsclass, so the plugin will behave as documented in the sample code mentioned in the README.md.
- Added a
-
0.6.0+518 Aug 2021 -
0.6.0+620 Aug 2021 -
0.6.0+717 Sep 2021 -
0.6.0+819 Nov 2021Release notes
Open source →- Updates example app Android compileSdkVersion to 31.
- Moves method call to background thread to fix CI failure.
-
0.6.0+910 Jan 2022Release notes
Open source →- Updates Android compileSdkVersion to 31.
- Updates code for analyzer changes.
- Removes dependency on
meta.
-
0.6.0+1004 Mar 2022 -
0.6.0+1110 May 2022Release notes
Open source →- 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.
-
0.5.025 Feb 2021 -
0.5.0+125 Mar 2021 -
0.5.0-nullsafety09 Feb 2021 pre-releaseNothing published for this version
-
0.4.026 Nov 2019Release notes
Open source →- Added missing documentation.
- Breaking change.
channelandwithMethodChannelare now@visibleForTesting. These methods are for plugin unit tests only and may be removed in the future. - Breaking change. Removed
runLaunchActionfrom public API. This method was not meant to be used by consumers of the plugin.
-
0.4.0+110 Dec 2019Release notes
Open source →- Remove the deprecated
author:field from pubspec.yaml - Migrate the plugin to the pubspec platforms manifest.
- Require Flutter SDK 1.10.0 or greater.
- Remove the deprecated
-
0.4.0+220 Feb 2020 -
0.4.0+421 Apr 2020Release notes
Open source →- 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.
-
0.4.0+512 May 2020 -
0.4.0+621 May 2020 -
0.4.0+822 Aug 2020 -
0.4.0+923 Sep 2020 -
0.4.0+1014 Oct 2020 -
0.3.306 Nov 2019Release notes
Open source →- Support Android V2 embedding.
- Add e2e tests.
- Migrate to using the new e2e test binding.
-
0.3.3+113 Nov 2019Release notes
Open source →- 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.
-
0.3.215 Jul 2019 -
0.3.2+115 Jul 2019 -
0.3.2+216 Jul 2019Release notes
Open source →- Fix bug that would make the shortcut not open on Android.
- Report shortcut used on Android.
- Improves example.
-
0.3.110 Jul 2019 -
0.3.024 Jan 2019Release notes
Open source →- 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.
-
0.3.0+108 Feb 2019Release notes
Open source →- Log a more detailed warning at build time about the previous AndroidX migration.
-
0.3.0+204 Jun 2019Release notes
Open source →- Add missing template type parameter to
invokeMethodcalls. - Bump minimum Flutter version to 1.5.0.
- Replace invokeMethod with invokeMapMethod wherever necessary.
- Add missing template type parameter to
-
0.2.215 Nov 2018 -
0.2.101 Jun 2018 -
0.2.009 Mar 2018 -
0.1.112 Jan 2018Release notes
Open source →- Simplified and upgraded Android project template to Android SDK 27.
- Updated package description.
-
0.1.020 Dec 2017Release notes
Open source →- 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.
-
0.0.203 Dec 2017 -
0.0.112 Jun 2017 -
0.0.1+112 Jun 2017Nothing published for this version