mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 18:08:48 -07:00
97dc7660b4
* Implementing video upload features * setup image resize processor * Add video thumbnail with duration and icon * Fixed issue with video upload timeout and upper case file type on ios * Added video player page * Added video player page * Fixing video player not play on ios * Added partial file streaming for ios/android video request * Added nginx as proxy server for better file serving * update nginx and docker-compose file * Video player working correctly * Video player working correctly * Split duration to the second
52 lines
1.1 KiB
YAML
52 lines
1.1 KiB
YAML
name: immich_mobile
|
|
description: A new Flutter project.
|
|
|
|
publish_to: "none"
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ">=2.15.1 <3.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
cupertino_icons: ^1.0.2
|
|
photo_manager: ^1.3.10
|
|
flutter_hooks: ^0.18.0
|
|
hooks_riverpod: ^2.0.0-dev.0
|
|
hive:
|
|
hive_flutter:
|
|
dio: ^4.0.4
|
|
device_info_plus: ^3.2.1
|
|
cached_network_image: ^3.2.0
|
|
google_fonts: ^2.2.0
|
|
percent_indicator: ^3.4.0
|
|
intl: ^0.17.0
|
|
auto_route: ^3.2.2
|
|
exif: ^3.1.1
|
|
transparent_image: ^2.0.0
|
|
visibility_detector: ^0.2.2
|
|
flutter_launcher_icons: "^0.9.2"
|
|
fluttertoast: ^8.0.8
|
|
video_player: ^2.2.18
|
|
chewie: ^1.2.2
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^1.0.0
|
|
hive_generator: ^1.1.2
|
|
build_runner: ^2.1.7
|
|
auto_route_generator: ^3.2.1
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/
|
|
|
|
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
|