-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
75 lines (69 loc) · 1.73 KB
/
pubspec.yaml
File metadata and controls
75 lines (69 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
name: album_share
description: "An unofficial Immich client focused on album sharing."
publish_to: 'none'
version: 0.3.6
environment:
sdk: '>=3.3.1 <4.0.0'
dependencies:
another_flushbar: ^1.12.30
cached_network_image: ^3.4.1
collection: ^1.19.1
cookie_jar: ^4.0.8
dio: ^5.8.0+1
dio_cookie_manager: ^3.2.0
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_cache_manager: ^3.4.1
flutter_displaymode: ^0.7.0
flutter_riverpod: ^2.6.1
form_field_validator: ^1.1.0
intl: any
isar_community: ^3.1.8
isar_community_flutter_libs: ^3.1.8
logging: ^1.2.0
octo_image: ^2.1.0
path_provider: ^2.1.5
scrollable_positioned_list: ^0.3.8
thumbhash: ^0.1.0+1
video_player:
path: './video_player'
google_fonts: ^6.2.1
cupertino_icons: ^1.0.8
go_router: ^15.2.0
humanizer: ^3.0.0
window_manager: ^0.5.0
titlebar_buttons: ^1.0.0
background_fetch: 1.5.0
url_launcher: ^6.3.0
flutter_local_notifications: ^19.2.1
system_theme: ^3.2.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
isar_community_generator: ^3.1.8
build_runner: ^2.4.12
riverpod_lint: ^2.1.1
flutter_native_splash: ^2.4.1
flutter_launcher_icons: ^0.14.4
flutter:
uses-material-design: true
assets:
- assets/logo.png
generate: true # localizations
flutter_native_splash:
color: "#ead1dc"
color_dark: "#000000"
image: assets/logo-splash.png
android_12:
image: assets/logo-splash-android12.png
flutter_launcher_icons:
image_path_android: 'assets/logo-large.png'
adaptive_icon_background: '#ffffff'
adaptive_icon_foreground: 'assets/logo-android-adaptive.png'
image_path_ios: 'assets/logo-large-white.png'
android: 'ic_launcher'
ios: false
remove_alpha_ios: true