mapplet 1.0.4
mapplet: ^1.0.4 copied to clipboard
Handle and use maps in flutter, even in offline enviroments with Mapplet, the easiest way to store flutter maps
Changelog #
1.0.2 #
- Initial version
1.0.3 #
- Parallelism improvements: number of workers now dynamically depends on the number of tiles to fetch
- Improved the speed of the fetch operation with Dart
Isolates - Introduced the evict period for stored tiles, indicating how often they should be updated
1.0.4 #
- Added the configuration parameter for the number of
parallelBatchWritersduring a fetch operation - Added the example folder