chore: upgrade to flutter 3.19.0 (#4677)

* chore: upgrade to flutter 3.19.0

* chore: adjust to the latest flutter convention

* chore: update CI flutter version

* fix: flutter analyze

* fix: flutter analyze

* fix: flutter analyze

* chore: fix docker build
This commit is contained in:
Lucas.Xu
2024-02-19 12:49:55 +07:00
committed by GitHub
parent b2e55c4e2e
commit 252699d249
83 changed files with 286 additions and 407 deletions

View File

@ -29,7 +29,7 @@ dev_dependencies:
sdk: flutter
integration_test:
sdk: flutter
flutter_lints: ^2.0.1
flutter_lints: ^3.0.1
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

View File

@ -25,7 +25,7 @@ dev_dependencies:
sdk: flutter
build_runner:
freezed:
flutter_lints: ^2.0.1
flutter_lints: ^3.0.1
json_serializable: ^6.6.2
# For information on the generic Dart part of this file, see the