flutter_plugin_android_lifecycle
Flutter plugin for accessing an Android Lifecycle within other plugins.
2.0.35
5.6M downloads/mo
#139 most downloaded on pub.dev
flutter/packages
What this package is like to depend on
Last release 2 months ago
02 Jun 2026
Ships fairly regularly
a new release about every 2 months
Nearly every release is documented
notes for 45 of 45 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
47 releases · first in 2019
5 releases in the last 12 months
see the full history below
Release timeline
47 releases · Oct 2019 to Jun 2026
2020
2021
2022
2023
2024
2025
2026
Releases
latest 47-
2.0.3502 Jun 2026Release notes
Open source →- Bumps the androidx group across 10 directories with 1 update.
- Updates minimum supported SDK version to Flutter 3.38/Dart 3.10.
-
2.0.3425 Mar 2026Release notes
Open source →- Updates build files from Groovy to Kotlin.
- Updates README to reflect currently supported OS version.
-
2.0.3321 Nov 2025 -
2.0.3215 Oct 2025Release notes
Open source →- Updates Java compatibility version to 17 and minimum supported SDK version to Flutter 3.35/Dart 3.9.
-
2.0.3108 Oct 2025 -
2.0.3027 Aug 2025Release notes
Open source →- Bumps com.android.tools.build:gradle to 8.12.1.
- Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.
-
2.0.2907 Aug 2025 -
2.0.2819 Apr 2025 -
2.0.2703 Mar 2025Release notes
Open source →- Bumps flutter supported version to 3.27 and use flutter.compileSdkVersion.
-
2.0.2628 Feb 2025Release notes
Open source →- Removes flutter.compileSdkVersion for 35 to support flutter versions prior to 3.27.
-
2.0.2528 Feb 2025 -
2.0.2418 Dec 2024 -
2.0.2305 Oct 2024Release notes
Open source →- Updates Java compatibility version to 11.
- Updates minimum supported SDK version to Flutter 3.24/Dart 3.5.
-
2.0.2225 Aug 2024 -
2.0.2126 Jul 2024 -
2.0.2028 May 2024Release notes
Open source →- Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
- Removes support for apps using the v1 Android embedding.
-
2.0.1912 Apr 2024Release notes
Open source →- Updates minSdkVersion to 19.
- Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
-
2.0.1809 Apr 2024Release notes
Open source →- Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
- Updates compileSdk version to 34.
-
2.0.1724 Oct 2023 -
2.0.1629 Aug 2023Release notes
Open source →- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
-
2.0.1518 May 2023Release notes
Open source →- Fixes Java lints.
- Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
-
2.0.1405 May 2023 -
2.0.1328 Apr 2023 -
2.0.1227 Apr 2023Release notes
Open source →- Adds
targetCompatibiltymatchingsourceCompatibilityfor older toolchains.
- Adds
-
2.0.1126 Apr 2023 -
2.0.902 Mar 2023Release notes
Open source →- Updates annotation and espresso dependencies.
- Updates compileSdkVersion to 33.
-
2.0.822 Feb 2023Release notes
Open source →- Updates links for the merge of flutter/plugins into flutter/packages.
- Updates minimum Flutter version to 3.0.
-
2.0.712 Jul 2022 -
2.0.610 May 2022Release notes
Open source →- 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.
-
2.0.522 Nov 2021 -
2.0.420 Oct 2021 -
2.0.302 Sep 2021 -
2.0.225 May 2021 -
2.0.130 Mar 2021Release notes
Open source →- Make sure androidx.lifecycle.DefaultLifecycleObservable doesn't get shrunk away.
-
2.0.020 Feb 2021Release notes
Open source →- Bump Dart SDK for null-safety compatibility.
- Fix outdated links across a number of markdown files (#3276)
-
2.0.0-nullsafety.213 Jan 2021 pre-releaseNothing published for this version
-
2.0.0-nullsafety12 Dec 2020 pre-releaseNothing published for this version
-
1.0.1123 Sep 2020 -
1.0.911 Sep 2020 -
1.0.821 May 2020 -
1.0.721 Apr 2020Release notes
Open source →- Update Gradle version. Fixes https://github.com/flutter/flutter/issues/48724.
- Fix CocoaPods podspec lint warnings.
-
1.0.620 Feb 2020 -
1.0.522 Jan 2020 -
1.0.414 Jan 2020 -
1.0.310 Dec 2019Release notes
Open source →- Remove the deprecated
author:field from pubspec.yaml - Require Flutter SDK 1.10.0 or greater.
- Remove the deprecated
-
1.0.225 Nov 2019Release notes
Open source →- Adapt to the embedding API changes in https://github.com/flutter/engine/pull/13280 (only supports Activity Lifecycle).
-
1.0.017 Oct 2019Release notes
Open source →- Introduces a
FlutterLifecycleAdapter, which can be used by other plugins to obtain aLifecyclereference from aFlutterPluginBinding.
- Introduces a