-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
73 lines (63 loc) · 1.69 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
name: gaslow_app
description: GasLow App
version: 1.4.7+35
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
flutter_redux: ^0.10.0
redux_thunk: ^0.4.0
url_launcher: ^6.0.3
location: ^6.0.2
intl: ^0.19.0
geocoding: ^3.0.0
http: ^0.13.1
google_maps_flutter: ^2.1.1
google_mobile_ads: ^5.1.0
shared_preferences: ^2.3.2
firebase_analytics: ^11.3.2
#esys_flutter_share: ^1.0.2
in_app_review: ^2.0.9
share: ^2.0.4
get_it: ^7.2.0
rate_my_app: ^2.2.0
animated_text_kit: ^4.2.1
scroll_to_index: ^3.0.1
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.13.1
test:
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/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
fonts:
- family: WorkSans
fonts:
- asset: fonts/WorkSans-Regular.ttf
- asset: fonts/WorkSans-Bold.ttf
weight: 700
- family: Syncopate
fonts:
- asset: fonts/Syncopate-Regular.ttf
- asset: fonts/Syncopate-Bold.ttf
weight: 700
assets:
- assets/station_logos/
- assets/secrets.yml
# To update icons:
# flutter pub pub run flutter_launcher_icons:main
flutter_icons:
android: true
ios: true
image_path: "assets/icon/icon.png"
remove_alpha_ios: true