-
Notifications
You must be signed in to change notification settings - Fork 16
/
pubspec.yaml
101 lines (74 loc) · 1.69 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
name: snaphunt
description: SnapHunt - Flutter Philippines Hackathon 2019 Entry
version: 1.0.0
environment:
sdk: ">=2.2.2 <3.0.0"
dependencies:
flutter:
sdk: flutter
# firebase
firebase_core: ^0.4.0+9
# realtime db
cloud_firestore: ^0.12.9+5
# ml
firebase_ml_vision: ^0.9.2+2
# auth
firebase_auth: ^0.14.0+5
google_sign_in: ^4.0.7
# di
provider: ^3.1.0+1
# qr
qr_flutter: ^3.0.1
flutter_barcode_scanner: ^0.1.7
# camera feed
camera: ^0.5.6+2
path_provider: ^1.4.0
# vibrator
vibration: ^1.2.2
# check connectivity
connectivity: ^0.4.5+2
# autosize text
auto_size_text: ^2.1.0
# local db
hive: ^1.1.1
# screenshot widget
screenshot: ^0.1.1
# share images
esys_flutter_share: ^1.0.2
expandable: ^3.0.1
# wave
wave: ^0.0.8
# list animations are <3
flutter_staggered_animations: ^0.1.2
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2
# introduction
intro_views_flutter: '^2.8.0'
dev_dependencies:
flutter_test:
sdk: flutter
flutter_native_splash: ^0.1.9
flutter_native_splash:
image: assets/splash.png
color: "ffffff"
ios: false
flutter:
uses-material-design: true
assets:
- assets/default.json
- assets/top.png
- assets/main.png
- assets/trophy.png
- assets/intro_one.png
- assets/intro_two.png
- assets/intro_three.png
- assets/intro_four.png
- assets/intro_five.png
- assets/intro_six.png
fonts:
- family: SF_Atarian_System
fonts:
- asset: assets/fonts/SF_Atarian_System.ttf
- asset: assets/fonts/SF_Atarian_System_Bold.ttf
weight: 700