-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
75 lines (58 loc) · 1.51 KB
/
pubspec.yaml
File metadata and controls
75 lines (58 loc) · 1.51 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: pocket
description: Tiny Pocket Mobile App
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
intl: ^0.17.0
provider: ^5.0.0
http: ^0.13.1
http_parser: ^4.0.0
crypto: ^3.0.1
jwt_decode: ^0.3.1
pref_dessert: ^0.6.0
shared_preferences: ^2.0.5
simple_animations: ^3.0.3
page_transition: ^1.1.7+2
flutter_bloc: ^7.0.0
fl_chart: ^0.35.0
flutter_arc_speed_dial: ^1.0.3
favicon: ^1.0.14
animated_dialog: ^1.0.6
url_launcher: ^6.0.3
camera: ^0.8.1
fluttertoast: ^8.0.6
path_provider: ^2.0.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.9.0
flutter_icons:
# ios: true
android: true
# image_path_ios: "assets/launcher/icon.png"
image_path: "assets/pocket.png"
# adaptive_icon_background: "assets/launcher/background.png"
# adaptive_icon_foreground: "assets/launcher/foreground.png"
# The following section is specific to Flutter.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
assets:
- ./assets/
- ./assets/img/
fonts:
- family: OpenSans
fonts:
- asset: assets/fonts/OpenSans-Regular.ttf
- asset: assets/fonts/OpenSans-Bold.ttf
weight: 700
- family: Quicksand
fonts:
- asset: assets/fonts/Quicksand-Regular.ttf
- asset: assets/fonts/Quicksand-Bold.ttf
weight: 700