PackageTrack
Sign in Get early access

android_intent_plus

Flutter plugin for launching Android Intents. Not supported on iOS.

6.1.0 fluttercommunity/plus_plugins

What this package is like to depend on

Last release 1 months ago

23 Jul 2026

Release timing varies

gaps range from 3 weeks to 10 months

Nearly every release is documented

notes for 38 of 38 stable releases

1 version withdrawn

withdrawn after publishing

6 years old

40 releases · first in 2020

2 releases in the last 12 months

see the full history below

Release timeline

40 releases · Apr 2020 to Jul 2026
2021 2022 2023 2024 2025 2026
Release Pre-release Withdrawn

Releases

latest 40
  1. 6.1.0 23 Jul 2026
    Release notes

    Publish android_intent_plus-v6.1.0.

    Open source →
    Release notes
    • FIX(android_intent_plus): Suppress unchecked cast warnings in MethodCallHandlerImpl (#3937). (6b770776)
    • FEAT(android_intent_plus): Add support of built-in Kotlin (#3936). (62cb041f)
    Open source →
  2. 6.0.0 11 Sep 2025
    Release notes

    Note: This release has breaking changes.

    On Android plugin now requires the following:

    • Android Gradle Plugin >=8.12.1
    • Gradle wrapper >=8.13
    • Kotlin 2.2.0
    • BREAKING FEAT(android_intent_plus): Change Android compile SDK, update Android build config (#3673). (7a228c3e)
    Open source →
  3. 5.3.1 11 Aug 2025
    Release notes
    • DOCS(all): improve documentation across multiple README files (#3630). (643e12df)
    Open source →
  4. 5.3.0 03 Feb 2025
    Release notes
    • FIX(android_intent_plus): adds error catching and forwarding (#3452). (37f533c7)
    • FEAT(android_intent_plus): adds sendService method (#3410). (ea72b632)
    Open source →
  5. 5.2.2 14 Jan 2025
    Release notes
    • FIX(android_intent_plus): set correct environment versions (#3421). (dc3ba17a)
    Open source →
  6. 5.2.1 12 Dec 2024
    Release notes
    • REFACTOR(all): Use range of flutter_lints for broader compatibility (#3371). (8a303add)
    Open source →
  7. 5.2.0 17 Oct 2024
    Release notes
    • FEAT(android_intent_plus): add getResolvedActivity method (#3313). (8ad1c6d9)
    Open source →
  8. 5.1.0 29 Jul 2024
    Release notes
    • FIX(android_intent_plus): remove package name from AndroidManifest (#3033). (af2f4afa)
    • FEAT(android_intent_plus): support for intent as URI (#2970). (e4530870)
    • REFACTOR(all): Remove website files, configs, mentions (#3018). (ecc57146)
    • FIX(all): changed homepage url in pubspec.yaml (#3099). (66613656)
    Open source →
  9. 5.0.2 08 Apr 2024
    Release notes
    • REFACTOR(android_intent_plus): Migrate Android example to use the new plugins declaration (#2773). (7c2de04d)
    Open source →
  10. 5.0.1 20 Mar 2024
    Release notes

    Plugin now requires the following:

    • compileSDK 34

    • Java 17

    • Gradle 8.4

    • BREAKING BUILD(android_intent_plus): Target Java 17 (#2724). (c66a67d)

    • BREAKING BUILD(android_intent_plus): Update to target and compile SDK 34 (#2711). (fd48920)

    Open source →
  11. 5.0.0 09 Oct 2023 withdrawn
    Release notes

    Note: This release was retracted due to (#2251).

    Open source →
  12. 4.0.3 10 Oct 2023
    Release notes
    • FIX(android_intent_plus): Fix annotation dependency declaration (#2237). (795a3dd8)
    • FIX(android_intent_plus): Revert bump compileSDK to 34 (#2236). (38bba0eb)
    Open source →
  13. 4.0.2 02 Aug 2023
    Release notes
    Open source →
  14. 4.0.1 19 May 2023
    Release notes
    Open source →
  15. 4.0.0 09 May 2023
    Release notes

    Note: This release has breaking changes.

    • CHORE(android_intent_plus): Update Flutter dependencies, set Flutter >=3.3.0 and Dart to >=2.18.0 <4.0.0
    • BREAKING FIX(all): Add support of namespace property to support Android Gradle Plugin (AGP) 8 (#1727). Projects with AGP < 4.2 are not supported anymore. It is highly recommended to update at least to AGP 7.0 or newer.
    • BREAKING CHORE(android_intent_plus): Bump min Android version to 4.4 (API 19) (#1784).
    • REFACTOR(android_intent_plus): Update example app to use Material 3.
    Open source →
  16. 3.1.9 27 Apr 2023
    Release notes
    • FIX(all): Revert addition of namespace to avoid build fails on old AGPs (#1725).
    Open source →
  17. 3.1.8 26 Apr 2023
    Release notes
    • FIX(android_intent_plus): Add compatibility with AGP 8 (Android Gradle Plugin) (#1699).
    Open source →
  18. 3.1.7 10 Apr 2023
    Release notes
    • REFACTOR(all): Remove all manual dependency_overrides (#1628).
    • FIX(all): Fix depreciations for flutter 3.7 and 2.19 dart (#1529).
    Open source →
  19. 3.1.6 09 Feb 2023
    Release notes
    • DOCS: Updates for READMEs and website pages (#1389).
    Open source →
  20. 3.1.5 18 Oct 2022
    Release notes
    • FIX: lint warnings - add missing dependency for tests (#1233).
    Open source →
  21. 3.1.4 10 Oct 2022
    Release notes
    • DOCS: Add documentation for canResolveActivity.
    Open source →
  22. 3.1.3 07 Oct 2022
    Release notes
    • CHORE: Version tagging using melos.
    Open source →
  23. 3.1.2 03 Oct 2022
    Release notes
    • Fix explicit intent fallback to implicit
    • Update Android Gradle plugin and Gradle verion
    Open source →
  24. 3.1.1 16 Feb 2022
    Release notes
    • Fix embedding issue in example
    • Update Platform dependency to not use deprecated function
    Open source →
  25. 3.1.1+1 10 Aug 2022
    Release notes
    • Add issue_tracker link.
    Open source →
  26. 3.1.0 21 Jan 2022
    Release notes
    • Added arrayArguments to explicitly pass array values to an intent
    Open source →
  27. 3.0.2 01 Nov 2021
    Release notes
    • Fixed the buildIntent method to do not set the pacakage to null if it's not resolvable
    • Updated the example of resolving intent with explicitly defined package name
    Open source →
  28. 3.0.1 05 Oct 2021
    Release notes
    • Upgrade dependencies and Android compile version
    • Remove some leftover code of Android v1 embedding
    Open source →
  29. 3.0.0 05 Oct 2021
    Release notes
    • Remove deprecated method registerWith (of Android v1 embedding)
    Open source →
  30. 2.1.0 01 Oct 2021
    Release notes
    • migrate integration_test to flutter sdk
    Open source →
  31. 2.0.0 20 Aug 2021
    Release notes
    • increase flutter SDK version to 1.20.0
    Open source →
  32. 1.0.2 15 Jun 2021
    Release notes
    • Android: migrate to mavenCentral
    Open source →
  33. 1.0.1 28 Apr 2021
    Release notes
    • Improve documentation
    Open source →
  34. 1.0.0 02 Mar 2021
    Release notes
    • Null safety support.
    Open source →
  35. 0.5.0-nullsafety.1 02 Feb 2021 pre-release

    Nothing published for this version

  36. 0.4.2 03 Jan 2021
    Release notes
    • Add launchChooser method, which uses Intent.createChooser internally.
    • Add sendBroadcast method, which uses context.sendBroadcast() internally.
    Open source →
  37. 0.4.1 08 Dec 2020
    Release notes
    • Renamed Method Channel and changed Java package to avoid collision with android_intent
    Open source →
  38. 0.4.0 12 Oct 2020
    Release notes
    • Transfer to plus-plugins monorepo
    Open source →
  39. 0.3.8 19 Jul 2020
    Release notes
    • Transfer package to Flutter Community under new name android_intent_plus.
    Open source →
  40. 0.0.1 20 Apr 2020
    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