flutter_map_heatmap_plus 0.1.0
flutter_map_heatmap_plus: ^0.1.0 copied to clipboard
A heatmap plugin for flutter_map
Changelog #
0.1.0 - 2024-05-17 #
- Support FlutterMap 8
0.0.8 - 2024-01-19 #
- Support FlutterMap 7
0.0.7 - 2023-12-19 #
- HeatMapImage - replace deprecated ImageProvider.load with ImageProvider.loadImage
0.0.6 - 2023-11-24 #
- Support FlutterMap 6
0.0.5 - 2023-09-12 #
- Adds maxZoom param to override TileLayer's default
0.0.4+2 - 2023-08-02 #
- Add tileDisplay to override default tile provider behaviour
0.0.4+1 - 2023-07-14 #
- Correct offset when rendering each heatmap point, centering the heatmap image on the point
0.0.4 - 2023-07-12 #
- (web) Empty heatmap tiles are now transparent not black
0.0.3 - 2023-05-08 #
- Flutter_map v4 support
- Disable zoom level 0 to avoid error (will be fixed in subsequent release)
- Configurable layer opacity (default 75%)
- Configurable blur factor
- Configurable point radius
0.0.2 2023 #
- Code clean up
- HeatMap now correctly resets after reset requested
0.0.1 2023 #
- Initial release after extracting into stand-alone plugin