mirror of
https://github.com/immich-app/immich.git
synced 2024-12-29 15:11:58 +00: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:
parent
95fb9c4365
commit
5ef6215546
5 changed files with 220 additions and 189 deletions
2
.github/workflows/build-mobile.yml
vendored
2
.github/workflows/build-mobile.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: "stable"
|
channel: "stable"
|
||||||
flutter-version: "3.16.9"
|
flutter-version: "3.19.3"
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
- name: Create the Keystore
|
- name: Create the Keystore
|
||||||
|
|
2
.github/workflows/static_analysis.yml
vendored
2
.github/workflows/static_analysis.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: "stable"
|
channel: "stable"
|
||||||
flutter-version: "3.16.9"
|
flutter-version: "3.19.3"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: dart pub get
|
run: dart pub get
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"flutterSdkVersion": "3.16.9",
|
"flutterSdkVersion": "3.19.3",
|
||||||
"flavors": {}
|
"flavors": {}
|
||||||
}
|
}
|
File diff suppressed because it is too large
Load diff
|
@ -3,7 +3,6 @@ description: Immich - selfhosted backup media file on mobile phone
|
||||||
|
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
version: 1.99.0+129
|
version: 1.99.0+129
|
||||||
isar_version: &isar_version 3.1.0+1
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.0.0 <4.0.0'
|
sdk: '>=3.0.0 <4.0.0'
|
||||||
|
@ -37,10 +36,10 @@ dependencies:
|
||||||
flutter_svg: ^2.0.9
|
flutter_svg: ^2.0.9
|
||||||
package_info_plus: ^5.0.1
|
package_info_plus: ^5.0.1
|
||||||
url_launcher: ^6.2.4
|
url_launcher: ^6.2.4
|
||||||
http: 0.13.5
|
http: ^0.13.6
|
||||||
cancellation_token_http: ^1.1.0
|
cancellation_token_http: ^2.0.0
|
||||||
easy_localization: ^3.0.3
|
easy_localization: ^3.0.3
|
||||||
share_plus: ^7.2.1
|
share_plus: ^7.2.2
|
||||||
flutter_displaymode: ^0.6.0
|
flutter_displaymode: ^0.6.0
|
||||||
scrollable_positioned_list: ^0.3.8
|
scrollable_positioned_list: ^0.3.8
|
||||||
path: ^1.8.3
|
path: ^1.8.3
|
||||||
|
@ -49,8 +48,8 @@ dependencies:
|
||||||
http_parser: ^4.0.2
|
http_parser: ^4.0.2
|
||||||
flutter_web_auth: ^0.5.0
|
flutter_web_auth: ^0.5.0
|
||||||
easy_image_viewer: ^1.4.0
|
easy_image_viewer: ^1.4.0
|
||||||
isar: *isar_version
|
isar: ^3.1.0+1
|
||||||
isar_flutter_libs: *isar_version # contains Isar Core
|
isar_flutter_libs: ^3.1.0+1
|
||||||
permission_handler: ^11.2.0
|
permission_handler: ^11.2.0
|
||||||
device_info_plus: ^9.1.1
|
device_info_plus: ^9.1.1
|
||||||
connectivity_plus: ^5.0.2
|
connectivity_plus: ^5.0.2
|
||||||
|
@ -91,10 +90,10 @@ dev_dependencies:
|
||||||
auto_route_generator: ^7.3.2
|
auto_route_generator: ^7.3.2
|
||||||
flutter_launcher_icons: ^0.13.1
|
flutter_launcher_icons: ^0.13.1
|
||||||
flutter_native_splash: ^2.3.9
|
flutter_native_splash: ^2.3.9
|
||||||
isar_generator: *isar_version
|
isar_generator: ^3.1.0+1
|
||||||
integration_test:
|
integration_test:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
custom_lint: ^0.5.8
|
custom_lint: ^0.6.0
|
||||||
riverpod_lint: ^2.3.7
|
riverpod_lint: ^2.3.7
|
||||||
riverpod_generator: ^2.3.9
|
riverpod_generator: ^2.3.9
|
||||||
mocktail: ^1.0.3
|
mocktail: ^1.0.3
|
||||||
|
|
Loading…
Reference in a new issue