Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion packages/camera/camera/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## NEXT

* Updates minimum supported SDK version to Flutter 3.32/Dart 3.8.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a mistake; the previous release already made the requirement 3.35. (Probably when I updated the whole repo the example app was updated, and so the package was caught in the CHANGELOG mass-update dragnet.)

* Updates README to reflect currently supported OS versions for the latest
versions of the endorsed platform implementations.
* Applications built with older versions of Flutter will continue to
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: there's extra leading whitespace for this bullet for all CHANGELOGs

Suggested change
* Applications built with older versions of Flutter will continue to
* Applications built with older versions of Flutter will continue to

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a nested list item :)

use compatible versions of the platform implementations.

## 0.11.3

Expand Down
2 changes: 1 addition & 1 deletion packages/camera/camera/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 allowing access to the device cameras.

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

## Features

Expand Down
5 changes: 4 additions & 1 deletion packages/espresso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## NEXT

* Updates README to reflect currently supported OS version.

## 0.4.0+19

* Updates minimum supported SDK version to Flutter 3.32/Dart 3.8.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same; it was already 3.35.

* Bumps `com.squareup.okhttp3:okhttp` from 5.3.0 to 5.3.1.

## 0.4.0+18
Expand Down
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 21+ |
| **Support** | SDK 24+ |

## Installation

Expand Down
4 changes: 1 addition & 3 deletions packages/espresso/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
compileSdk = flutter.compileSdkVersion

defaultConfig {
minSdkVersion 21
minSdkVersion 24
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down Expand Up @@ -92,5 +92,3 @@ dependencies {
// classpath.
api("androidx.test.espresso:espresso-idling-resource:3.7.0")
}


4 changes: 4 additions & 0 deletions packages/file_selector/file_selector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## NEXT

* Updates minimum supported SDK version to Flutter 3.32/Dart 3.8.
* Updates README to reflect currently supported OS versions for the latest
versions of the endorsed platform implementations.
* Applications built with older versions of Flutter will continue to
use compatible versions of the platform implementations.

## 1.0.4

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 21+ | iOS 12+ | Any | 10.14+ | Any | Windows 10+ |
| **Support** | SDK 24+ | iOS 13+ | Any | 10.15+ | Any | Windows 10+ |

## Setup

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
}

defaultConfig {
minSdkVersion 21
minSdkVersion 24
}

dependencies {
Expand Down
4 changes: 4 additions & 0 deletions packages/flutter_plugin_android_lifecycle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## NEXT

* Updates README to reflect currently supported OS version.

## 2.0.32

* Updates Java compatibility version to 17 and minimum supported SDK version to Flutter 3.35/Dart 3.9.
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 21+ |
| **Support** | SDK 24+ |

## Example

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
compileSdk = flutter.compileSdkVersion

defaultConfig {
minSdkVersion 21
minSdkVersion 24
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'proguard.txt'
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## NEXT

* Updates minimum supported SDK version to Flutter 3.32/Dart 3.8.
* Updates README to reflect currently supported OS versions for the latest
versions of the endorsed platform implementations.
* Applications built with older versions of Flutter will continue to
use compatible versions of the platform implementations.

## 2.14.0

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 21+ | iOS 14+ | Same as [Flutter's][web-support] |
| **Support** | SDK 24+ | iOS 14+ | Same as [Flutter's][web-support] |

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
compileSdk = flutter.compileSdkVersion

defaultConfig {
minSdkVersion 21
minSdkVersion 24
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {
Expand Down
4 changes: 4 additions & 0 deletions packages/google_sign_in/google_sign_in/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## NEXT

* Updates minimum supported SDK version to Flutter 3.32/Dart 3.8.
* Updates README to reflect currently supported OS versions for the latest
versions of the endorsed platform implementations.
* Applications built with older versions of Flutter will continue to
use compatible versions of the platform implementations.

## 7.2.0

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 21+ | 12.0+ | 10.15+ | Any |
| **Support** | SDK 24+ | 13.0+ | 10.15+ | Any |

## Setup

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
compileSdk = flutter.compileSdkVersion

defaultConfig {
minSdkVersion 21
minSdkVersion 24
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
4 changes: 4 additions & 0 deletions packages/image_picker/image_picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## NEXT

* Updates minimum supported SDK version to Flutter 3.32/Dart 3.8.
* Updates README to reflect currently supported OS versions for the latest
versions of the endorsed platform implementations.
* Applications built with older versions of Flutter will continue to
use compatible versions of the platform implementations.

## 1.2.1

Expand Down
2 changes: 1 addition & 1 deletion packages/image_picker/image_picker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A Flutter plugin for picking images from the image library, and taking new pictu

| | Android | iOS | Linux | macOS | Web | Windows |
|-------------|---------|---------|-------|--------|---------------------------------|-------------|
| **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+ |
| **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+ |

## Setup

Expand Down
4 changes: 4 additions & 0 deletions packages/in_app_purchase/in_app_purchase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## NEXT

* Updates minimum supported SDK version to Flutter 3.32/Dart 3.8.
* Updates README to reflect currently supported OS versions for the latest
versions of the endorsed platform implementations.
* Applications built with older versions of Flutter will continue to
use compatible versions of the platform implementations.

## 3.2.3
* Updates minimum `in_app_purchase_storekit` version to 0.4.0.
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 21+ | 12.0+ | 10.15+ |
| **Support** | SDK 24+ | 13.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
2 changes: 1 addition & 1 deletion packages/interactive_media_ads/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ a separate video player positioned on top of the app's content video player.

| | Android | iOS |
|-------------|---------|-------|
| **Support** | SDK 21+ | 13.0+ |
| **Support** | SDK 24+ | 13.0+ |

**NOTE:**
* Background Audio ads and Google Dynamic Ad Insertion methods are currently not supported.
Expand Down
7 changes: 7 additions & 0 deletions packages/local_auth/local_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## NEXT

* Updates README to reflect currently supported OS versions for the latest
versions of the endorsed platform implementations.
* Applications built with older versions of Flutter will continue to
use compatible versions of the platform implementations.

## 3.0.0

* **BREAKING CHANGES:**
Expand Down
2 changes: 1 addition & 1 deletion 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 24+ | 13.0+ | 10.14+ | Windows 10+ |
| **Support** | SDK 24+ | 13.0+ | 10.15+ | Windows 10+ |

## Usage

Expand Down
5 changes: 4 additions & 1 deletion packages/path_provider/path_provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## NEXT

* Updates minimum supported SDK version to Flutter 3.32/Dart 3.8.
* Updates README to indicate that Andoid SDK <21 is no longer supported.
* Updates README to reflect currently supported OS versions for the latest
versions of the endorsed platform implementations.
* Applications built with older versions of Flutter will continue to
use compatible versions of the platform implementations.

## 2.1.5

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 21+ | 12.0+ | Any | 10.14+ | Windows 10+ |
| **Support** | SDK 24+ | 13.0+ | Any | 10.15+ | Windows 10+ |

## Example
<?code-excerpt "readme_excerpts.dart (Example)"?>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
compileSdk = flutter.compileSdkVersion

defaultConfig {
minSdkVersion 21
minSdkVersion 24
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
}

defaultConfig {
minSdkVersion 21
minSdkVersion 24
}

testOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ android {
}

defaultConfig {
minSdkVersion 21
minSdkVersion 24
}

testOptions {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## NEXT

* Updates minimum supported SDK version to Flutter 3.32/Dart 3.8.
* Updates README to reflect currently supported OS versions for the latest
versions of the endorsed platform implementations.
* Applications built with older versions of Flutter will continue to
use compatible versions of the platform implementations.

## 0.10.1+2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| | iOS | Web |
|-------------|---------|-----|
| **Support** | iOS 12+ | Any |
| **Support** | iOS 13+ | Any |

`PointerInterceptor` is a widget that prevents mouse events from being captured by an underlying [`HtmlElementView`](https://api.flutter.dev/flutter/widgets/HtmlElementView-class.html) in web, or an underlying [`PlatformView`](https://api.flutter.dev/flutter/widgets/PlatformViewLink-class.html) on iOS.

Expand Down
5 changes: 4 additions & 1 deletion packages/quick_actions/quick_actions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## NEXT

* Updates minimum supported SDK version to Flutter 3.32/Dart 3.8.
* Updates README to indicate that Andoid SDK <21 is no longer supported.
* Updates README to reflect currently supported OS versions for the latest
versions of the endorsed platform implementations.
* Applications built with older versions of Flutter will continue to
use compatible versions of the platform implementations.

## 1.1.0

Expand Down
8 changes: 4 additions & 4 deletions packages/quick_actions/quick_actions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on iOS and to the [App
Shortcuts](https://developer.android.com/guide/topics/ui/shortcuts.html) APIs on
Android.

| | Android | iOS |
|-------------|-----------|------|
| **Support** | SDK 21+\* | 9.0+ |
| | Android | iOS |
|-------------|-----------|-------|
| **Support** | SDK 24+\* | 13.0+ |

## Usage

Expand Down Expand Up @@ -45,7 +45,7 @@ quick action.

### Android

\* The plugin will compile and run on SDK 16+, but will be a no-op below SDK 25
\* The plugin will compile and run on SDK 24, but will be a no-op below SDK 25
(Android 7.1).

If the drawables used as icons are not referenced other than in your Dart code,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
compileSdk = flutter.compileSdkVersion

defaultConfig {
minSdkVersion 21
minSdkVersion 24
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## NEXT

* Updates minimum supported SDK version to Flutter 3.32/Dart 3.8.
* Updates README to indicate that Andoid SDK <21 is no longer supported.
* Updates README to reflect currently supported OS versions for the latest
versions of the endorsed platform implementations.
* Applications built with older versions of Flutter will continue to
use compatible versions of the platform implementations.

## 2.5.3

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 21+ | 12.0+ | Any | 10.14+ | Any | Any |
| **Support** | SDK 24+ | 13.0+ | Any | 10.15+ | Any | Any |

## Usage

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ android {
}

defaultConfig {
minSdkVersion 21
minSdkVersion 24
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lint {
Expand Down
4 changes: 4 additions & 0 deletions packages/url_launcher/url_launcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## NEXT

* Updates minimum supported SDK version to Flutter 3.32/Dart 3.8.
* Updates README to reflect currently supported OS versions for the latest
versions of the endorsed platform implementations.
* Applications built with older versions of Flutter will continue to
use compatible versions of the platform implementations.

## 6.3.2

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 21+ | 12.0+ | Any | 10.14+ | Any | Windows 10+ |
| **Support** | SDK 24+ | 13.0+ | Any | 10.15+ | Any | Windows 10+ |

## Example

Expand Down
Loading