mapsforge_flutter 4.1.0
mapsforge_flutter: ^4.1.0 copied to clipboard
Offline maps with pure flutter code. Provides rotation, markers, hillshading and much more.
4.1.0 #
- PERF: Marker generation improved, tile generation improved, parallel multimap handling. (6b9b954d)
- PERF: Increase performance for hillshading. (23e622ee)
- PERF: ecache updated, simplified boundary check for ways,cache for rendertheme. (12e58133)
- PERF: spill data to filesystem to reduce memory footprint. (d07ccda3)
- FIX: dart fix. (fd1405a1)
- FIX: Correct response when closing the contextMenu. (b654453b)
- FIX: make sure to respect visible areas. (af87d70a)
- FIX: Dealing with move/double-tap events in rapid succession. (9c52e714)
- FIX: Bug when moving in zoomlevel 0 fixed, distance overlay showed wrong distance when using deviceScaleFactor != 1. (e5ec408e)
- FIX: Fixed a few suggested issues. (ed426644)
- FIX: lagging of labels. (0ef0cefa)
- FIX: exception when using double-click for zoom-in. (30c5bbc8)
- FIX: solving lagging tiles while moving map. (5644af24)
- FIX: labelJobQueue and tileJobQueue refactored to improve performance. (b6134af1)
- FIX: Debug rendertheme in contextMenu, support for dy, preparation for unzip service without memory problems. (589eba68)
- FEAT: support text-transform in rendertheme xml. (e4b4a4e0)
- FEAT: multiple renderers. (748a3499)
- FEAT: StyleMenus. (aa66e40d)
- FEAT: Working with stylemenus (not fully implemented yet). (9d44de69)
- FEAT: introducing MapModel.moveRotateTo(). (62a80353)
- FEAT: prevent overriding zoomlevel in mapfile. (244f0a10)
- FEAT: RotationHandler supports 2 or 3 finger rotation to distinguish it from zoomHandler which supports only 2 finger zooming. (ee71c36d)
- DOCS: Documentation updated. (5cf9fbd8)
4.0.0 - 2025-09-20 #
- Refactored code
3.0.2 - 2025-06-11 #
- Introducing mapfile-converter
- manual map rotation
3.0.1 - 2025-02-14 #
- Support for mapfiles running in isolates
- Multiple concurrent generations of tiles
3.0.0 - 2024-01-20 #
- Improved performance
- Moved code to root according to flutter standards
- Bugfixes
- Multiple captions for markers
2.0.3 - 2023-11-18 #
- Add Alignment property to BasicPointMarker + use Alignment when painting PoiMarker. Default is Alignment.bottomCenter.
- Many bugfixes
- Improved performance
- Rotational maps
2.0.2 - 2022-10-26 #
- Improved speed
- Improved image quality
- drag'n'drop support
2.0.1 - 2021-12-01 #
- Fling/Swipe-Support
- Support for Satellite-Views
- Major speed-improvements
- Numerous Bugfixes
2.0.0 - 2021-06-15 #
- Implementation for Flutter nullSafety
- Major improvements and bugfixes
1.1.0 - 2021-01-20 #
- Major speed improvements
- API slightly changed to increase speed
1.0.0 - 2020-08-14 #
- initial release.