upgraded Flutter to stable v3.29.2
This commit is contained in:
parent
8e6a995c4e
commit
9e33db5b4d
5 changed files with 10 additions and 6 deletions
2
.flutter
2
.flutter
|
@ -1 +1 @@
|
|||
Subproject commit 09de023485e95e6d1225c2baa44b8feb85e0d45f
|
||||
Subproject commit c23637390482d4cf9598c3ce3f2be31aa7332daf
|
|
@ -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.29.2
|
||||
|
||||
## <a id="v1.12.6"></a>[v1.12.6] - 2025-03-11
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -37,10 +37,10 @@ packages:
|
|||
dependency: transitive
|
||||
description:
|
||||
name: args
|
||||
sha256: bf9f5caeea8d8fe6721a9c358dd8a5c1947b27f1cfaa18b39c301273594919e6
|
||||
sha256: d0481093c50b1da8910eb0bb301626d4d8eb7284aa739614d2b394ee09e3ea04
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "2.6.0"
|
||||
version: "2.7.0"
|
||||
async:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -1791,4 +1791,4 @@ packages:
|
|||
version: "3.1.3"
|
||||
sdks:
|
||||
dart: ">=3.7.0 <4.0.0"
|
||||
flutter: ">=3.29.1"
|
||||
flutter: ">=3.29.2"
|
||||
|
|
|
@ -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.29.1
|
||||
flutter: 3.29.2
|
||||
sdk: ">=3.6.0 <4.0.0" # incoherent dartfmt from 3.7.0
|
||||
workspace:
|
||||
- plugins/aves_magnifier
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue