-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
50 lines (43 loc) · 926 Bytes
/
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
name: vasttrafik_nara
description: Another Västtrafik travel planner
publish_to: "none"
version: 2.2.4+34
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
http: ^1.2.0
flutter:
sdk: flutter
cupertino_icons: ^1.0.5
intl: ^0.19.0
auto_size_text: ^3.0.0
shared_preferences: ^2.0.15
flutter_typeahead: ^5.0.2
device_info_plus: ^10.1.0
geolocator: ^12.0.0
icons_launcher: ^2.0.5
mixpanel_flutter: ^2.2.0
url_launcher: ^6.2.4
flutter_map: ^7.0.1
latlong2: ^0.9.0
flutter_map_location_marker: ^9.0.0
dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/
# flutter pub run icons_launcher:create
icons_launcher:
image_path: "assets/app_icon.png"
platforms:
android:
enable: true
ios:
enable: true
macos:
enable: true
image_path: "assets/mac_app_icon.png"