-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpubspec.yaml
67 lines (62 loc) · 1.46 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
name: vouchervault
description: An app for storing vouchers and loyalty cards
publish_to: "none"
version: 1.2.0
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
auto_size_text: ^3.0.0
barcode_widget: ^2.0.0
camera: ^0.11.0+1
dart_date: ^1.1.0
file_picker: ^8.0.7
flutter_form_builder: ^9.3.0
flutter_hooks: ^0.20.5
flutter_localizations:
sdk: flutter
flutter_elemental: ^0.3.1
fluttertoast: ^8.2.6
form_builder_validators: ^11.0.0
freezed_annotation: ^2.0.3
functional_widget_annotation: ^0.10.0
google_mlkit_barcode_scanning: ^0.12.0
google_mlkit_entity_extraction: ^0.13.0
google_mlkit_text_recognition: ^0.13.0
intl: ^0.19.0
json_annotation: ^4.9.0
local_auth: ^2.1.0
logging: ^1.0.2
path_provider: ^2.0.1
recase: ^4.0.0
rxdart: ^0.28.0
share: ^2.0.0
screen_brightness: ^1.0.1
uuid: ^4.4.2
shared_preferences: ^2.0.13
image_picker: ^1.0.2
dynamic_color: ^1.7.0
dismissible_page: ^1.0.2
dev_dependencies:
build_runner: ^2.0.1
emulators: ^0.6.0
flutter_driver:
sdk: flutter
flutter_launcher_icons: ^0.13.1
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter
freezed: ^2.0.3
functional_widget: ^0.10.0
json_serializable: ^6.0.1
test: any
flutter:
uses-material-design: true
generate: true
flutter_icons:
android: true
ios: true
image_path: assets/icon/icon.png
adaptive_icon_background: assets/icon/icon_bg.png
adaptive_icon_foreground: assets/icon/icon_fg.png