- Migrate maven repo from jcenter to mavenCentral
- Make sure androidx.lifecycle.DefaultLifecycleObservable doesn't get shrunk away.
- Bump Dart SDK for null-safety compatibility.
- Fix outdated links across a number of markdown files (#3276)
- Update Flutter SDK constraint.
- Keep handling deprecated Android v1 classes for backward compatibility.
- Update android compileSdkVersion to 29.
- Let the no-op plugin implement the
FlutterPlugin
interface.
- Post-v2 Android embedding cleanup.
- Update Gradle version. Fixes flutter/flutter#48724.
- Fix CocoaPods podspec lint warnings.
- Make the pedantic dev_dependency explicit.
- Add notice in example this plugin only provides Android Lifecycle API.
- Require Flutter SDK 1.12.13 or greater.
- Change to avoid reflection.
- Remove the deprecated
author:
field from pubspec.yaml - Require Flutter SDK 1.10.0 or greater.
- Adapt to the embedding API changes in flutter/engine#13280 (only supports Activity Lifecycle).
- Register the E2E plugin in the example app.
- Introduces a
FlutterLifecycleAdapter
, which can be used by other plugins to obtain aLifecycle
reference from aFlutterPluginBinding
.