-
Notifications
You must be signed in to change notification settings - Fork 13
/
pubspec.yaml
104 lines (95 loc) · 2.87 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
name: open_stop
description: 'Next Stop: Accessibility'
# Required in order to use git and path dependencies
publish_to: 'none'
# Remember:
# Create a new git tag (like so: v0.4.2) to trigger F-Droid and GitHub build scripts
# Create changelog file for F-Droid release
version: 0.8.2+21
environment:
sdk: ">=3.0.0 <4.0.0"
# The Flutter version is read in different build scripts and is used to setup the appropriate flutter toolkit.
# The build processes cannot handle range notations like >=2.17.1 <3.0.0 or ^3.7.0.
# Therefore it is important to always specify a fixed flutter version in that format: [0-9]+.[0-9]+.[0-9]+
flutter: 3.24.3
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_map: ^7.0.2
geolocator: ^13.0.0
latlong2: ^0.9.0
vector_math: ^2.1.4
polylabel: ^1.0.1
supercluster: ^3.1.0
animated_location_indicator:
git:
url: https://github.com/OPENER-next/animated_location_indicator.git
animated_marker_layer:
git:
url: https://github.com/OPENER-next/animated_marker_layer.git
osm_api:
git:
url: https://github.com/OPENER-next/osm_api.git
temaki_flutter:
git:
url: https://github.com/OPENER-next/temaki_flutter.git
offline_geocoder:
git:
url: https://github.com/OPENER-next/offline_geocoder.git
collection: ^1.17.0
dio: ^5.1.0
shared_preferences: ^2.0.20
flutter_secure_storage: ^9.0.0
url_launcher: ^6.0.17
flutter_web_auth: ^0.6.0
flutter_material_design_icons: ^1.1.7296
flutter_markdown: ^0.7.2+1
flutter_mvvm_architecture:
git:
url: https://github.com/Robbendebiene/flutter-mvvm-architecture.git
get_it: ^7.6.0
mobx: ^2.2.0
flutter_mobx: ^2.0.6+5
intl: any
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.14.1
flutter_lints: ^5.0.0
nock: ^1.2.1
stack_trace: ^1.11.0
build_runner: ^2.3.3
build_version: ^2.1.1
flutter:
assets:
- PRIVACY_POLICY.md
- assets/images/
- assets/images/onboarding/
- assets/images/logos/
- assets/question_catalog/
- assets/question_catalog/locales/
- assets/question_catalog/images/
- assets/advanced_question_catalog/
- assets/advanced_question_catalog/locales/
- assets/advanced_question_catalog/images/
# The following line ensures that the Material Icons font is included
uses-material-design: true
generate: true
fonts:
- family: CustomIcons
fonts:
- asset: lib/commons/custom_icons/fonts/CustomIcons.ttf
flutter_icons:
image_path_android: 'assets/images/app_icon_android.png'
image_path_ios: 'assets/images/app_icon_ios.png'
adaptive_icon_foreground: 'assets/images/app_icon_adaptive_foreground.png'
adaptive_icon_background: '#ffcd40'
android: true
ios: true
web:
generate: true
image_path: 'assets/images/app_icon_ios.png'
background-color: '#ffcd40'
theme-color: '#ffcd40'