1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-21 18:16:55 +02:00

chore(mobile): Bump to Flutter 3.19.0 (#7167)

* Bump to Flutter 3.19.0

* Ran pub upgrade --major-versions and removed isar_version alias

Wrong http version

* Updated share_plus to fix android build

* Updates github actions to 3.19.0

* upgrade to 3.19.3

* upgrade to 3.19.3

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
This commit is contained in:
martyfuhry 2024-03-21 12:31:18 -04:00 committed by GitHub
parent 95fb9c4365
commit 5ef6215546
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 220 additions and 189 deletions

View File

@ -45,7 +45,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: "3.16.9"
flutter-version: "3.19.3"
cache: true
- name: Create the Keystore

View File

@ -23,7 +23,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: "3.16.9"
flutter-version: "3.19.3"
- name: Install dependencies
run: dart pub get

View File

@ -1,4 +1,4 @@
{
"flutterSdkVersion": "3.16.9",
"flutterSdkVersion": "3.19.3",
"flavors": {}
}

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,6 @@ description: Immich - selfhosted backup media file on mobile phone
publish_to: 'none'
version: 1.99.0+129
isar_version: &isar_version 3.1.0+1
environment:
sdk: '>=3.0.0 <4.0.0'
@ -37,10 +36,10 @@ dependencies:
flutter_svg: ^2.0.9
package_info_plus: ^5.0.1
url_launcher: ^6.2.4
http: 0.13.5
cancellation_token_http: ^1.1.0
http: ^0.13.6
cancellation_token_http: ^2.0.0
easy_localization: ^3.0.3
share_plus: ^7.2.1
share_plus: ^7.2.2
flutter_displaymode: ^0.6.0
scrollable_positioned_list: ^0.3.8
path: ^1.8.3
@ -49,8 +48,8 @@ dependencies:
http_parser: ^4.0.2
flutter_web_auth: ^0.5.0
easy_image_viewer: ^1.4.0
isar: *isar_version
isar_flutter_libs: *isar_version # contains Isar Core
isar: ^3.1.0+1
isar_flutter_libs: ^3.1.0+1
permission_handler: ^11.2.0
device_info_plus: ^9.1.1
connectivity_plus: ^5.0.2
@ -91,10 +90,10 @@ dev_dependencies:
auto_route_generator: ^7.3.2
flutter_launcher_icons: ^0.13.1
flutter_native_splash: ^2.3.9
isar_generator: *isar_version
isar_generator: ^3.1.0+1
integration_test:
sdk: flutter
custom_lint: ^0.5.8
custom_lint: ^0.6.0
riverpod_lint: ^2.3.7
riverpod_generator: ^2.3.9
mocktail: ^1.0.3