map_controller 0.7.0 map_controller: ^0.7.0 copied to clipboard
A map controller for Flutter map. Manage markers, lines and polygons.
Changelog #
0.7.0 #
- Update dependencies
- Add stateful markers management
- Fix in tile layer
0.6.1 #
Fix for rxdart api change
0.6.0 #
Upgrade to Flutter map 0.8.0 for Flutter 1.12+ compatibility
0.5.1 #
Add tile layer management
0.5.0 #
- Upgrade dependencies
- Use more strict analysis options
- Add
fitLine
andaddLineFromGeoPoints
methods - Add
fitMarker
andfitMarkers
methods
0.4.2 #
- Add the
fitLine
method - Add the
addLineFromGeoPoint
method
0.4.1 #
- Add support for geojson
- Add the
rotate
method - Update dependencies
0.4.0 #
- Add map controller change type
- Add the
fromGeoJson
method
0.3.0 #
Add methods to add and remove polygons and lines
0.2.0 #
Update dependencies
0.1.0 #
Initial release