mirror of
https://github.com/flutter/packages.git
synced 2025-06-29 22:33:11 +08:00
[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:
4
.ci.yaml
4
.ci.yaml
@ -227,14 +227,14 @@ targets:
|
|||||||
timeout: 30
|
timeout: 30
|
||||||
properties:
|
properties:
|
||||||
target_file: analyze_legacy.yaml
|
target_file: analyze_legacy.yaml
|
||||||
channel: "3.7.12"
|
channel: "3.10.6"
|
||||||
|
|
||||||
- name: Linux analyze_legacy N-2
|
- name: Linux analyze_legacy N-2
|
||||||
recipe: packages/packages
|
recipe: packages/packages
|
||||||
timeout: 30
|
timeout: 30
|
||||||
properties:
|
properties:
|
||||||
target_file: analyze_legacy.yaml
|
target_file: analyze_legacy.yaml
|
||||||
channel: "3.3.10"
|
channel: "3.7.12"
|
||||||
|
|
||||||
- name: Linux_android custom_package_tests master
|
- name: Linux_android custom_package_tests master
|
||||||
recipe: packages/packages
|
recipe: packages/packages
|
||||||
|
@ -16,7 +16,7 @@ tasks:
|
|||||||
script: script/tool_runner.sh
|
script: script/tool_runner.sh
|
||||||
args:
|
args:
|
||||||
- "pubspec-check"
|
- "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-dependencies=script/configs/allowed_unpinned_deps.yaml"
|
||||||
- "--allow-pinned-dependencies=script/configs/allowed_pinned_deps.yaml"
|
- "--allow-pinned-dependencies=script/configs/allowed_pinned_deps.yaml"
|
||||||
always: true
|
always: true
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
## NEXT
|
## 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.
|
* Aligns Dart and Flutter SDK constraints.
|
||||||
|
|
||||||
## 2.0.7
|
## 2.0.7
|
||||||
|
@ -6,8 +6,8 @@ publish_to: none
|
|||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
animations:
|
animations:
|
||||||
|
@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
version: 2.0.7
|
version: 2.0.7
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## NEXT
|
||||||
|
|
||||||
|
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
|
|
||||||
## 0.10.5+3
|
## 0.10.5+3
|
||||||
|
|
||||||
* Migrates `styleFrom` usage in examples off of deprecated `primary` and `onPrimary` parameters.
|
* Migrates `styleFrom` usage in examples off of deprecated `primary` and `onPrimary` parameters.
|
||||||
|
@ -3,8 +3,8 @@ description: Demonstrates how to use the camera plugin.
|
|||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
camera:
|
camera:
|
||||||
|
@ -7,8 +7,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
version: 0.10.5+3
|
version: 0.10.5+3
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
plugin:
|
plugin:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## NEXT
|
||||||
|
|
||||||
|
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
|
|
||||||
## 0.10.8+6
|
## 0.10.8+6
|
||||||
|
|
||||||
* Migrates `styleFrom` usage in examples off of deprecated `primary` and `onPrimary` parameters.
|
* Migrates `styleFrom` usage in examples off of deprecated `primary` and `onPrimary` parameters.
|
||||||
|
@ -3,8 +3,8 @@ description: Demonstrates how to use the camera plugin.
|
|||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
camera_android:
|
camera_android:
|
||||||
|
@ -6,8 +6,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
version: 0.10.8+6
|
version: 0.10.8+6
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
plugin:
|
plugin:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## NEXT
|
||||||
|
|
||||||
|
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
|
|
||||||
## 0.5.0+15
|
## 0.5.0+15
|
||||||
|
|
||||||
* Explicitly removes `READ_EXTERNAL_STORAGE` permission that may otherwise be implied from `WRITE_EXTERNAL_STORAGE`.
|
* Explicitly removes `READ_EXTERNAL_STORAGE` permission that may otherwise be implied from `WRITE_EXTERNAL_STORAGE`.
|
||||||
|
@ -3,8 +3,8 @@ description: Demonstrates how to use the camera_android_camerax plugin.
|
|||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
camera_android_camerax:
|
camera_android_camerax:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## NEXT
|
||||||
|
|
||||||
|
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
|
|
||||||
## 0.9.13+3
|
## 0.9.13+3
|
||||||
|
|
||||||
* Migrates `styleFrom` usage in examples off of deprecated `primary` and `onPrimary` parameters.
|
* Migrates `styleFrom` usage in examples off of deprecated `primary` and `onPrimary` parameters.
|
||||||
|
@ -3,8 +3,8 @@ description: Demonstrates how to use the camera plugin.
|
|||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
camera_avfoundation:
|
camera_avfoundation:
|
||||||
|
@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
version: 0.9.13+3
|
version: 0.9.13+3
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
plugin:
|
plugin:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## NEXT
|
||||||
|
|
||||||
|
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
|
|
||||||
## 2.5.1
|
## 2.5.1
|
||||||
|
|
||||||
* Removes obsolete null checks on non-nullable values.
|
* Removes obsolete null checks on non-nullable values.
|
||||||
|
@ -7,8 +7,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
version: 2.5.1
|
version: 2.5.1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
cross_file: ^0.3.1
|
cross_file: ^0.3.1
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## NEXT
|
||||||
|
|
||||||
|
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
|
|
||||||
## 0.3.2+1
|
## 0.3.2+1
|
||||||
|
|
||||||
* Updates README to improve example of `Image` creation.
|
* Updates README to improve example of `Image` creation.
|
||||||
|
@ -2,8 +2,8 @@ name: camera_web_integration_tests
|
|||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
camera_platform_interface: ^2.1.0
|
camera_platform_interface: ^2.1.0
|
||||||
|
@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
version: 0.3.2+1
|
version: 0.3.2+1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
plugin:
|
plugin:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## NEXT
|
||||||
|
|
||||||
|
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
|
|
||||||
## 0.2.1+7
|
## 0.2.1+7
|
||||||
|
|
||||||
* Fixes unawaited_futures violations.
|
* Fixes unawaited_futures violations.
|
||||||
|
@ -3,8 +3,8 @@ description: Demonstrates how to use the camera_windows plugin.
|
|||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
camera_platform_interface: ^2.1.2
|
camera_platform_interface: ^2.1.2
|
||||||
|
@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
version: 0.2.1+7
|
version: 0.2.1+7
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
plugin:
|
plugin:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
## NEXT
|
## 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
|
## 0.3.3+4
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
version: 0.3.3+4
|
version: 0.3.3+4
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
js: ^0.6.3
|
js: ^0.6.3
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
## NEXT
|
## 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.
|
- Aligns Dart and Flutter SDK constraints.
|
||||||
- Updates minimum Flutter version to 3.0.
|
|
||||||
- Updates package description.
|
- Updates package description.
|
||||||
|
|
||||||
## 1.1.1
|
## 1.1.1
|
||||||
|
@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
version: 1.1.1
|
version: 1.1.1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## NEXT
|
||||||
|
|
||||||
|
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
|
|
||||||
## 0.0.1+1
|
## 0.0.1+1
|
||||||
|
|
||||||
* Removes obsolete null checks on non-nullable values.
|
* Removes obsolete null checks on non-nullable values.
|
||||||
|
@ -6,7 +6,7 @@ publish_to: 'none'
|
|||||||
version: 1.0.0+1
|
version: 1.0.0+1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
cupertino_icons: ^1.0.5
|
cupertino_icons: ^1.0.5
|
||||||
|
@ -7,8 +7,8 @@ repository: https://github.com/flutter/packages/tree/main/packages/dynamic_layou
|
|||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## NEXT
|
||||||
|
|
||||||
|
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
|
|
||||||
## 0.3.0+5
|
## 0.3.0+5
|
||||||
|
|
||||||
* Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
|
* Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
|
||||||
|
@ -3,8 +3,8 @@ description: Demonstrates how to use the espresso plugin.
|
|||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
|
@ -6,8 +6,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
version: 0.3.0+5
|
version: 0.3.0+5
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
plugin:
|
plugin:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## NEXT
|
||||||
|
|
||||||
|
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
|
|
||||||
## 2.0.10
|
## 2.0.10
|
||||||
|
|
||||||
* Adds compatibility with `http` 1.0.
|
* Adds compatibility with `http` 1.0.
|
||||||
|
@ -3,8 +3,8 @@ description: Example of Google Sign-In plugin and googleapis.
|
|||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
extension_google_sign_in_as_googleapis_auth:
|
extension_google_sign_in_as_googleapis_auth:
|
||||||
|
@ -11,8 +11,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
version: 2.0.10
|
version: 2.0.10
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
## NEXT
|
## 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.
|
* Migrates `styleFrom` usage in examples off of deprecated `primary` and `onPrimary` parameters.
|
||||||
|
|
||||||
## 1.0.0
|
## 1.0.0
|
||||||
|
@ -5,8 +5,8 @@ publish_to: none
|
|||||||
version: 1.0.0+1
|
version: 1.0.0+1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
file_selector:
|
file_selector:
|
||||||
|
@ -6,8 +6,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
plugin:
|
plugin:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## NEXT
|
||||||
|
|
||||||
|
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
|
|
||||||
## 0.5.0+2
|
## 0.5.0+2
|
||||||
|
|
||||||
* Adjusts SDK checks for better testability.
|
* Adjusts SDK checks for better testability.
|
||||||
|
@ -3,8 +3,8 @@ description: Demonstrates how to use the file_selector_android plugin.
|
|||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
file_selector_android:
|
file_selector_android:
|
||||||
|
@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
version: 0.5.0+2
|
version: 0.5.0+2
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
plugin:
|
plugin:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## NEXT
|
||||||
|
|
||||||
|
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
|
|
||||||
## 0.5.1+5
|
## 0.5.1+5
|
||||||
|
|
||||||
* Fixes the behavior of no type groups to allow selecting any file.
|
* Fixes the behavior of no type groups to allow selecting any file.
|
||||||
|
@ -4,8 +4,8 @@ publish_to: 'none'
|
|||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
# The following adds the Cupertino Icons font to your application.
|
# The following adds the Cupertino Icons font to your application.
|
||||||
|
@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
version: 0.5.1+5
|
version: 0.5.1+5
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
plugin:
|
plugin:
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
## NEXT
|
## 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.
|
* Migrates `styleFrom` usage in examples off of deprecated `primary` and `onPrimary` parameters.
|
||||||
|
|
||||||
## 0.9.2
|
## 0.9.2
|
||||||
|
@ -4,8 +4,8 @@ publish_to: 'none'
|
|||||||
version: 1.0.0+1
|
version: 1.0.0+1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
file_selector_linux:
|
file_selector_linux:
|
||||||
|
@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
version: 0.9.2
|
version: 0.9.2
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
plugin:
|
plugin:
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
## NEXT
|
## 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.
|
* Migrates `styleFrom` usage in examples off of deprecated `primary` and `onPrimary` parameters.
|
||||||
|
|
||||||
## 0.9.3+1
|
## 0.9.3+1
|
||||||
|
@ -4,8 +4,8 @@ publish_to: 'none'
|
|||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
file_selector_macos:
|
file_selector_macos:
|
||||||
|
@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
version: 0.9.3+1
|
version: 0.9.3+1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
plugin:
|
plugin:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## NEXT
|
||||||
|
|
||||||
|
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
|
|
||||||
## 2.6.0
|
## 2.6.0
|
||||||
|
|
||||||
* Adds `getSaveLocation` and deprecates `getSavePath`.
|
* Adds `getSaveLocation` and deprecates `getSavePath`.
|
||||||
|
@ -7,8 +7,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
version: 2.6.0
|
version: 2.6.0
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
cross_file: ^0.3.0
|
cross_file: ^0.3.0
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## NEXT
|
||||||
|
|
||||||
|
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
|
|
||||||
## 0.9.2
|
## 0.9.2
|
||||||
|
|
||||||
* Adds and propagates `cancel` event on file selection.
|
* Adds and propagates `cancel` event on file selection.
|
||||||
|
@ -2,8 +2,8 @@ name: file_selector_web_integration_tests
|
|||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
file_selector_platform_interface: ^2.6.0
|
file_selector_platform_interface: ^2.6.0
|
||||||
|
@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
version: 0.9.2
|
version: 0.9.2
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
plugin:
|
plugin:
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
## NEXT
|
## 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.
|
* Migrates `styleFrom` usage in examples off of deprecated `primary` and `onPrimary` parameters.
|
||||||
|
|
||||||
## 0.9.3
|
## 0.9.3
|
||||||
|
@ -4,8 +4,8 @@ publish_to: 'none'
|
|||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
file_selector_platform_interface: ^2.6.0
|
file_selector_platform_interface: ^2.6.0
|
||||||
|
@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
version: 0.9.3
|
version: 0.9.3
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
plugin:
|
plugin:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## NEXT
|
||||||
|
|
||||||
|
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
|
|
||||||
## 0.1.6
|
## 0.1.6
|
||||||
|
|
||||||
* Added support for displaying an AppBar on any Breakpoint by introducing appBarBreakpoint
|
* Added support for displaying an AppBar on any Breakpoint by introducing appBarBreakpoint
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## NEXT
|
||||||
|
|
||||||
|
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
|
|
||||||
## 4.1.6
|
## 4.1.6
|
||||||
|
|
||||||
* Fixes unawaited_futures violations.
|
* Fixes unawaited_futures violations.
|
||||||
|
@ -6,8 +6,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
version: 4.1.6
|
version: 4.1.6
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## NEXT
|
||||||
|
|
||||||
|
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
|
|
||||||
## 2.0.2
|
## 2.0.2
|
||||||
|
|
||||||
* Update links to the old linter site in the README and example to point to dart.dev.
|
* Update links to the old linter site in the README and example to point to dart.dev.
|
||||||
|
@ -4,7 +4,7 @@ description: A project that showcases how to enable the recommended lints for Fl
|
|||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
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
|
# 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`
|
# lint set provided by this package is activated in the `analysis_options.yaml`
|
||||||
|
@ -5,7 +5,7 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
version: 2.0.2
|
version: 2.0.2
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
lints: ^2.0.0
|
lints: ^2.0.0
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## NEXT
|
||||||
|
|
||||||
|
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
|
|
||||||
## 0.6.17+1
|
## 0.6.17+1
|
||||||
|
|
||||||
* Deletes deprecated splash screen meta-data element.
|
* Deletes deprecated splash screen meta-data element.
|
||||||
|
@ -3,8 +3,8 @@ description: Demonstrates how to use the flutter_markdown package.
|
|||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## NEXT
|
||||||
|
|
||||||
|
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
|
|
||||||
## 0.0.1+3
|
## 0.0.1+3
|
||||||
|
|
||||||
* Removes obsolete null checks on non-nullable values.
|
* Removes obsolete null checks on non-nullable values.
|
||||||
|
@ -6,7 +6,7 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
args: ^2.3.1
|
args: ^2.3.1
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## NEXT
|
||||||
|
|
||||||
|
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
|
|
||||||
## 2.0.15
|
## 2.0.15
|
||||||
|
|
||||||
* Fixes Java lints.
|
* Fixes Java lints.
|
||||||
|
@ -3,8 +3,8 @@ description: Demonstrates how to use the flutter_plugin_android_lifecycle plugin
|
|||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
|
@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
version: 2.0.15
|
version: 2.0.15
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
plugin:
|
plugin:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
## NEXT
|
## 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.
|
* Updates minimum SDK version to Flutter 3.0.
|
||||||
|
|
||||||
## 4.2.0
|
## 4.2.0
|
||||||
|
@ -5,4 +5,4 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
version: 4.2.0
|
version: 4.2.0
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## NEXT
|
||||||
|
|
||||||
|
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
|
|
||||||
## 10.1.0
|
## 10.1.0
|
||||||
|
|
||||||
- Supports setting `requestFocus`.
|
- Supports setting `requestFocus`.
|
||||||
|
@ -4,8 +4,8 @@ version: 3.0.1
|
|||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
adaptive_navigation: ^0.0.4
|
adaptive_navigation: ^0.0.4
|
||||||
|
@ -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
|
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+go_router%22
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
collection: ^1.15.0
|
collection: ^1.15.0
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## NEXT
|
||||||
|
|
||||||
|
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
|
|
||||||
## 2.3.0
|
## 2.3.0
|
||||||
|
|
||||||
* Adds Support for StatefulShellRoute
|
* Adds Support for StatefulShellRoute
|
||||||
|
@ -3,7 +3,7 @@ description: go_router_builder examples
|
|||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
collection: ^1.15.0
|
collection: ^1.15.0
|
||||||
|
@ -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
|
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+go_router_builder%22
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
analyzer: ">=4.4.0 <6.0.0"
|
analyzer: ">=4.4.0 <6.0.0"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
## NEXT
|
## 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
|
## 0.2.1
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ publish_to: 'none'
|
|||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
|
@ -5,7 +5,7 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
version: 0.2.1
|
version: 0.2.1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
js: ^0.6.4
|
js: ^0.6.4
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## NEXT
|
||||||
|
|
||||||
|
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
|
|
||||||
## 2.4.0
|
## 2.4.0
|
||||||
|
|
||||||
* Adds options for gesture handling and tilt controls on web.
|
* Adds options for gesture handling and tilt controls on web.
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## NEXT
|
||||||
|
|
||||||
|
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
|
|
||||||
## 2.4.16
|
## 2.4.16
|
||||||
* Removes old empty override methods.
|
* Removes old empty override methods.
|
||||||
* Fixes unawaited_futures violations.
|
* Fixes unawaited_futures violations.
|
||||||
|
@ -3,8 +3,8 @@ description: Demonstrates how to use the google_maps_flutter plugin.
|
|||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
cupertino_icons: ^1.0.5
|
cupertino_icons: ^1.0.5
|
||||||
|
@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
version: 2.4.16
|
version: 2.4.16
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
plugin:
|
plugin:
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
## NEXT
|
## NEXT
|
||||||
|
|
||||||
|
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
* Fixes unawaited_futures violations.
|
* Fixes unawaited_futures violations.
|
||||||
|
|
||||||
## 2.2.3
|
## 2.2.3
|
||||||
|
@ -3,8 +3,8 @@ description: Demonstrates how to use the google_maps_flutter plugin.
|
|||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
cupertino_icons: ^1.0.5
|
cupertino_icons: ^1.0.5
|
||||||
|
@ -3,8 +3,8 @@ description: Demonstrates how to use the google_maps_flutter plugin.
|
|||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
cupertino_icons: ^1.0.5
|
cupertino_icons: ^1.0.5
|
||||||
|
@ -3,8 +3,8 @@ description: Demonstrates how to use the google_maps_flutter plugin.
|
|||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
cupertino_icons: ^1.0.5
|
cupertino_icons: ^1.0.5
|
||||||
|
@ -3,8 +3,8 @@ description: Shared Dart code for the example apps.
|
|||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
cupertino_icons: ^1.0.5
|
cupertino_icons: ^1.0.5
|
||||||
|
@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
version: 2.2.3
|
version: 2.2.3
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
plugin:
|
plugin:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## NEXT
|
||||||
|
|
||||||
|
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
|
|
||||||
## 2.4.0
|
## 2.4.0
|
||||||
|
|
||||||
* Adds options for gesture handling and tilt controls on web.
|
* Adds options for gesture handling and tilt controls on web.
|
||||||
|
@ -7,8 +7,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
version: 2.4.0
|
version: 2.4.0
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
collection: ^1.15.0
|
collection: ^1.15.0
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## NEXT
|
||||||
|
|
||||||
|
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
|
|
||||||
## 0.5.3
|
## 0.5.3
|
||||||
|
|
||||||
* Initial support for custom overlays. [#98596](https://github.com/flutter/flutter/issues/98596).
|
* Initial support for custom overlays. [#98596](https://github.com/flutter/flutter/issues/98596).
|
||||||
|
@ -3,8 +3,8 @@ publish_to: none
|
|||||||
|
|
||||||
# Tests require flutter beta or greater to run.
|
# Tests require flutter beta or greater to run.
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
|
@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
|
|||||||
version: 0.5.3
|
version: 0.5.3
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
flutter: ">=3.3.0"
|
flutter: ">=3.7.0"
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
plugin:
|
plugin:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## NEXT
|
||||||
|
|
||||||
|
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
|
|
||||||
## 6.1.4
|
## 6.1.4
|
||||||
|
|
||||||
* Adds compatibility with `http` 1.0.
|
* Adds compatibility with `http` 1.0.
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user