-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
57 lines (47 loc) · 1.22 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
name: patiprecios
description: Patiprecios App
# 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: 0.0.1+5
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
shared_preferences: ^2.0.5
sqflite: ^2.0.0+3
flutter_launcher_icons: ^0.9.0
cupertino_icons: ^1.0.2
flutter_spinkit: ^5.0.0
provider: ^5.0.0
intl_phone_field: ^2.0.0
flutter_svg: ^0.22.0
easy_localization: ^3.0.0
focused_menu: ^1.0.5
flutter_bloc: ^7.0.0
google_maps_flutter: ^2.0.4
dev_dependencies:
flutter_test:
sdk: flutter
# integration_test:
# sdk: flutter
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/patiprecios_icon.jpg"
# The following section is specific to Flutter.
flutter:
uses-material-design: true
assets:
- assets/svg/
- assets/images/
- assets/
- assets/translations/
fonts:
- family: VarelaRound
fonts:
- asset: assets/fonts/varela_round/regular.ttf
- family: Montserrat
fonts:
- asset: assets/fonts/montserrat/regular.ttf