2022-02-03 10:06:44 -06:00
|
|
|
name: immich_mobile
|
2022-04-02 12:46:29 -05:00
|
|
|
description: Immich - selfhosted backup media file on mobile phone
|
2022-02-03 10:06:44 -06:00
|
|
|
|
2024-03-13 12:14:59 -05:00
|
|
|
publish_to: 'none'
|
2025-04-25 03:07:06 +00:00
|
|
|
version: 1.132.2+196
|
2022-02-03 10:06:44 -06:00
|
|
|
|
|
|
|
environment:
|
2024-04-21 04:07:32 +00:00
|
|
|
sdk: '>=3.3.0 <4.0.0'
|
2025-04-15 16:03:22 -05:00
|
|
|
flutter: 3.29.3
|
2022-02-03 10:06:44 -06:00
|
|
|
|
2025-03-12 20:03:11 +05:30
|
|
|
isar_version: &isar_version 3.1.8
|
2024-11-05 10:34:24 -06:00
|
|
|
|
2022-02-03 10:06:44 -06:00
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
2022-06-22 14:23:35 +09:00
|
|
|
|
2025-03-12 20:03:11 +05:30
|
|
|
async: ^2.11.0
|
|
|
|
auto_route: ^9.2.0
|
2025-04-15 16:03:22 -05:00
|
|
|
background_downloader: ^9.2.0
|
2025-03-12 20:03:11 +05:30
|
|
|
cached_network_image: ^3.4.1
|
|
|
|
cancellation_token_http: ^2.1.0
|
|
|
|
collection: ^1.18.0
|
|
|
|
connectivity_plus: ^6.1.3
|
|
|
|
crop_image: ^1.0.16
|
2025-04-23 16:05:00 +02:00
|
|
|
crypto: ^3.0.6
|
2025-03-12 20:03:11 +05:30
|
|
|
device_info_plus: ^11.3.3
|
|
|
|
dynamic_color: ^1.7.0
|
|
|
|
easy_image_viewer: ^1.5.1
|
|
|
|
easy_localization: ^3.0.7+1
|
|
|
|
file_picker: ^8.0.0+1
|
|
|
|
flutter_cache_manager: ^3.4.1
|
|
|
|
flutter_displaymode: ^0.6.0
|
2025-03-09 20:30:58 -05:00
|
|
|
flutter_hooks: ^0.21.2
|
2025-03-12 20:03:11 +05:30
|
|
|
flutter_local_notifications: ^17.2.1+2
|
|
|
|
flutter_svg: ^2.0.17
|
|
|
|
flutter_udid: ^3.0.0
|
|
|
|
flutter_web_auth_2: ^5.0.0-alpha.0
|
|
|
|
fluttertoast: ^8.2.12
|
2025-04-21 07:55:13 +02:00
|
|
|
geolocator: ^14.0.0
|
2025-03-09 20:30:58 -05:00
|
|
|
hooks_riverpod: ^2.6.1
|
2025-03-12 20:03:11 +05:30
|
|
|
http: ^1.3.0
|
|
|
|
image_picker: ^1.1.2
|
2024-05-16 10:58:02 -05:00
|
|
|
intl: ^0.19.0
|
2025-03-12 20:03:11 +05:30
|
|
|
logging: ^1.3.0
|
2025-03-10 09:41:43 -05:00
|
|
|
maplibre_gl: ^0.21.0
|
2025-03-12 20:03:11 +05:30
|
|
|
network_info_plus: ^6.1.3
|
|
|
|
octo_image: ^2.1.0
|
|
|
|
package_info_plus: ^8.3.0
|
|
|
|
path: ^1.9.1
|
2025-03-10 21:46:36 -05:00
|
|
|
path_provider: ^2.1.5
|
2025-03-11 19:56:43 +05:30
|
|
|
path_provider_foundation: ^2.4.1
|
2025-03-12 20:03:11 +05:30
|
|
|
permission_handler: ^11.4.0
|
|
|
|
photo_manager: ^3.6.4
|
|
|
|
photo_manager_image_provider: ^2.2.0
|
2025-04-08 21:34:42 +05:30
|
|
|
punycode: ^1.0.0
|
2025-03-12 20:03:11 +05:30
|
|
|
riverpod_annotation: ^2.6.1
|
|
|
|
scrollable_positioned_list: ^0.3.8
|
|
|
|
share_handler: ^0.0.22
|
|
|
|
share_plus: ^10.1.4
|
|
|
|
socket_io_client: ^2.0.3+1
|
2024-02-27 10:51:19 -05:00
|
|
|
thumbhash: 0.1.0+1
|
2025-03-12 20:03:11 +05:30
|
|
|
timezone: ^0.9.4
|
|
|
|
url_launcher: ^6.3.1
|
2025-04-17 20:55:27 +05:30
|
|
|
uuid: ^4.5.1
|
2025-03-12 20:03:11 +05:30
|
|
|
wakelock_plus: ^1.2.10
|
2025-04-17 20:55:27 +05:30
|
|
|
worker_manager: ^7.2.3
|
2025-03-12 20:03:11 +05:30
|
|
|
|
2024-12-05 02:33:46 +05:30
|
|
|
native_video_player:
|
|
|
|
git:
|
|
|
|
url: https://github.com/immich-app/native_video_player
|
2025-03-05 03:30:01 +05:30
|
|
|
ref: '5459d54'
|
2022-07-13 07:23:48 -05:00
|
|
|
openapi:
|
|
|
|
path: openapi
|
2025-03-12 20:03:11 +05:30
|
|
|
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/
|
2025-04-02 19:28:17 +05:30
|
|
|
# DB
|
|
|
|
drift: ^2.23.1
|
|
|
|
drift_flutter: ^0.2.4
|
2022-07-13 07:23:48 -05:00
|
|
|
|
2024-01-27 16:14:32 +00:00
|
|
|
dependency_overrides:
|
2025-03-06 18:27:43 +01:00
|
|
|
analyzer: ^6.0.0
|
2024-01-27 16:14:32 +00:00
|
|
|
meta: ^1.11.0
|
|
|
|
analyzer_plugin: ^0.11.3
|
2023-09-04 23:08:43 +00:00
|
|
|
|
2022-02-03 10:06:44 -06:00
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
2024-10-01 04:10:05 +00:00
|
|
|
flutter_lints: ^5.0.0
|
2024-01-27 16:14:32 +00:00
|
|
|
build_runner: ^2.4.8
|
2024-08-06 12:50:20 -05:00
|
|
|
auto_route_generator: ^9.0.0
|
2025-03-12 20:03:11 +05:30
|
|
|
flutter_launcher_icons: ^0.14.3
|
|
|
|
flutter_native_splash: ^2.4.5
|
2024-11-05 10:34:24 -06:00
|
|
|
isar_generator:
|
|
|
|
version: *isar_version
|
|
|
|
hosted: https://pub.isar-community.dev/
|
2023-01-22 04:43:28 +01:00
|
|
|
integration_test:
|
|
|
|
sdk: flutter
|
2024-09-18 17:15:52 +02:00
|
|
|
custom_lint: ^0.6.4
|
2025-03-09 20:30:58 -05:00
|
|
|
riverpod_lint: ^2.6.1
|
|
|
|
riverpod_generator: ^2.6.1
|
2025-03-12 20:03:11 +05:30
|
|
|
mocktail: ^1.0.4
|
2024-09-18 17:15:52 +02:00
|
|
|
immich_mobile_immich_lint:
|
|
|
|
path: './immich_lint'
|
2025-02-28 01:48:49 +05:30
|
|
|
fake_async: ^1.3.1
|
2025-04-04 01:12:35 +05:30
|
|
|
file: ^7.0.1 # for MemoryFileSystem
|
2025-04-02 19:28:17 +05:30
|
|
|
# Drift generator
|
|
|
|
drift_dev: ^2.23.1
|
2022-02-03 10:06:44 -06:00
|
|
|
|
|
|
|
flutter:
|
|
|
|
uses-material-design: true
|
|
|
|
assets:
|
|
|
|
- assets/
|
2022-04-04 09:08:53 -05:00
|
|
|
fonts:
|
2022-11-27 14:34:19 -06:00
|
|
|
- family: Inconsolata
|
|
|
|
fonts:
|
|
|
|
- asset: fonts/Inconsolata-Regular.ttf
|
2023-11-20 08:58:03 -06:00
|
|
|
- family: Overpass
|
|
|
|
fonts:
|
|
|
|
- asset: fonts/overpass/Overpass-Regular.ttf
|
|
|
|
weight: 400
|
|
|
|
- asset: fonts/overpass/Overpass-Italic.ttf
|
|
|
|
style: italic
|
|
|
|
- asset: fonts/overpass/Overpass-Medium.ttf
|
|
|
|
weight: 500
|
|
|
|
- asset: fonts/overpass/Overpass-SemiBold.ttf
|
|
|
|
weight: 600
|
|
|
|
- asset: fonts/overpass/Overpass-Bold.ttf
|
|
|
|
weight: 700
|
|
|
|
- family: OverpassMono
|
|
|
|
fonts:
|
|
|
|
- asset: fonts/overpass/OverpassMono.ttf
|
|
|
|
|
2024-01-15 15:26:13 +00:00
|
|
|
flutter_launcher_icons:
|
2024-03-13 12:14:59 -05:00
|
|
|
image_path_android: 'assets/immich-logo.png'
|
|
|
|
adaptive_icon_background: '#ffffff'
|
|
|
|
adaptive_icon_foreground: 'assets/immich-logo-android-adaptive-icon.png'
|
|
|
|
image_path_ios: 'assets/immich-logo-w-bg.png'
|
2025-03-12 20:03:11 +05:30
|
|
|
android: 'ic_launcher'
|
|
|
|
ios: false
|
2024-01-15 15:26:13 +00:00
|
|
|
remove_alpha_ios: true
|
2022-07-13 07:23:48 -05:00
|
|
|
|
|
|
|
analyzer:
|
|
|
|
exclude:
|
|
|
|
- openapi/**
|