upgraded Flutter to stable v3.22.3
This commit is contained in:
parent
a2ea0c377a
commit
b4c46ae9b2
5 changed files with 10 additions and 6 deletions
2
.flutter
2
.flutter
|
@ -1 +1 @@
|
|||
Subproject commit 761747bfc538b5af34aa0d3fac380f1bc331ec49
|
||||
Subproject commit b0850beeb25f6d5b10426284f506557f66181b36
|
|
@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
## <a id="unreleased"></a>[Unreleased]
|
||||
|
||||
### Changed
|
||||
|
||||
- upgraded Flutter to stable v3.22.3
|
||||
|
||||
## <a id="v1.11.6"></a>[v1.11.6] - 2024-07-17
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1611,10 +1611,10 @@ packages:
|
|||
dependency: transitive
|
||||
description:
|
||||
name: url_launcher_android
|
||||
sha256: ceb2625f0c24ade6ef6778d1de0b2e44f2db71fded235eb52295247feba8c5cf
|
||||
sha256: eac82dc8e5f48818054f46021e9e5f34c239f8d301e7e29165b977c8d1189fed
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "6.3.3"
|
||||
version: "6.3.4"
|
||||
url_launcher_ios:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -1801,4 +1801,4 @@ packages:
|
|||
version: "3.1.2"
|
||||
sdks:
|
||||
dart: ">=3.4.1 <4.0.0"
|
||||
flutter: ">=3.22.2"
|
||||
flutter: ">=3.22.3"
|
||||
|
|
|
@ -13,7 +13,7 @@ publish_to: none
|
|||
environment:
|
||||
# this project bundles Flutter SDK via `flutter_wrapper`
|
||||
# cf https://github.com/passsy/flutter_wrapper
|
||||
flutter: 3.22.2
|
||||
flutter: 3.22.3
|
||||
sdk: '>=3.4.1 <4.0.0'
|
||||
|
||||
# use `scripts/apply_flavor_{flavor}.sh` to set the right dependencies for the flavor
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue