-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
70 lines (59 loc) · 1.8 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
name: gebeta_food_delivery
description: A new Flutter project.
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.1.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_lints: ^3.0.1
flutter_test:
sdk: flutter
bottom_navy_bar: ^6.0.0
# clip_shadow: ^0.2.1
cupertino_icons: ^1.0.2
font_awesome_flutter: ^10.1.0
google_fonts: ^6.1.0
google_maps_flutter: ^2.1.5
im_stepper: ^1.0.1+1
image_picker: ^1.0.7
flutter_launcher_icons: ^0.13.1
geolocator: ^10.1.0
shared_preferences: ^2.0.15
geocoding: ^2.0.4
firebase_core: ^2.24.2
firebase_auth: ^4.16.0
pin_code_fields: ^8.0.1
flutter_icons:
android: "launcher_icon"
remove_alpha_ios: true
ios: true
image_path: "assets/images/launcher_icon/gebeta.ico"
# 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:
- assets/images/
- assets/images/real/
- assets/images/virtual/
fonts:
- family: Roboto
fonts:
- asset: assets/font/Roboto-Regular.ttf
weight: 400
- asset: assets/font/Roboto-Medium.ttf
weight: 500
- asset: assets/font/Roboto-Bold.ttf
weight: 700
- asset: assets/font/Roboto-Black.ttf
weight: 900