-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
82 lines (68 loc) · 1.5 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
name: webant
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
#icon
cupertino_icons: ^1.0.2
#extra
mask_text_input_formatter: ^2.0.0
intl: ^0.17.0
fluttertoast: ^8.0.7
modal_bottom_sheet: ^2.0.0
fancy_shimmer_image: ^2.0.0+1
permission_handler: ^8.1.2
custom_refresh_indicator: ^1.0.0
infinite_scroll_pagination: ^3.1.0
extended_nested_scroll_view: ^3.0.0
#image
photo_view: ^0.11.1
camera: ^0.8.1+3
image_picker: ^0.8.0+3
flutter_svg: ^0.22.0
#network
dio: ^4.0.0
#generator
build_runner: ^2.0.4
hive_generator: ^1.1.0
#state
flutter_bloc: ^7.0.1
#storage
hive: ^2.0.4
flutter_secure_storage: ^4.2.0
#firebase
firebase_core: ^1.3.0
cloud_firestore: ^2.2.2
firebase_storage: ^9.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/ant.png
- assets/Intersect.png
-
fonts:
- family: Roboto
fonts:
- asset: fonts/Roboto-Black.ttf
- asset: fonts/Roboto-Bold.ttf
- asset: fonts/Roboto-Italic.ttf
- asset: fonts/Roboto-Light.ttf
- asset: fonts/Roboto-Medium.ttf
- asset: fonts/Roboto-Regular.ttf
- asset: fonts/Roboto-Thin.ttf
style: italic
- family: GalleryIcons
fonts:
- asset: fonts/GalleryIcons.ttf
flutter_intl:
main_locale: en
enabled: true