[ci] Update minimums for 3.13 stable (#4731)

- Updates the N-1 and N-2 analysis bot configs to 3.7 and 3.10
- Updates the minimum allowed SDK to 3.7, since that's now the earliest we have any testing for.
- Updates all packages to Flutter 3.7/Dart 2.19 as a minimum.
  - In packages where we hadn't released since the last minimum version bump, I removed the previous line from the `#NEXT` section to make it less confusing when we do release.

Per https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#version this does not update any package versions.
This commit is contained in:
stuartmorgan
2023-08-17 12:59:58 -07:00
committed by GitHub
parent e398fafd20
commit d92cdf0a63
291 changed files with 689 additions and 361 deletions

View File

@ -227,14 +227,14 @@ targets:
timeout: 30
properties:
target_file: analyze_legacy.yaml
channel: "3.7.12"
channel: "3.10.6"
- name: Linux analyze_legacy N-2
recipe: packages/packages
timeout: 30
properties:
target_file: analyze_legacy.yaml
channel: "3.3.10"
channel: "3.7.12"
- name: Linux_android custom_package_tests master
recipe: packages/packages

View File

@ -16,7 +16,7 @@ tasks:
script: script/tool_runner.sh
args:
- "pubspec-check"
- "--min-min-flutter-version=3.3.0"
- "--min-min-flutter-version=3.7.0"
- "--allow-dependencies=script/configs/allowed_unpinned_deps.yaml"
- "--allow-pinned-dependencies=script/configs/allowed_pinned_deps.yaml"
always: true

View File

@ -1,6 +1,6 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
* Aligns Dart and Flutter SDK constraints.
## 2.0.7

View File

@ -6,8 +6,8 @@ publish_to: none
version: 0.0.1
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
dependencies:
animations:

View File

@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 2.0.7
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
dependencies:
flutter:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 0.10.5+3
* Migrates `styleFrom` usage in examples off of deprecated `primary` and `onPrimary` parameters.

View File

@ -3,8 +3,8 @@ description: Demonstrates how to use the camera plugin.
publish_to: none
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
dependencies:
camera:

View File

@ -7,8 +7,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 0.10.5+3
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
flutter:
plugin:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 0.10.8+6
* Migrates `styleFrom` usage in examples off of deprecated `primary` and `onPrimary` parameters.

View File

@ -3,8 +3,8 @@ description: Demonstrates how to use the camera plugin.
publish_to: none
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.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.8+6
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
flutter:
plugin:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 0.5.0+15
* Explicitly removes `READ_EXTERNAL_STORAGE` permission that may otherwise be implied from `WRITE_EXTERNAL_STORAGE`.

View File

@ -3,8 +3,8 @@ description: Demonstrates how to use the camera_android_camerax plugin.
publish_to: 'none'
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
dependencies:
camera_android_camerax:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 0.9.13+3
* Migrates `styleFrom` usage in examples off of deprecated `primary` and `onPrimary` parameters.

View File

@ -3,8 +3,8 @@ description: Demonstrates how to use the camera plugin.
publish_to: none
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
dependencies:
camera_avfoundation:

View File

@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 0.9.13+3
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
flutter:
plugin:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 2.5.1
* Removes obsolete null checks on non-nullable values.

View File

@ -7,8 +7,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 2.5.1
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
dependencies:
cross_file: ^0.3.1

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 0.3.2+1
* Updates README to improve example of `Image` creation.

View File

@ -2,8 +2,8 @@ name: camera_web_integration_tests
publish_to: none
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
dependencies:
camera_platform_interface: ^2.1.0

View File

@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 0.3.2+1
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
flutter:
plugin:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 0.2.1+7
* Fixes unawaited_futures violations.

View File

@ -3,8 +3,8 @@ description: Demonstrates how to use the camera_windows plugin.
publish_to: 'none'
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
dependencies:
camera_platform_interface: ^2.1.2

View File

@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 0.2.1+7
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
flutter:
plugin:

View File

@ -1,6 +1,6 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 0.3.3+4

View File

@ -5,7 +5,7 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 0.3.3+4
environment:
sdk: ">=2.18.0 <4.0.0"
sdk: ">=2.19.0 <4.0.0"
dependencies:
js: ^0.6.3

View File

@ -1,8 +1,7 @@
## NEXT
- Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
- Aligns Dart and Flutter SDK constraints.
- Updates minimum Flutter version to 3.0.
- Updates package description.
## 1.1.1

View File

@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 1.1.1
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
dependencies:
flutter:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 0.0.1+1
* Removes obsolete null checks on non-nullable values.

View File

@ -6,7 +6,7 @@ publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.18.0 <4.0.0"
sdk: ">=2.19.0 <4.0.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: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
dependencies:
flutter:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 0.3.0+5
* Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.

View File

@ -3,8 +3,8 @@ description: Demonstrates how to use the espresso plugin.
publish_to: none
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
dependencies:
flutter:

View File

@ -6,8 +6,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 0.3.0+5
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
flutter:
plugin:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 2.0.10
* Adds compatibility with `http` 1.0.

View File

@ -3,8 +3,8 @@ description: Example of Google Sign-In plugin and googleapis.
publish_to: none
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.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.10
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
dependencies:
flutter:

View File

@ -1,5 +1,6 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
* Migrates `styleFrom` usage in examples off of deprecated `primary` and `onPrimary` parameters.
## 1.0.0

View File

@ -5,8 +5,8 @@ publish_to: none
version: 1.0.0+1
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.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.0
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
flutter:
plugin:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 0.5.0+2
* Adjusts SDK checks for better testability.

View File

@ -3,8 +3,8 @@ description: Demonstrates how to use the file_selector_android plugin.
publish_to: 'none'
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.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.0+2
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
flutter:
plugin:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 0.5.1+5
* Fixes the behavior of no type groups to allow selecting any file.

View File

@ -4,8 +4,8 @@ publish_to: 'none'
version: 1.0.0
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
dependencies:
# The following adds the Cupertino Icons font to your application.

View File

@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 0.5.1+5
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
flutter:
plugin:

View File

@ -1,5 +1,6 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
* Migrates `styleFrom` usage in examples off of deprecated `primary` and `onPrimary` parameters.
## 0.9.2

View File

@ -4,8 +4,8 @@ publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.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
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
flutter:
plugin:

View File

@ -1,5 +1,6 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
* Migrates `styleFrom` usage in examples off of deprecated `primary` and `onPrimary` parameters.
## 0.9.3+1

View File

@ -4,8 +4,8 @@ publish_to: 'none'
version: 1.0.0
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.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.3+1
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
flutter:
plugin:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 2.6.0
* Adds `getSaveLocation` and deprecates `getSavePath`.

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: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
dependencies:
cross_file: ^0.3.0

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 0.9.2
* Adds and propagates `cancel` event on file selection.

View File

@ -2,8 +2,8 @@ name: file_selector_web_integration_tests
publish_to: none
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.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.2
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
flutter:
plugin:

View File

@ -1,5 +1,6 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
* Migrates `styleFrom` usage in examples off of deprecated `primary` and `onPrimary` parameters.
## 0.9.3

View File

@ -4,8 +4,8 @@ publish_to: 'none'
version: 1.0.0
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.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
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
flutter:
plugin:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 0.1.6
* Added support for displaying an AppBar on any Breakpoint by introducing appBarBreakpoint

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 4.1.6
* Fixes unawaited_futures violations.

View File

@ -6,8 +6,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 4.1.6
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
dependencies:
flutter:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 2.0.2
* Update links to the old linter site in the README and example to point to dart.dev.

View File

@ -4,7 +4,7 @@ description: A project that showcases how to enable the recommended lints for Fl
publish_to: none
environment:
sdk: ">=2.18.0 <4.0.0"
sdk: ">=2.19.0 <4.0.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: 2.0.2
environment:
sdk: ">=2.18.0 <4.0.0"
sdk: ">=2.19.0 <4.0.0"
dependencies:
lints: ^2.0.0

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 0.6.17+1
* Deletes deprecated splash screen meta-data element.

View File

@ -3,8 +3,8 @@ description: Demonstrates how to use the flutter_markdown package.
publish_to: none
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
dependencies:
flutter:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 0.0.1+3
* Removes obsolete null checks on non-nullable values.

View File

@ -6,7 +6,7 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
publish_to: none
environment:
sdk: ">=2.18.0 <4.0.0"
sdk: ">=2.19.0 <4.0.0"
dependencies:
args: ^2.3.1

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 2.0.15
* Fixes Java lints.

View File

@ -3,8 +3,8 @@ description: Demonstrates how to use the flutter_plugin_android_lifecycle plugin
publish_to: none
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
dependencies:
flutter:

View File

@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 2.0.15
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
flutter:
plugin:

View File

@ -1,6 +1,6 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
* Updates minimum SDK version to Flutter 3.0.
## 4.2.0

View File

@ -5,4 +5,4 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 4.2.0
environment:
sdk: ">=2.18.0 <4.0.0"
sdk: ">=2.19.0 <4.0.0"

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 10.1.0
- Supports setting `requestFocus`.

View File

@ -4,8 +4,8 @@ version: 3.0.1
publish_to: none
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
dependencies:
adaptive_navigation: ^0.0.4

View File

@ -6,8 +6,8 @@ repository: https://github.com/flutter/packages/tree/main/packages/go_router
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+go_router%22
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
dependencies:
collection: ^1.15.0

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 2.3.0
* Adds Support for StatefulShellRoute

View File

@ -3,7 +3,7 @@ description: go_router_builder examples
publish_to: none
environment:
sdk: ">=2.18.0 <4.0.0"
sdk: ">=2.19.0 <4.0.0"
dependencies:
collection: ^1.15.0

View File

@ -7,7 +7,7 @@ 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: ">=2.18.0 <4.0.0"
sdk: ">=2.19.0 <4.0.0"
dependencies:
analyzer: ">=4.4.0 <6.0.0"

View File

@ -1,6 +1,6 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 0.2.1

View File

@ -4,7 +4,7 @@ publish_to: 'none'
version: 0.0.1
environment:
sdk: ">=2.18.0 <4.0.0"
sdk: ">=2.19.0 <4.0.0"
dependencies:
flutter:

View File

@ -5,7 +5,7 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 0.2.1
environment:
sdk: ">=2.18.0 <4.0.0"
sdk: ">=2.19.0 <4.0.0"
dependencies:
js: ^0.6.4

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 2.4.0
* Adds options for gesture handling and tilt controls on web.

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 2.4.16
* Removes old empty override methods.
* Fixes unawaited_futures violations.

View File

@ -3,8 +3,8 @@ description: Demonstrates how to use the google_maps_flutter plugin.
publish_to: none
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.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.4.16
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
flutter:
plugin:

View File

@ -1,5 +1,6 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
* Fixes unawaited_futures violations.
## 2.2.3

View File

@ -3,8 +3,8 @@ description: Demonstrates how to use the google_maps_flutter plugin.
publish_to: none
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
dependencies:
cupertino_icons: ^1.0.5

View File

@ -3,8 +3,8 @@ description: Demonstrates how to use the google_maps_flutter plugin.
publish_to: none
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
dependencies:
cupertino_icons: ^1.0.5

View File

@ -3,8 +3,8 @@ description: Demonstrates how to use the google_maps_flutter plugin.
publish_to: none
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
dependencies:
cupertino_icons: ^1.0.5

View File

@ -3,8 +3,8 @@ description: Shared Dart code for the example apps.
publish_to: none
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.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.2.3
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
flutter:
plugin:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 2.4.0
* Adds options for gesture handling and tilt controls on web.

View File

@ -7,8 +7,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 2.4.0
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
dependencies:
collection: ^1.15.0

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 0.5.3
* Initial support for custom overlays. [#98596](https://github.com/flutter/flutter/issues/98596).

View File

@ -3,8 +3,8 @@ publish_to: none
# Tests require flutter beta or greater to run.
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
dependencies:
flutter:

View File

@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 0.5.3
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
flutter:
plugin:

View File

@ -1,3 +1,7 @@
## NEXT
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
## 6.1.4
* Adds compatibility with `http` 1.0.

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