forked from JaffaKetchup/flutter_map_tile_caching
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
46 lines (40 loc) · 978 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
name: flutter_map_tile_caching
description: Plugin for 'flutter_map' providing advanced caching functionality,
with ability to download map regions for offline use.
version: 8.0.0
repository: https://github.com/JaffaKetchup/flutter_map_tile_caching
issue_tracker: https://github.com/JaffaKetchup/flutter_map_tile_caching/issues
documentation: https://fmtc.jaffaketchup.dev
funding:
- https://github.com/sponsors/JaffaKetchup
platforms:
android:
ios:
linux:
macos:
windows:
environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ">=3.7.0"
dependencies:
async: ^2.9.0
collection: ^1.16.0
flutter:
sdk: flutter
flutter_map: ^4.0.0
http: ^0.13.5
http_plus: ^0.2.2
isar: ^3.1.0+1
isar_flutter_libs: ^3.1.0+1
latlong2: ^0.8.0
meta: ^1.7.0
path: ^1.8.2
path_provider: ^2.0.7
queue: ^3.1.0+1
stream_transform: ^2.0.0
watcher: ^1.0.2
dev_dependencies:
build_runner: ^2.3.2
flutter_lints: ^2.0.1
isar_generator: ^3.1.0+1
flutter: null