PackageTrack
Sign in Get early access

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
Release Pre-release

Releases

latest 36
  1. 2.0.2 26 May 2021
    Release notes
    • Update README to point to Plus Plugins version.
    Open source →
  2. 2.0.1 25 May 2021
    Release notes
    • Migrate maven repository from jcenter to mavenCentral.
    Open source →
  3. 2.0.0 23 Feb 2021
    Release notes
    • Migrate to null safety.
    • Fix outdated links across a number of markdown files (#3276)
    • Update the example app: remove the deprecated RaisedButton and FlatButton widgets.
    Open source →
  4. 2.0.0-nullsafety.2 08 Jan 2021 pre-release

    Nothing published for this version

  5. 0.3.7 17 Apr 2020
    Release notes
    • Add a Future<bool> canResolveActivity method 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.
    Open source →
  6. 0.3.7+1 21 Apr 2020
    Release notes
    • Fix CocoaPods podspec lint warnings.
    Open source →
  7. 0.3.7+2 06 May 2020
    Release notes
    • Declare API stability and compatibility with 1.0.0 (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0).
    Open source →
  8. 0.3.7+3 25 Aug 2020
    Release notes
    • Update the platform package dependency to resolve the conflict with the latest flutter.
    Open source →
  9. 0.3.7+4 23 Sep 2020
    Release notes
    • Keep handling deprecated Android v1 classes for backward compatibility.
    Open source →
  10. 0.3.7+6 14 Oct 2020
    Release notes
    • Update android compileSdkVersion to 29.
    Open source →
  11. 0.3.7+7 03 Nov 2020
    Release notes
    • Update Dart SDK constraint in example.
    Open source →
  12. 0.3.6+1 10 Mar 2020
    Release notes
    • 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.
    Open source →
  13. 0.3.5 13 Jan 2020
    Release notes
    Open source →
  14. 0.3.5+1 20 Feb 2020
    Release notes
    • Make the pedantic dev_dependency explicit.
    Open source →
  15. 0.3.4 14 Oct 2019
    Release notes
    • 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.
    Open source →
  16. 0.3.4+1 17 Oct 2019
    Release notes
    • Fix minor lints in the Java platform code.
    • Add smoke e2e tests for the V2 embedding.
    • Fully migrate the example app to AndroidX.
    Open source →
  17. 0.3.4+3 19 Oct 2019
    Release notes
    • Android: Use android.arch.lifecycle instead of androidx.lifecycle:lifecycle in build.gradle to support apps that has not been migrated to AndroidX.
    Open source →
  18. 0.3.4+4 25 Oct 2019
    Release notes
    • Include lifecycle dependency as a compileOnly one on Android to resolve potential version conflicts with other transitive libraries.
    Open source →
  19. 0.3.4+6 25 Nov 2019
    Release notes
    • Add missing DartDocs for public members.
    Open source →
  20. 0.3.4+7 26 Nov 2019
    Release notes
    • Fix pedantic linter errors.
    Open source →
  21. 0.3.4+8 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 →
  22. 0.3.3 28 Aug 2019
    Release notes
    • Added "flags" option to call intent.addFlags(int) in native.
    Open source →
  23. 0.3.3+1 05 Sep 2019
    Release notes
    • Added "action_application_details_settings" action to open application info settings .
    Open source →
  24. 0.3.3+2 26 Sep 2019
    Release notes
    • Update and migrate iOS example project.
    Open source →
  25. 0.3.2 23 Jul 2019
    Release notes
    • Added "action_location_source_settings" action to start Location Settings Activity.
    Open source →
  26. 0.3.1+1 08 Jul 2019
    Release notes
    • Fix Gradle version.
    Open source →
  27. 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 →
  28. 0.3.0+1 08 Feb 2019
    Release notes
    • Log a more detailed warning at build time about the previous AndroidX migration.
    Open source →
  29. 0.3.0+2 02 Apr 2019
    Release notes
    • Bump the minimum Flutter version to 1.2.0.
    • Add template type parameter to invokeMethod calls.
    Open source →
  30. 0.2.1 01 Jun 2018
    Release notes
    • Updated Gradle tooling to match Android Studio 3.1.2.
    Open source →
  31. 0.2.0 09 Mar 2018
    Release notes
    • Breaking change. Set SDK constraints to match the Flutter beta release.
    Open source →
  32. 0.1.1 12 Jan 2018
    Release notes
    • Simplified and upgraded Android project template to Android SDK 27.
    • Updated package description.
    Open source →
  33. 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 →
  34. 0.0.3 03 Dec 2017
    Release notes
    • Add FLT prefix to iOS types.
    Open source →
  35. 0.0.2 26 Oct 2017
    Release notes
    • Add support for transferring structured Dart values into Android Intent instances as extra Bundle data.
    Open source →
  36. 0.0.1 06 Jun 2017
    Release notes
    • Initial release
    Open source →

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