Skip to content

Commit dbf70cb

Browse files
Update READMEs to match current Flutter support
1 parent 8f72e4b commit dbf70cb

File tree

17 files changed

+20
-20
lines changed

17 files changed

+20
-20
lines changed

packages/camera/camera/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A Flutter plugin for iOS, Android and Web allowing access to the device cameras.
88

99
| | Android | iOS | Web |
1010
|----------------|---------|-----------|------------------------|
11-
| **Support** | SDK 24+ | iOS 12.0+ | [See `camera_web `][1] |
11+
| **Support** | SDK 24+ | iOS 13.0+ | [See `camera_web `][1] |
1212

1313
## Features
1414

packages/espresso/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Provides bindings for Espresso tests of Flutter Android apps.
44

55
| | Android |
66
|-------------|---------|
7-
| **Support** | SDK 21+ |
7+
| **Support** | SDK 24+ |
88

99
## Installation
1010

packages/file_selector/file_selector/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A Flutter plugin that manages files and interactions with file dialogs.
88

99
| | Android | iOS | Linux | macOS | Web | Windows |
1010
|-------------|---------|---------|-------|--------|-----|-------------|
11-
| **Support** | SDK 21+ | iOS 12+ | Any | 10.14+ | Any | Windows 10+ |
11+
| **Support** | SDK 24+ | iOS 13+ | Any | 10.15+ | Any | Windows 10+ |
1212

1313
## Setup
1414

packages/flutter_plugin_android_lifecycle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ major version of the Android `Lifecycle` API they expect.
1111

1212
| | Android |
1313
|-------------|---------|
14-
| **Support** | SDK 21+ |
14+
| **Support** | SDK 24+ |
1515

1616
## Example
1717

packages/google_maps_flutter/google_maps_flutter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A Flutter plugin that provides a [Google Maps](https://developers.google.com/map
88

99
| | Android | iOS | Web |
1010
|-------------|---------|---------|----------------------------------|
11-
| **Support** | SDK 21+ | iOS 14+ | Same as [Flutter's][web-support] |
11+
| **Support** | SDK 24+ | iOS 14+ | Same as [Flutter's][web-support] |
1212

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

packages/google_sign_in/google_sign_in/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A Flutter plugin for [Google Sign In](https://developers.google.com/identity/).
44

55
| | Android | iOS | macOS | Web |
66
|-------------|---------|-------|--------|-----|
7-
| **Support** | SDK 21+ | 12.0+ | 10.15+ | Any |
7+
| **Support** | SDK 24+ | 13.0+ | 10.15+ | Any |
88

99
## Setup
1010

packages/image_picker/image_picker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A Flutter plugin for picking images from the image library, and taking new pictu
77

88
| | Android | iOS | Linux | macOS | Web | Windows |
99
|-------------|---------|---------|-------|--------|---------------------------------|-------------|
10-
| **Support** | SDK 24+ | iOS 12+ | Any | 10.14+ | [See `image_picker_for_web`](https://pub.dev/packages/image_picker_for_web#limitations-on-the-web-platform) | Windows 10+ |
10+
| **Support** | SDK 24+ | iOS 13+ | Any | 10.15+ | [See `image_picker_for_web`](https://pub.dev/packages/image_picker_for_web#limitations-on-the-web-platform) | Windows 10+ |
1111

1212
## Setup
1313

packages/in_app_purchase/in_app_purchase/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ which can be the App Store (on iOS and macOS) or Google Play (on Android).
77

88
| | Android | iOS | macOS |
99
|-------------|---------|-------|--------|
10-
| **Support** | SDK 21+ | 12.0+ | 10.15+ |
10+
| **Support** | SDK 24+ | 13.0+ | 10.15+ |
1111

1212
<p>
1313
<img src="https://github.com/flutter/packages/blob/main/packages/in_app_purchase/in_app_purchase/doc/iap_ios.gif?raw=true"

packages/interactive_media_ads/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ a separate video player positioned on top of the app's content video player.
1111

1212
| | Android | iOS |
1313
|-------------|---------|-------|
14-
| **Support** | SDK 21+ | 13.0+ |
14+
| **Support** | SDK 24+ | 13.0+ |
1515

1616
**NOTE:**
1717
* Background Audio ads and Google Dynamic Ad Insertion methods are currently not supported.

packages/local_auth/local_auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fingerprint or facial recognition.
1010

1111
| | Android | iOS | macOS | Windows |
1212
|-------------|---------|-------|--------|-------------|
13-
| **Support** | SDK 24+ | 13.0+ | 10.14+ | Windows 10+ |
13+
| **Support** | SDK 24+ | 13.0+ | 10.15+ | Windows 10+ |
1414

1515
## Usage
1616

0 commit comments

Comments
 (0)