-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps(Pub): Upgrade Flutter to version 3.10.5
Update the minimum SDK version in the synthetic tests to 2.12.0, as it is now required for null safety compatibility [1]. Additionally, adjust the upper boundary in the synthetic tests to align with Dart 3.0.3, which is used in Flutter 3.10.x [2]. For more information, refer to the full changelog [3]. [1]: https://dart.dev/null-safety#dart-3-and-null-safety [2]: https://docs.flutter.dev/release/archive [3]: https://docs.flutter.dev/release/release-notes/release-notes-3.10.0 Signed-off-by: Marcel Bochtler <[email protected]>
- Loading branch information
1 parent
9b8e9a0
commit a4330fe
Showing
16 changed files
with
2,335 additions
and
2,891 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
plugins/package-managers/pub/src/funTest/assets/projects/external/dart-http
Submodule dart-http
updated
47 files
2,265 changes: 1,051 additions & 1,214 deletions
2,265
...s/package-managers/pub/src/funTest/assets/projects/external/dart-http-expected-output.yml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -338,4 +338,4 @@ packages: | |
source: hosted | ||
version: "2.1.16" | ||
sdks: | ||
dart: ">=2.2.2 <3.0.0" | ||
dart: ">=2.2.2 <4.0.0" |
Oops, something went wrong.