-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
81 lines (75 loc) · 1.87 KB
/
pubspec.yaml
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
76
77
78
79
80
81
name: album_share
description: "An unofficial Immich client focused on album sharing."
publish_to: 'none'
version: 0.3.3
environment:
sdk: '>=3.3.1 <4.0.0'
dependencies:
another_flushbar: ^1.12.30
cached_network_image: ^3.3.1
collection: ^1.18.0
cookie_jar: ^4.0.8
dio: ^5.4.3+1
dio_cookie_manager: ^3.1.1
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_cache_manager: ^3.3.2
flutter_displaymode: ^0.6.0
flutter_riverpod: ^2.5.1
form_field_validator: ^1.1.0
intl: any
isar:
version: 3.1.8
hosted: https://pub.isar-community.dev/
isar_flutter_libs:
version: 3.1.8
hosted: https://pub.isar-community.dev/
logging: ^1.2.0
octo_image: ^2.0.0
path_provider: ^2.1.3
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: ^14.2.7
humanizer: ^3.0.0
window_manager: ^0.4.2
titlebar_buttons: ^1.0.0
background_fetch: ^1.3.7
url_launcher: ^6.3.0
flutter_local_notifications: ^17.2.3
system_theme: ^3.1.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
isar_generator:
version: 3.1.8
hosted: https://pub.isar-community.dev/
build_runner: ^2.4.12
riverpod_lint: ^2.1.1
flutter_native_splash: ^2.4.1
flutter_launcher_icons: ^0.13.1
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