-
Notifications
You must be signed in to change notification settings - Fork 25
/
pubspec.yaml
93 lines (73 loc) · 2.18 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
name: LaCoro
description: A new Flutter application.
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 2.0.0+3
environment:
sdk: ^3.3.2
dependencies:
flutter_localizations:
sdk: flutter
flutter:
sdk: flutter
data:
path: ./data
domain:
path: ./domain
responsive_framework: ^1.4.0
step_progress_indicator: ^1.0.2
pull_to_refresh: ^2.0.0
flutter_dotenv: ^5.1.0
flutter_simple_dependency_injection: ^2.0.0
flutter_bloc: ^7.1.0
google_fonts: ^6.2.1
pin_code_fields: ^8.0.1
scroll_to_index: ^3.0.1
google_maps_flutter: ^2.6.0
geolocator: ^11.0.0
shared_preferences: ^2.2.2
lazy_load_scrollview: ^1.1.0
uuid: ^3.0.7
pubnub: ^4.3.2
intl_phone_number_input: ^0.7.4
package_info: ^2.0.2
firebase_core: ^2.27.2
firebase_auth: ^4.18.0
cupertino_icons: ^1.0.6
dependency_overrides:
http: 1.2.1
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.4.8
flutter_launcher_icons: ^0.13.1
flutter_icons:
android: false
ios: true
image_path: "assets/app_icon.png"
adaptive_icon_background: "#3D9FE6"
# The following section is specific to Flutter.
flutter:
uses-material-design: true
assets:
- assets/loading_resource.gif
- assets/app_logo.png
- development.env
- production.env
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
fonts:
- family: AppIcons
fonts:
- asset: assets/AppIcons.ttf
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages