pmtiles 2.0.0
pmtiles: ^2.0.0 copied to clipboard
A library for parsing Protomaps PMTiles files. A single file archive format for storing raster or vector map tiles.
2.0.0 #
- BREAKING: Updated SDK constraint to Dart 3 (
^3.11.3). - Updated all dependencies to their latest compatible versions.
- Standardized analysis options with
very_good_analysis. - Migrated from Melos to a standard Dart workspace.
- Adopted standardized
Makefileand GitHub workflows.
1.3.0 #
- Added support for dart2js builds
1.2.0 #
- Bumped dependencies to align with latest flutter.
1.1.0 #
- Added a new API for batch reading of tiles.
1.0.0 #
- Initial version.