chore(mobile): Upgrade to Flutter 3.10 (#2429)

* update dependencies

* resolve dependency and update code for Flutter 3.10

* update github action flutter version

* update test version

* iOS deployment

* pump intl package

* list tile fix
This commit is contained in:
Alex
2023-05-12 09:21:13 -05:00
committed by GitHub
parent f961acdf0c
commit 43951ec208
19 changed files with 108 additions and 134 deletions

View File

@@ -19,18 +19,18 @@ dependencies:
hive: ^2.2.1
hive_flutter: ^1.1.0
cached_network_image: ^3.2.2
intl: ^0.17.0
intl: ^0.18.0
auto_route: ^5.0.1
fluttertoast: ^8.0.8
video_player: ^2.2.18
chewie: ^1.3.5
chewie: ^1.4.0
badges: ^2.0.2
socket_io_client: ^2.0.0-beta.4-nullsafety.0
flutter_map: ^0.14.0
flutter_map: ^4.0.0
flutter_udid: ^2.0.0
package_info_plus: ^1.4.0
package_info_plus: ^3.1.2
url_launcher: ^6.1.3
http: 0.13.4
http: 0.13.5
cancellation_token_http: ^1.1.0
easy_localization: ^3.0.1
share_plus: ^6.3.0
@@ -59,7 +59,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
hive_generator: ^1.1.2
hive_generator: ^2.0.0
build_runner: ^2.2.1
auto_route_generator: ^5.0.2
flutter_launcher_icons: "^0.9.2"