2.0.2
- Migrate maven repo from jcenter to mavenCentral
2.0.1
- Make sure androidx.lifecycle.DefaultLifecycleObservable doesn't get shrunk away.
2.0.0
- Bump Dart SDK for null-safety compatibility.
- Fix outdated links across a number of markdown files (#3276)
1.0.12
- Update Flutter SDK constraint.
1.0.11
- Keep handling deprecated Android v1 classes for backward compatibility.
1.0.10
- Update android compileSdkVersion to 29.
1.0.9
- Let the no-op plugin implement the
FlutterPlugin
interface.
1.0.8
- Post-v2 Android embedding cleanup.
1.0.7
1.0.6
- Make the pedantic dev_dependency explicit.
1.0.5
- Add notice in example this plugin only provides Android Lifecycle API.
1.0.4
- Require Flutter SDK 1.12.13 or greater.
- Change to avoid reflection.
1.0.3
- Remove the deprecated
author:
field from pubspec.yaml - Require Flutter SDK 1.10.0 or greater.
1.0.2
1.0.1
- Register the E2E plugin in the example app.
1.0.0
- Introduces a
FlutterLifecycleAdapter
, which can be used by other plugins to obtain a Lifecycle
reference from a FlutterPluginBinding
.