forked from Zverik/every_door
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
78 lines (70 loc) · 1.67 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
name: every_door
description: Next generation OpenStreetMap amenity mapper
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# Also update version in constants.dart!
version: 3.0.0+32
environment:
sdk: ">=2.18.0 <3.0.0"
flutter: "^3.3.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: ^0.17.0
geolocator: ^9.0.1
sensors_plus: ^1.3.4
http: ^0.13.3
flutter_map: ^2.1.0
latlong2: ^0.8.1
sqflite: ^2.0.0+3
shared_preferences: ^2.0.7
flutter_secure_storage: ^6.0.0
flutter_riverpod: ^2.0.0
proximity_hash: ^2.0.0
diacritic: ^0.1.3
cached_network_image: ^3.2.1
flutter_cache_manager: ^3.3.0
adaptive_dialog: ^1.6.4
xml: ^6.1.0
country_coder: ^1.1.0
settings_ui: ^2.0.2
uuid: ^3.0.5
archive: ^3.1.6
phone_numbers_parser: ^4.2.0
line_icons: ^2.0.1
share_plus: ^4.0.4
path_provider: ^2.0.9
path: ^1.8.1
responsive_grid_list: ^1.2.3
url_launcher: ^6.0.20
flutter_dropdown_alert: ^1.0.3
oauth2_client: ^3.0.0
device_info_plus: ^4.0.1
unorm_dart: ^0.2.0
logging: ^1.0.2
encrypt: ^5.0.1
flutter_markdown: ^0.6.10+2
path_drawing: ^1.0.0
# Uncomment this for publishing on F-Droid
#fdependency_overrides:
#f geolocator_android:
#f git:
#f url: https://github.com/Zverik/flutter-geolocator.git
#f ref: floss
#f path: geolocator_android
dev_dependencies:
test: ^1.19.5
flutter_lints: ^2.0.1
flutter_launcher_icons: ^0.10.0
flutter:
uses-material-design: true
generate: true
assets:
- assets/presets.db
- assets/lets-encrypt-r3.pem
- assets/roofs/
flutter_icons:
android: "ic_launcher"
ios: true
image_path: "icon/app_icon.png"