-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathpubspec.yaml
More file actions
31 lines (28 loc) · 862 Bytes
/
pubspec.yaml
File metadata and controls
31 lines (28 loc) · 862 Bytes
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
name: vector_map_tiles_pmtiles
description: PMTiles tile provider for vector_map_tiles (flutter_map vector tiles). It uses HTTP Range Requests to request tiles from a single local or hosted file.
repository: https://github.com/josxha/flutter_map_plugins
issue_tracker: https://github.com/josxha/flutter_map_plugins/issues
topics: [ flutter-map, vector-map-tiles, map, pmtiles ]
version: 1.5.1
resolution: workspace
funding:
- https://paypal.me/joschaeckert
- https://github.com/sponsors/josxha
environment:
sdk: '>=3.6.0 <4.0.0'
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
pmtiles: ^1.2.0
vector_map_tiles: ^9.0.0-beta.8
vector_tile_renderer: ^6.0.0
dev_dependencies:
build_runner: ^2.4.8
flutter_map: ^8.0.0
flutter_test:
sdk: flutter
latlong2: ^0.9.0
mockito: ^5.4.4
test: ^1.24.9
very_good_analysis: ^7.0.0