2022-02-03 11:06:44 -05:00
|
|
|
name: immich_mobile
|
2022-04-02 12:46:29 -05:00
|
|
|
description: Immich - selfhosted backup media file on mobile phone
|
2022-02-03 11:06:44 -05:00
|
|
|
|
|
|
|
publish_to: "none"
|
2023-02-03 15:21:49 -05:00
|
|
|
version: 1.45.0+68
|
2022-02-03 11:06:44 -05:00
|
|
|
|
|
|
|
environment:
|
2022-06-22 23:14:14 -05:00
|
|
|
sdk: ">=2.17.0 <3.0.0"
|
2022-02-03 11:06:44 -05:00
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
2022-06-22 00:23:35 -05:00
|
|
|
|
2022-11-19 00:12:54 -05:00
|
|
|
photo_manager: ^2.5.0
|
2022-02-03 11:06:44 -05:00
|
|
|
flutter_hooks: ^0.18.0
|
|
|
|
hooks_riverpod: ^2.0.0-dev.0
|
2022-05-28 22:35:45 -05:00
|
|
|
hive: ^2.2.1
|
|
|
|
hive_flutter: ^1.1.0
|
2022-09-14 10:18:25 -05:00
|
|
|
cached_network_image: ^3.2.2
|
2022-02-03 11:06:44 -05:00
|
|
|
intl: ^0.17.0
|
2022-09-16 16:46:23 -05:00
|
|
|
auto_route: ^5.0.1
|
2022-02-04 18:20:23 -05:00
|
|
|
fluttertoast: ^8.0.8
|
2022-02-06 01:07:56 -05:00
|
|
|
video_player: ^2.2.18
|
2022-09-11 00:25:04 -05:00
|
|
|
chewie: ^1.3.5
|
2022-02-10 21:40:11 -05:00
|
|
|
badges: ^2.0.2
|
2022-02-14 11:40:41 -05:00
|
|
|
socket_io_client: ^2.0.0-beta.4-nullsafety.0
|
2022-03-13 10:28:09 -05:00
|
|
|
flutter_map: ^0.14.0
|
2022-03-11 14:38:52 -05:00
|
|
|
flutter_udid: ^2.0.0
|
2022-03-18 20:23:05 -05:00
|
|
|
package_info_plus: ^1.4.0
|
2022-06-11 16:12:06 -05:00
|
|
|
url_launcher: ^6.1.3
|
2022-06-18 07:36:58 -05:00
|
|
|
http: 0.13.4
|
|
|
|
cancellation_token_http: ^1.1.0
|
2022-07-07 13:40:54 -05:00
|
|
|
easy_localization: ^3.0.1
|
2023-01-29 21:46:30 -05:00
|
|
|
share_plus: ^6.3.0
|
2022-08-07 19:43:09 -05:00
|
|
|
flutter_displaymode: ^0.4.0
|
2022-09-28 11:30:38 -05:00
|
|
|
scrollable_positioned_list: ^0.3.4
|
2022-06-22 00:23:35 -05:00
|
|
|
path: ^1.8.1
|
|
|
|
path_provider: ^2.0.11
|
|
|
|
latlong2: ^0.8.1
|
|
|
|
collection: ^1.16.0
|
|
|
|
http_parser: ^4.0.1
|
2022-11-20 12:43:10 -05:00
|
|
|
flutter_web_auth: ^0.5.0
|
2023-02-01 11:59:34 -05:00
|
|
|
easy_image_viewer: ^1.2.0
|
2022-06-22 00:23:35 -05:00
|
|
|
|
2022-07-13 07:23:48 -05:00
|
|
|
openapi:
|
|
|
|
path: openapi
|
|
|
|
|
2022-11-11 12:52:02 -05:00
|
|
|
# easy to remove packages:
|
|
|
|
image_picker: ^0.8.5+3 # only used to select user profile image from system gallery -> we can simply select an image from within immich?
|
2022-11-27 15:34:19 -05:00
|
|
|
logging: ^1.1.0
|
2022-11-11 12:52:02 -05:00
|
|
|
|
2022-02-03 11:06:44 -05:00
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
2022-06-22 00:23:35 -05:00
|
|
|
flutter_lints: ^2.0.1
|
2022-02-03 11:06:44 -05:00
|
|
|
hive_generator: ^1.1.2
|
2022-09-16 16:46:23 -05:00
|
|
|
build_runner: ^2.2.1
|
|
|
|
auto_route_generator: ^5.0.2
|
2023-01-31 23:05:54 -05:00
|
|
|
flutter_launcher_icons: "^0.9.2"
|
2023-01-21 22:43:28 -05:00
|
|
|
integration_test:
|
|
|
|
sdk: flutter
|
2022-02-03 11:06:44 -05:00
|
|
|
|
|
|
|
flutter:
|
|
|
|
uses-material-design: true
|
|
|
|
assets:
|
|
|
|
- assets/
|
2022-07-07 13:40:54 -05:00
|
|
|
- assets/i18n/
|
2022-04-04 09:08:53 -05:00
|
|
|
fonts:
|
|
|
|
- family: WorkSans
|
|
|
|
fonts:
|
|
|
|
- asset: fonts/WorkSans.ttf
|
|
|
|
- asset: fonts/WorkSans-Italic.ttf
|
|
|
|
style: italic
|
|
|
|
- family: SnowburstOne
|
|
|
|
fonts:
|
|
|
|
- asset: fonts/SnowburstOne.ttf
|
2022-11-27 15:34:19 -05:00
|
|
|
- family: Inconsolata
|
|
|
|
fonts:
|
|
|
|
- asset: fonts/Inconsolata-Regular.ttf
|
2022-02-04 11:41:51 -05:00
|
|
|
flutter_icons:
|
|
|
|
image_path_android: "assets/immich-logo-no-outline.png"
|
|
|
|
image_path_ios: "assets/immich-logo-no-outline.png"
|
|
|
|
android: true # can specify file name here e.g. "ic_launcher"
|
|
|
|
ios: true # can specify file name here e.g. "My-Launcher-Icon
|
2022-07-13 07:23:48 -05:00
|
|
|
|
|
|
|
analyzer:
|
|
|
|
exclude:
|
|
|
|
- openapi/**
|