offline_tiles 0.4.0
offline_tiles: ^0.4.0 copied to clipboard
Keep your map rendering when the network drops. MBTiles-backed offline tile management for Flutter maps. Pre-cache routes and regions, resolve tiles locally when offline. Works with flutter_map.
Changelog #
0.4.0 #
- Migrate to
mbtiles ^0.5.0andsqlite3 ^3.2.0(native assets). - Remove EOL
sqflitedependency. - Remove unused
flutter_map_mbtilesphantom dependency. - Internal API update:
MbTiles(path:),MbTiles.create(path:),close()replacingdispose(). - Public API unchanged:
OfflineTileManager(mbtilesPath:)contract preserved.
0.3.0 #
- Harmonize package version to 0.3.0 for Sprint 80 Direction F.
- Align internal ecosystem dependency constraints to ^0.3.0 where applicable.
- No breaking API changes in this package for this release.