-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
61 lines (54 loc) · 1.44 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
name: mondourdannais
description: "L'application indispensable à tout habitant ou visiteur du Dourdannais en Hurepoix!"
publish_to: 'none'
version: 0.0.2+2
environment:
sdk: '>=3.2.5 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_settings_ui: ^3.0.0
flutter_map: ^7.0.1
flutter_map_compass: ^1.0.0
flutter_map_location_marker: ^9.0.0
flutter_map_math: ^0.1.7
flutter_rating_bar: ^4.0.1
flutter_svg: ^2.0.9
shared_preferences: ^2.2.3
geolocator: ^12.0.0
http: ^1.2.0
latlong2: ^0.9.0
url_launcher: ^6.2.5
toggle_switch: ^2.1.0
toastification: ^2.0.0
loader_overlay: ^4.0.0
image_picker: ^1.1.0
image_cropper: ^7.0.5
cupertino_icons: ^1.0.8
open_route_service: ^1.2.6
flutter_dotenv: ^5.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: "^0.13.1"
flutter_lints: ^4.0.0
flutter:
uses-material-design: true
# Enable generation of localized Strings from arb files.
generate: true
# Add assets from the images directory into the application.
assets:
- .env
- assets/images/
- assets/images/help/
- assets/images/icon/
- assets/images/marker/
- assets/json/citybounds/
- assets/json/citymarkers/
flutter_launcher_icons: # To update icon, run "flutter pub run flutter_launcher_icons"
android: "launcher_icon"
image_path: "assets/images/logo.png"
adaptive_icon_background: #1f236b
min_sdk_android: 21