upgraded Flutter to stable v3.16.5

This commit is contained in:
Thibault Deckers 2023-12-20 23:28:56 +01:00
parent 372e5e75c9
commit 5c8cd81ff7
5 changed files with 7 additions and 7 deletions

@ -1 +1 @@
Subproject commit 2e9cb0aa71a386a91f73f7088d115c0d96654829
Subproject commit 78666c8dc57e9f7548ca9f8dd0740fbf0c658dc9

View file

@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file.
### Changed
- upgraded Flutter to stable v3.16.4
- upgraded Flutter to stable v3.16.5
## <a id="v1.10.0"></a>[v1.10.0] - 2023-12-02

View file

@ -747,10 +747,10 @@ packages:
dependency: "direct main"
description:
name: leak_tracker
sha256: "41b90ceaec6d79819f31e975e61d479516efe701dea35f891b2f986c1b031422"
sha256: e45c31f458d01fd9ef4a214feb2e153b72d5b1907435f4332b1637a2f348c021
url: "https://pub.dev"
source: hosted
version: "9.0.17"
version: "9.0.18"
lints:
dependency: transitive
description:
@ -1769,4 +1769,4 @@ packages:
version: "3.1.2"
sdks:
dart: ">=3.2.0 <4.0.0"
flutter: ">=3.16.4"
flutter: ">=3.16.5"

View file

@ -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.16.4
flutter: 3.16.5
sdk: '>=3.2.0 <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