-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
55 lines (45 loc) · 1.06 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
name: mobile
description: "A self-hosted cloud gallery alternative."
publish_to: 'none'
version: 1.0.0+1
isar_version: &isar_version 3.1.8
environment:
sdk: ^3.5.3
dependencies:
flutter:
sdk: flutter
grpc: ^3.0.0
protobuf: ^3.0.0
maybe_just_nothing: ^0.5.3
flutter_secure_storage: ^9.2.2
shared_preferences: ^2.3.2
crypto: ^3.0.5
exif: ^3.3.0
image: ^4.2.0
cached_network_image: ^3.4.1
cupertino_icons: ^1.0.8
permission_handler: ^11.3.1
photo_manager: ^3.5.0
device_info_plus: ^10.1.2
infinite_scroll_pagination: ^4.0.0
google_fonts: ^6.2.1
http: ^1.2.2
mime: ^2.0.0
path_provider: ^2.1.4
photo_view: ^0.15.0
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/
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
build_runner: ^2.4.13
isar_generator:
version: *isar_version
hosted: https://pub.isar-community.dev/
flutter:
uses-material-design: true