Skip to content

[various] Scrubs pre-SDK-21 Android code #9112

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Apr 19, 2025
Prev Previous commit
Next Next commit
Update READMEs to reflect the SDK 21 minimum
  • Loading branch information
stuartmorgan-g committed Apr 18, 2025
commit f0e90f7f251e47149e0f42e4c2c265495623be5a
2 changes: 1 addition & 1 deletion packages/espresso/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Provides bindings for Espresso tests of Flutter Android apps.

| | Android |
|-------------|---------|
| **Support** | SDK 16+ |
| **Support** | SDK 21+ |

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/file_selector/file_selector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A Flutter plugin that manages files and interactions with file dialogs.

| | Android | iOS | Linux | macOS | Web | Windows |
|-------------|---------|---------|-------|--------|-----|-------------|
| **Support** | SDK 19+ | iOS 12+ | Any | 10.14+ | Any | Windows 10+ |
| **Support** | SDK 21+ | iOS 12+ | Any | 10.14+ | Any | Windows 10+ |

## Setup

Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_plugin_android_lifecycle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ major version of the Android `Lifecycle` API they expect.

| | Android |
|-------------|---------|
| **Support** | SDK 16+ |
| **Support** | SDK 21+ |

## Example

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A Flutter plugin that provides a [Google Maps](https://developers.google.com/map

| | Android | iOS | Web |
|-------------|---------|---------|----------------------------------|
| **Support** | SDK 20+ | iOS 14+ | Same as [Flutter's][web-support] |
| **Support** | SDK 21+ | iOS 14+ | Same as [Flutter's][web-support] |

[web-support]: https://docs.flutter.dev/reference/supported-platforms

Expand Down
2 changes: 1 addition & 1 deletion packages/google_sign_in/google_sign_in/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A Flutter plugin for [Google Sign In](https://developers.google.com/identity/).

| | Android | iOS | macOS | Web |
|-------------|---------|-------|--------|-----|
| **Support** | SDK 16+ | 12.0+ | 10.15+ | Any |
| **Support** | SDK 21+ | 12.0+ | 10.15+ | Any |

## Platform integration

Expand Down
2 changes: 1 addition & 1 deletion packages/in_app_purchase/in_app_purchase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ which can be the App Store (on iOS and macOS) or Google Play (on Android).

| | Android | iOS | macOS |
|-------------|---------|-------|--------|
| **Support** | SDK 16+ | 12.0+ | 10.15+ |
| **Support** | SDK 21+ | 12.0+ | 10.15+ |

<p>
<img src="https://github.com/flutter/packages/blob/main/packages/in_app_purchase/in_app_purchase/doc/iap_ios.gif?raw=true"
Expand Down
4 changes: 2 additions & 2 deletions packages/local_auth/local_auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fingerprint or facial recognition.

| | Android | iOS | macOS | Windows |
|-------------|-----------|-------|--------|-------------|
| **Support** | SDK 16+\* | 12.0+ | 10.14+ | Windows 10+ |
| **Support** | SDK 21+\* | 12.0+ | 10.14+ | Windows 10+ |

## Usage

Expand Down Expand Up @@ -200,7 +200,7 @@ app has not been updated to use Face ID.

## Android Integration

\* The plugin will build and run on SDK 16+, but `isDeviceSupported()` will
\* The plugin will build and run on SDK 21+, but `isDeviceSupported()` will
always return false before SDK 23 (Android 6.0).

### Activity Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/path_provider/path_provider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Not all methods are supported on all platforms.

| | Android | iOS | Linux | macOS | Windows |
|-------------|---------|-------|-------|--------|-------------|
| **Support** | SDK 16+ | 12.0+ | Any | 10.14+ | Windows 10+ |
| **Support** | SDK 21+ | 12.0+ | Any | 10.14+ | Windows 10+ |

## Example
<?code-excerpt "readme_excerpts.dart (Example)"?>
Expand Down
2 changes: 1 addition & 1 deletion packages/quick_actions/quick_actions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Android.

| | Android | iOS |
|-------------|-----------|------|
| **Support** | SDK 16+\* | 9.0+ |
| **Support** | SDK 21+\* | 9.0+ |

## Usage

Expand Down
2 changes: 1 addition & 1 deletion packages/shared_preferences/shared_preferences/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Supported data types are `int`, `double`, `bool`, `String` and `List<String>`.

| | Android | iOS | Linux | macOS | Web | Windows |
|-------------|---------|-------|-------|--------|-----|-------------|
| **Support** | SDK 16+ | 12.0+ | Any | 10.14+ | Any | Any |
| **Support** | SDK 21+ | 12.0+ | Any | 10.14+ | Any | Any |

## Usage

Expand Down
2 changes: 1 addition & 1 deletion packages/url_launcher/url_launcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A Flutter plugin for launching a URL.

| | Android | iOS | Linux | macOS | Web | Windows |
|-------------|---------|-------|-------|--------|-----|-------------|
| **Support** | SDK 16+ | 12.0+ | Any | 10.14+ | Any | Windows 10+ |
| **Support** | SDK 21+ | 12.0+ | Any | 10.14+ | Any | Windows 10+ |

## Example

Expand Down
2 changes: 1 addition & 1 deletion packages/video_player/video_player/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A Flutter plugin for iOS, Android and Web for playing back video on a Widget sur

| | Android | iOS | macOS | Web |
|-------------|---------|-------|--------|-------|
| **Support** | SDK 16+ | 12.0+ | 10.14+ | Any\* |
| **Support** | SDK 21+ | 12.0+ | 10.14+ | Any\* |

![The example app running in iOS](https://github.com/flutter/packages/blob/main/packages/video_player/video_player/doc/demo_ipod.gif?raw=true)

Expand Down