forked from tankste/app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
71 lines (47 loc) · 1.34 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: tankste
description: Finde die günstigste Tankstelle in deiner Nähe!
publish_to: 'none'
version: 1.3.0+3
environment:
sdk: ">=2.17.1 <3.0.0"
dependencies:
flutter:
sdk: flutter
core:
path: './core'
station:
path: './station'
navigation:
path: './navigation'
settings:
path: './settings'
# BLoC - https://pub.dev/packages/flutter_bloc
flutter_bloc: ^8.0.1
# Google Maps - https://pub.dev/packages/google_maps_flutter
google_maps_flutter: ^2.1.8
# HTTP - https://pub.dev/packages/http
http: ^0.13.4
# Font Awesome - https://pub:dev/packages/font_awesome_flutter
font_awesome_flutter: ^10.1.0
# URL Launcher - https://pub.dev/packages/url_launcher
url_launcher: ^6.1.3
# Package Info - https://pub.dev/packages/package_info_plus
package_info_plus: ^2.0.0
# Location - https://pub.dev/packages/geolocator
geolocator: ^9.0.0
# Shared Preferences - https://pub.dev/packages/shared_preferences
shared_preferences: ^2.0.15
# Map launcher - https://pub.dev/packages/map_launcher
map_launcher: ^2.2.3
# In-App review - https://pub.dev/packages/in_app_review
in_app_review: ^2.0.4
cupertino_icons: ^1.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
assets:
- assets/images/markers/
- config.json