-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
107 lines (93 loc) · 2.98 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
102
103
104
105
106
107
name: jumpets_app
description: A new Flutter project.
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.0+2
environment:
sdk: ">=2.6.0 <3.0.0"
dependencies:
url_launcher: ^5.5.3
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# The following adds the Cupertino Icons font to your application
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.0
built_value: ^7.1.0
http: ^0.12.0+4
liquid_pull_to_refresh: ^2.0.0
flutter_staggered_grid_view: ^0.3.0
shimmer: ^1.1.1
transparent_image: ^1.0.0
font_awesome_flutter: ^8.8.1
formz: ^0.3.0
flutter_bloc: ^6.1.0
rxdart: ^0.24.1
animations: ^1.0.0+5
google_fonts: ^1.0.0
tinycolor: ^1.0.2
overlay_support: ^1.0.4
dart_date: ^1.0.7
smooth_star_rating: 1.1.1
image_picker: ^0.6.7+7
dio: ^3.0.10
http_parser: ^3.1.4
graphql_flutter: 4.0.0-alpha.6
google_maps_flutter: ^0.5.32
geocoder: ^0.2.1
flutter_dotenv: ^2.1.0
hydrated_bloc: ^6.0.3
equatable: ^1.2.5
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.8.1
built_value_generator: ^7.1.0
build_runner: ^1.9.0
test: ^1.3.0
bloc_test: ^7.1.0
mockito: ^4.1.3
flutter_icons:
image_path: "assets/img/icon.png"
android: true
ios: true
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# 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
# To add assets to your application, add an assets section, like this:
assets:
- .env
- assets/styles/map_style.txt
- assets/styles/dark_map_style.txt
- assets/img/bebe.jpg
- assets/img/pollo1.png
- assets/img/pollo2.png
- assets/img/pollo3.png
- assets/img/default_avatar.png
- assets/img/404.png
- assets/img/no_data.png
- assets/img/ovni.png
- lang/en.json
- lang/es.json
- lang/ca.json
fonts:
- family: JumpetsIcons
fonts:
- asset: assets/fonts/JumpetsIcons.ttf
- family: VelvetHeart
fonts:
- asset: assets/fonts/velvet_heart_font.ttf