android_intent
Flutter plugin for launching Android Intents. Not supported on iOS.
2.0.2
flutter/plugins
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Ships fairly regularly
a new release about every 5 weeks
Nearly every release is documented
notes for 35 of 35 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
36 releases · first in 2017
0 releases in the last 12 months
see the full history below
Release timeline
36 releases · Jun 2017 to May 2021
2018
2019
2020
2021
2022
2023
2024
2025
2026
Releases
latest 36-
2.0.226 May 2021 -
2.0.125 May 2021 -
2.0.023 Feb 2021Release notes
Open source →- Migrate to null safety.
- Fix outdated links across a number of markdown files (#3276)
- Update the example app: remove the deprecated
RaisedButtonandFlatButtonwidgets.
-
2.0.0-nullsafety.208 Jan 2021 pre-releaseNothing published for this version
-
0.3.717 Apr 2020Release notes
Open source →- Add a
Future<bool> canResolveActivitymethod to the AndroidIntent class. It can be used to determine whether a device supports a particular intent or has an app installed that can resolve it. It is based on PackageManager resolveActivity.
- Add a
-
0.3.7+121 Apr 2020 -
0.3.7+206 May 2020Release notes
Open source →- Declare API stability and compatibility with
1.0.0(more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0).
- Declare API stability and compatibility with
-
0.3.7+325 Aug 2020Release notes
Open source →- Update the
platformpackage dependency to resolve the conflict with the latest flutter.
- Update the
-
0.3.7+423 Sep 2020 -
0.3.7+614 Oct 2020 -
0.3.7+703 Nov 2020 -
0.3.6+110 Mar 2020Release notes
Open source →- Bump the minimum Flutter version to 1.12.13+hotfix.5.
- Bump the minimum Dart version to 2.3.0.
- Uses Darts spread operator to build plugin arguments internally.
- Remove deprecated API usage warning in AndroidIntentPlugin.java.
- Migrates the Android example to V2 embedding.
-
0.3.513 Jan 2020 -
0.3.5+120 Feb 2020 -
0.3.414 Oct 2019Release notes
Open source →- Migrate the plugin to use the V2 Android engine embedding. This shouldn't affect existing functionality. Plugin authors who use the V2 embedding can now instantiate the plugin and expect that it correctly responds to app lifecycle changes.
-
0.3.4+117 Oct 2019Release notes
Open source →- Fix minor lints in the Java platform code.
- Add smoke e2e tests for the V2 embedding.
- Fully migrate the example app to AndroidX.
-
0.3.4+319 Oct 2019Release notes
Open source →- Android: Use android.arch.lifecycle instead of androidx.lifecycle:lifecycle in
build.gradleto support apps that has not been migrated to AndroidX.
- Android: Use android.arch.lifecycle instead of androidx.lifecycle:lifecycle in
-
0.3.4+425 Oct 2019Release notes
Open source →- Include lifecycle dependency as a compileOnly one on Android to resolve potential version conflicts with other transitive libraries.
-
0.3.4+625 Nov 2019 -
0.3.4+726 Nov 2019 -
0.3.4+810 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.3.328 Aug 2019 -
0.3.3+105 Sep 2019Release notes
Open source →- Added "action_application_details_settings" action to open application info settings .
-
0.3.3+226 Sep 2019 -
0.3.223 Jul 2019Release notes
Open source →- Added "action_location_source_settings" action to start Location Settings Activity.
-
0.3.1+108 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+202 Apr 2019Release notes
Open source →- Bump the minimum Flutter version to 1.2.0.
- Add template type parameter to
invokeMethodcalls.
-
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.303 Dec 2017 -
0.0.226 Oct 2017Release notes
Open source →- Add support for transferring structured Dart values into Android Intent instances as extra Bundle data.
-
0.0.106 Jun 2017