-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
68 lines (55 loc) · 1.2 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
name: ecosecha_flutter
description: Ecosecha
publish_to: none
version: 1.0.4+17
environment:
sdk: '^3.1.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
###########################
# MODULES
domain:
path: domain
data:
path: data
###########################
# PLUGINS AND PACKAGES
intl: any
cupertino_icons: any
flutter_bloc: any
auto_route: any
equatable: any
flutter_launcher_icons: any
cached_network_image: any
font_awesome_flutter: any
auto_size_text: any
url_launcher: any
awesome_notifications: any
amplitude_flutter: any
firebase_core: any
firebase_core_platform_interface: any #4.5.1
firebase_crashlytics: any
package_info_plus: any
formz: 0.4.1
tutorial_coach_mark: ^1.2.4
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: any
injectable_generator: any
flutter_lints: any
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
generate: true
assets:
- assets/
flutter_icons:
android: true
ios: true
image_path: "assets/app_icon.jpeg"