upgraded Flutter to stable v3.7.7

This commit is contained in:
Thibault Deckers 2023-03-09 18:22:43 +01:00
parent de6138ebaf
commit 102e3974e7
5 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit 12cb4eb7a009f52b347b62ade7cb4854b926af72 Subproject commit 2ad6cd72c040113b47ee9055e722606a490ef0da

View file

@ -13,7 +13,7 @@ All notable changes to this project will be documented in this file.
### Changed ### Changed
- upgraded Flutter to stable v3.7.6 - upgraded Flutter to stable v3.7.7
### Fixed ### Fixed

View file

@ -1509,4 +1509,4 @@ packages:
version: "3.1.1" version: "3.1.1"
sdks: sdks:
dart: ">=2.19.0 <3.0.0" dart: ">=2.19.0 <3.0.0"
flutter: ">=3.7.6" flutter: ">=3.7.7"

View file

@ -13,7 +13,7 @@ publish_to: none
environment: environment:
# this project bundles Flutter SDK via `flutter_wrapper` # this project bundles Flutter SDK via `flutter_wrapper`
# cf https://github.com/passsy/flutter_wrapper # cf https://github.com/passsy/flutter_wrapper
flutter: 3.7.6 flutter: 3.7.7
sdk: ">=2.19.0 <3.0.0" sdk: ">=2.19.0 <3.0.0"
# following https://github.blog/2021-09-01-improving-git-protocol-security-github/ # following https://github.blog/2021-09-01-improving-git-protocol-security-github/

File diff suppressed because one or more lines are too long