Update the repo for the 3.22 stable release (#6730)

Does all of the steps of https://github.com/flutter/flutter/wiki/Updating-Packages-repo-for-a-stable-release other than the first (which is https://github.com/flutter/packages/pull/6727).
This commit is contained in:
stuartmorgan
2024-05-15 09:57:06 -04:00
committed by GitHub
parent 0870dc84d3
commit 788b666693
206 changed files with 439 additions and 281 deletions

View File

@ -292,10 +292,10 @@ targets:
timeout: 30
properties:
target_file: analyze_legacy.yaml
channel: "3.16.9"
channel: "3.22.0"
env_variables: >-
{
"CHANNEL": "3.16.9"
"CHANNEL": "3.22.0"
}
- name: Linux analyze_legacy N-2
@ -303,10 +303,10 @@ targets:
timeout: 30
properties:
target_file: analyze_legacy.yaml
channel: "3.13.9"
channel: "3.16.9"
env_variables: >-
{
"CHANNEL": "3.13.9"
"CHANNEL": "3.16.9"
}
- name: Linux_android custom_package_tests master

View File

@ -19,7 +19,7 @@ tasks:
script: .ci/scripts/tool_runner.sh
args:
- "pubspec-check"
- "--min-min-flutter-version=3.13.0"
- "--min-min-flutter-version=3.16.0"
- "--allow-dependencies=script/configs/allowed_unpinned_deps.yaml"
- "--allow-pinned-dependencies=script/configs/allowed_pinned_deps.yaml"
always: true

View File

@ -31,7 +31,7 @@ jobs:
# the change if it doesn't.
run: |
cd $HOME
git clone https://github.com/flutter/flutter.git --depth 1 -b 3.19.0 _flutter
git clone https://github.com/flutter/flutter.git --depth 1 -b 3.22.0 _flutter
echo "$HOME/_flutter/bin" >> $GITHUB_PATH
cd $GITHUB_WORKSPACE
# Checks out a copy of the repo.

View File

@ -1,6 +1,6 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 2.0.11

View File

@ -6,8 +6,8 @@ publish_to: none
version: 0.0.1
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
animations:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 0.11.0
* **Breaking Change** Changes the Android implementation of the camera plugin from `camera_android`

View File

@ -3,8 +3,8 @@ description: Demonstrates how to use the camera plugin.
publish_to: none
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
camera:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 0.10.9+2
* Updates `README.md` to reflect the fact that the `camera_android_camerax` camera plugin implementation

View File

@ -494,7 +494,7 @@ class Optional<T> extends IterableBase<T> {
if (_value == null) {
throw StateError('value called on absent Optional.');
}
return _value!;
return _value;
}
/// Executes a function if the Optional value is present.

View File

@ -3,8 +3,8 @@ description: Demonstrates how to use the camera plugin.
publish_to: none
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
camera_android:

View File

@ -6,8 +6,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 0.10.9+2
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
flutter:
plugin:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 0.6.5+1
* Updates `README.md` to reflect the fact that the `camera_android_camerax` camera plugin implementation

View File

@ -880,7 +880,7 @@ class Optional<T> extends IterableBase<T> {
if (_value == null) {
throw StateError('value called on absent Optional.');
}
return _value!;
return _value;
}
/// Executes a function if the Optional value is present.

View File

@ -3,8 +3,8 @@ description: Demonstrates how to use the camera_android_camerax plugin.
publish_to: 'none'
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
camera_android_camerax:

View File

@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 0.6.5+1
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
flutter:
plugin:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 2.7.4
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.

View File

@ -7,8 +7,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 2.7.4
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
cross_file: ^0.3.1

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 0.3.3
* Adds support to control video FPS and bitrate. See `CameraController.withSettings`.

View File

@ -2,8 +2,8 @@ name: camera_web_integration_tests
publish_to: none
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
camera_platform_interface: ^2.6.0

View File

@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 0.3.3
environment:
sdk: ">=3.1.0 <4.0.0"
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
flutter:
plugin:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 0.2.2
* Adds support to control video FPS and bitrate. See `CameraController.withSettings`.

View File

@ -3,8 +3,8 @@ description: Demonstrates how to use the camera_windows plugin.
publish_to: 'none'
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
camera_platform_interface: ^2.6.0

View File

@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 0.2.2
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
flutter:
plugin:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 0.3.4+1
* Removes a few deprecated API usages.

View File

@ -3,7 +3,7 @@ description: Demonstrates how to use cross files.
publish_to: none
environment:
sdk: ^3.1.0
sdk: ^3.2.0
dependencies:
cross_file:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 1.1.5
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.

View File

@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 1.1.5
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
flutter:

View File

@ -1,6 +1,6 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 0.0.1+1

View File

@ -6,7 +6,7 @@ publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.1.0
sdk: ^3.2.0
dependencies:
cupertino_icons: ^1.0.5

View File

@ -7,8 +7,8 @@ repository: https://github.com/flutter/packages/tree/main/packages/dynamic_layou
publish_to: none
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
flutter:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 0.3.0+8
* Updates minSdkVersion to 19.

View File

@ -3,8 +3,8 @@ description: Demonstrates how to use the espresso plugin.
publish_to: none
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
flutter:

View File

@ -1,6 +1,6 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 2.0.12

View File

@ -3,8 +3,8 @@ description: Example of Google Sign-In plugin and googleapis.
publish_to: none
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
extension_google_sign_in_as_googleapis_auth:

View File

@ -11,8 +11,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 2.0.12
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
flutter:

View File

@ -1,6 +1,6 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 1.0.3

View File

@ -5,8 +5,8 @@ publish_to: none
version: 1.0.0+1
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
file_selector:

View File

@ -6,8 +6,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 1.0.3
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
flutter:
plugin:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 0.5.1+1
* Updates `LICENSE` file to cover licensed code used in `FileUtils.java`.

View File

@ -3,8 +3,8 @@ description: Demonstrates how to use the file_selector_android plugin.
publish_to: 'none'
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
file_selector_android:

View File

@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 0.5.1+1
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
flutter:
plugin:

View File

@ -1,6 +1,6 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 0.9.2+1

View File

@ -4,8 +4,8 @@ publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
file_selector_linux:

View File

@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 0.9.2+1
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
flutter:
plugin:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 0.9.4
* Adds Swift Package Manager compatibility.

View File

@ -4,8 +4,8 @@ publish_to: 'none'
version: 1.0.0
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
file_selector_macos:

View File

@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 0.9.4
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
flutter:
plugin:

View File

@ -1,6 +1,6 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 2.6.2

View File

@ -7,8 +7,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 2.6.2
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
cross_file: ^0.3.0

View File

@ -1,6 +1,6 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 0.9.3+1

View File

@ -4,8 +4,8 @@ publish_to: 'none'
version: 1.0.0
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
file_selector_platform_interface: ^2.6.0

View File

@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 0.9.3+1
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
flutter:
plugin:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 0.1.10+2
* Reduce rebuilds when invoking `isActive` method.

View File

@ -4,8 +4,8 @@ publish_to: 'none'
version: 0.0.1
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
flutter:

View File

@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
repository: https://github.com/flutter/packages/tree/main/packages/flutter_adaptive_scaffold
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
flutter:

View File

@ -1,6 +1,6 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 4.1.11

View File

@ -6,8 +6,8 @@ publish_to: "none"
version: 1.0.0+1
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
cupertino_icons: ^1.0.2

View File

@ -6,8 +6,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 4.1.11
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
flutter:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 4.0.0
* Updates `package:lints` dependency to version 4.0.0, with the following changes:

View File

@ -4,7 +4,7 @@ description: A project that showcases how to enable the recommended lints for Fl
publish_to: none
environment:
sdk: ^3.1.0
sdk: ^3.2.0
# Add the latest version of `package:flutter_lints` as a dev_dependency. The
# lint set provided by this package is activated in the `analysis_options.yaml`

View File

@ -5,7 +5,7 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 4.0.0
environment:
sdk: ^3.1.0
sdk: ^3.2.0
dependencies:
lints: ^4.0.0

View File

@ -1,6 +1,6 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 0.0.1+3

View File

@ -118,7 +118,7 @@ class AppContext {
T? get<T>() {
dynamic value = _generateIfNecessary(T, _overrides);
if (value == null && _parent != null) {
value = _parent!.get<T>();
value = _parent.get<T>();
}
return _unboxNull(value ?? _generateIfNecessary(T, _fallbacks)) as T?;
}

View File

@ -6,7 +6,7 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
publish_to: none
environment:
sdk: ^3.1.0
sdk: ^3.2.0
dependencies:
args: ^2.3.1

View File

@ -27,7 +27,7 @@ class FlutterIOOverrides extends io.IOOverrides {
if (_fileSystemDelegate == null) {
return super.createDirectory(path);
}
return _fileSystemDelegate!.directory(path);
return _fileSystemDelegate.directory(path);
}
@override
@ -35,7 +35,7 @@ class FlutterIOOverrides extends io.IOOverrides {
if (_fileSystemDelegate == null) {
return super.createFile(path);
}
return _fileSystemDelegate!.file(path);
return _fileSystemDelegate.file(path);
}
@override
@ -43,7 +43,7 @@ class FlutterIOOverrides extends io.IOOverrides {
if (_fileSystemDelegate == null) {
return super.createLink(path);
}
return _fileSystemDelegate!.link(path);
return _fileSystemDelegate.link(path);
}
@override
@ -51,7 +51,7 @@ class FlutterIOOverrides extends io.IOOverrides {
if (_fileSystemDelegate == null) {
return super.fsWatch(path, events, recursive);
}
return _fileSystemDelegate!
return _fileSystemDelegate
.file(path)
.watch(events: events, recursive: recursive);
}
@ -61,7 +61,7 @@ class FlutterIOOverrides extends io.IOOverrides {
if (_fileSystemDelegate == null) {
return super.fsWatchIsSupported();
}
return _fileSystemDelegate!.isWatchSupported;
return _fileSystemDelegate.isWatchSupported;
}
@override
@ -69,7 +69,7 @@ class FlutterIOOverrides extends io.IOOverrides {
if (_fileSystemDelegate == null) {
return super.fseGetType(path, followLinks);
}
return _fileSystemDelegate!.type(path, followLinks: followLinks);
return _fileSystemDelegate.type(path, followLinks: followLinks);
}
@override
@ -77,7 +77,7 @@ class FlutterIOOverrides extends io.IOOverrides {
if (_fileSystemDelegate == null) {
return super.fseGetTypeSync(path, followLinks);
}
return _fileSystemDelegate!.typeSync(path, followLinks: followLinks);
return _fileSystemDelegate.typeSync(path, followLinks: followLinks);
}
@override
@ -85,7 +85,7 @@ class FlutterIOOverrides extends io.IOOverrides {
if (_fileSystemDelegate == null) {
return super.fseIdentical(path1, path2);
}
return _fileSystemDelegate!.identical(path1, path2);
return _fileSystemDelegate.identical(path1, path2);
}
@override
@ -93,7 +93,7 @@ class FlutterIOOverrides extends io.IOOverrides {
if (_fileSystemDelegate == null) {
return super.fseIdenticalSync(path1, path2);
}
return _fileSystemDelegate!.identicalSync(path1, path2);
return _fileSystemDelegate.identicalSync(path1, path2);
}
@override
@ -101,7 +101,7 @@ class FlutterIOOverrides extends io.IOOverrides {
if (_fileSystemDelegate == null) {
return super.getCurrentDirectory();
}
return _fileSystemDelegate!.currentDirectory;
return _fileSystemDelegate.currentDirectory;
}
@override
@ -109,7 +109,7 @@ class FlutterIOOverrides extends io.IOOverrides {
if (_fileSystemDelegate == null) {
return super.getSystemTempDirectory();
}
return _fileSystemDelegate!.systemTempDirectory;
return _fileSystemDelegate.systemTempDirectory;
}
@override
@ -117,7 +117,7 @@ class FlutterIOOverrides extends io.IOOverrides {
if (_fileSystemDelegate == null) {
return super.setCurrentDirectory(path);
}
_fileSystemDelegate!.currentDirectory = path;
_fileSystemDelegate.currentDirectory = path;
}
@override
@ -125,7 +125,7 @@ class FlutterIOOverrides extends io.IOOverrides {
if (_fileSystemDelegate == null) {
return super.stat(path);
}
return _fileSystemDelegate!.stat(path);
return _fileSystemDelegate.stat(path);
}
@override
@ -133,6 +133,6 @@ class FlutterIOOverrides extends io.IOOverrides {
if (_fileSystemDelegate == null) {
return super.statSync(path);
}
return _fileSystemDelegate!.statSync(path);
return _fileSystemDelegate.statSync(path);
}
}

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 2.0.19
* Updates minSdkVersion to 19.

View File

@ -3,8 +3,8 @@ description: Demonstrates how to use the flutter_plugin_android_lifecycle plugin
publish_to: none
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
flutter:

View File

@ -1,6 +1,6 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 4.2.1

View File

@ -5,7 +5,7 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 4.2.1
environment:
sdk: ^3.1.0
sdk: ^3.2.0
topics:
- assets

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 2.6.2
* Fixes a bug in the example app when accessing `BuildContext`.

View File

@ -3,7 +3,7 @@ description: go_router_builder examples
publish_to: none
environment:
sdk: ^3.1.0
sdk: ^3.2.0
dependencies:
collection: ^1.15.0

View File

@ -7,8 +7,8 @@ repository: https://github.com/flutter/packages/tree/main/packages/go_router_bui
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+go_router_builder%22
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
analyzer: ">=5.2.0 <7.0.0"

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 2.6.1
* Updates the minimum version of the iOS implementation package to a version

View File

@ -3,8 +3,8 @@ description: Demonstrates how to use the google_maps_flutter plugin.
publish_to: none
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
cupertino_icons: ^1.0.5

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 2.8.0
* Adds support for marker clustering.

View File

@ -3,8 +3,8 @@ description: Demonstrates how to use the google_maps_flutter plugin.
publish_to: none
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
cupertino_icons: ^1.0.5

View File

@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 2.8.0
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
flutter:
plugin:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 2.6.0
* Adds support for marker clustering.

View File

@ -7,8 +7,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 2.6.0
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
collection: ^1.15.0

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 6.1.23
* Updates minSdkVersion to 19.

View File

@ -3,8 +3,8 @@ description: Example of Google Sign-In plugin.
publish_to: none
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
flutter:

View File

@ -1,6 +1,6 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 2.4.5

View File

@ -7,8 +7,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 2.4.5
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
flutter:

View File

@ -1,6 +1,6 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 0.2.1+1

View File

@ -4,8 +4,8 @@ publish_to: 'none'
version: 1.0.0
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
flutter:

View File

@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 0.2.1+1
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
flutter:
plugin:

View File

@ -1,6 +1,6 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 0.2.1+1

View File

@ -4,8 +4,8 @@ publish_to: 'none'
version: 1.0.0
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
flutter:

View File

@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 0.2.1+1
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
flutter:
plugin:

View File

@ -1,6 +1,6 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 0.2.1+1

View File

@ -4,8 +4,8 @@ publish_to: 'none'
version: 1.0.0
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
flutter:

View File

@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 0.2.1+1
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
flutter:
plugin:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 3.2.0
* Adds `countryCode` API.

View File

@ -3,8 +3,8 @@ description: Demonstrates how to use the in_app_purchase plugin.
publish_to: none
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
flutter:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 0.3.5+1
* Updates example to use `countryCode` instead of deprecated `getCountryCode`.

View File

@ -3,8 +3,8 @@ description: Demonstrates how to use the in_app_purchase_android plugin.
publish_to: none
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
flutter:

View File

@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 0.3.5+1
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
flutter:
plugin:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
## 1.4.0
* Adds `getCountryCode` API.

View File

@ -7,8 +7,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 1.4.0
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
flutter:

View File

@ -3,8 +3,8 @@ description: Demonstrates how to use the local_auth_android plugin.
publish_to: none
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"
dependencies:
flutter:

Some files were not shown because too many files have changed in this diff Show More