upgraded Flutter to stable v3.13.1

This commit is contained in:
Thibault Deckers 2023-08-24 00:00:18 +02:00
parent bdd37a415a
commit 8446cb1d3e
7 changed files with 13 additions and 9 deletions

@ -1 +1 @@
Subproject commit efbf63d9c66b9f6ec30e9ad4611189aa80003d31
Subproject commit e1e47221e86272429674bec4f1bd36acc4fc7b77

View file

@ -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.13.1
## <a id="v1.9.1"></a>[v1.9.1] - 2023-08-22
### Fixed

View file

@ -4,7 +4,7 @@
##
## Flutter start up script for UN*X
## Version: v1.3.1
## Date: 2022-11-26 11:30:13
## Date: 2023-08-23 23:34:25
##
## Use this flutter wrapper to bundle Flutter within your project to make
## sure everybody builds with the same version.

View file

@ -268,10 +268,10 @@ packages:
dependency: transitive
description:
name: screen_brightness
sha256: "62fd61a64e68b32b98b840bad7d8b6822bbc40e63c2b569a5f85528484c86b41"
sha256: ed8da4a4511e79422fc1aa88138e920e4008cd312b72cdaa15ccb426c0faaedd
url: "https://pub.dev"
source: hosted
version: "0.2.2"
version: "0.2.2+1"
screen_brightness_android:
dependency: transitive
description:

View file

@ -1197,10 +1197,10 @@ packages:
dependency: "direct main"
description:
name: screen_brightness
sha256: "62fd61a64e68b32b98b840bad7d8b6822bbc40e63c2b569a5f85528484c86b41"
sha256: ed8da4a4511e79422fc1aa88138e920e4008cd312b72cdaa15ccb426c0faaedd
url: "https://pub.dev"
source: hosted
version: "0.2.2"
version: "0.2.2+1"
screen_brightness_android:
dependency: transitive
description:
@ -1713,4 +1713,4 @@ packages:
version: "3.1.2"
sdks:
dart: ">=3.1.0-185.0.dev <4.0.0"
flutter: ">=3.13.0"
flutter: ">=3.13.1"

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.13.0
flutter: 3.13.1
sdk: ">=3.0.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