[go/rfc-flutter-android-m-deprecation](http://goto.google.com/rfc-flutter-android-m-deprecation) - [x] Bump the template build.gradle minSdkVersion number. - [x] Add auto-migration for existing projects with 21-23 - [x] Update minSdkVersion in the engine AndroidManifest.xml (and tests) - [x] Update all code examples/tests to Android version 24 - [ ] Create a breaking change notice and migration guide on https://docs.flutter.dev/release/breaking-changes - [x] Update minimum supported Android version to 24 in flutter/website - [x] Update all existing Flutter maintained plugins to Android 24 (after a stable has min sdk 24) - [x] Audit native android code in any plugins that needed to be update to 24 as a min sdk version for pre 24 codepaths and delete those codepaths. - [x] Document the steps required to deprecate an android version in docs/platforms/android/ - [x] Close all github issues against the deprecated platform - [x] Migrate all g3 apps internal tracking issue b/450579100 Past prs that may help: https://github.com/flutter/engine/pull/43822 https://github.com/flutter/packages/pull/4459/
go/rfc-flutter-android-m-deprecation
Past prs that may help:
flutter/engine#43822
flutter/packages#4459