chore(mobile): upgrade gradle (#13901)
* chore(mobile): upgrade gradle * update photo_manager * migrate from kapt to ksp pumps kotlin and other dependency version to fix build issues * increase java heap size --------- Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
+13
-5
@@ -8,12 +8,14 @@ environment:
|
||||
sdk: '>=3.3.0 <4.0.0'
|
||||
flutter: 3.24.4
|
||||
|
||||
isar_version: &isar_version 3.1.8 # define the version to be used
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
path_provider_ios:
|
||||
photo_manager: ^3.5.1
|
||||
photo_manager: ^3.6.1
|
||||
photo_manager_image_provider: ^2.2.0
|
||||
flutter_hooks: ^0.20.4
|
||||
hooks_riverpod: ^2.4.9
|
||||
@@ -23,7 +25,7 @@ dependencies:
|
||||
intl: ^0.19.0
|
||||
auto_route: ^9.2.0
|
||||
fluttertoast: ^8.2.4
|
||||
video_player: ^2.8.2
|
||||
video_player: ^2.9.2
|
||||
chewie: ^1.7.4
|
||||
socket_io_client: ^2.0.3+1
|
||||
maplibre_gl: 0.19.0+2
|
||||
@@ -44,8 +46,12 @@ dependencies:
|
||||
http_parser: ^4.0.2
|
||||
flutter_web_auth: ^0.6.0
|
||||
easy_image_viewer: ^1.4.0
|
||||
isar: ^3.1.0+1
|
||||
isar_flutter_libs: ^3.1.0+1
|
||||
isar:
|
||||
version: *isar_version
|
||||
hosted: https://pub.isar-community.dev/
|
||||
isar_flutter_libs: # contains Isar Core
|
||||
version: *isar_version
|
||||
hosted: https://pub.isar-community.dev/
|
||||
permission_handler: ^11.2.0
|
||||
device_info_plus: ^11.0.0
|
||||
connectivity_plus: ^6.0.0
|
||||
@@ -92,7 +98,9 @@ dev_dependencies:
|
||||
auto_route_generator: ^9.0.0
|
||||
flutter_launcher_icons: ^0.14.0
|
||||
flutter_native_splash: ^2.3.9
|
||||
isar_generator: ^3.1.0+1
|
||||
isar_generator:
|
||||
version: *isar_version
|
||||
hosted: https://pub.isar-community.dev/
|
||||
integration_test:
|
||||
sdk: flutter
|
||||
custom_lint: ^0.6.4
|
||||
|
||||
Reference in New Issue
Block a user