map 1.3.2
map: ^1.3.2 copied to clipboard
Lightweight Map widget for flutter supporting different projections including EPSG4326/Mercator/WGS1984.
1.3.2 #
- Deprecates
MapLayoutBuilderwidget and introduces theMapLayout.
1.3.1 #
- Deprecates
Mapwidget and introduces theTileLayer.
1.3.0 #
- Update dependencies.
- MapTransformer.getViewport function added.
- Deprecated Vector Tiles in favor of
vtandcartographypackages.
1.2.0 #
- Update dependencies.
- MapTransformer.setZoomInPlace function added.
1.1.0 #
- Render map in the negative space.
- Fixes many lint warnings.
1.0.1 #
- Added support for Flutter 3.
1.0.0 #
- First production ready release.
0.9.0+2 #
- Improve package score.
0.9.0 #
- [Breaking] Adds marker support.
0.4.0 #
- Implement onTap on Map widget.
0.3.0 #
- Migrate to null-safety.
0.3.0-nullsafety.0 #
- Migrate to null-safety.
0.2.0 #
- Map widget now tiles
Widgets instead ofImageProviders [Breaking Change].
0.1.1 #
- Make the widget non-interactive and bring interaction logic to the example project.
0.1.0+1 #
- Fixed the library name.
0.1.0 #
- Re-write of the example project.
- Quality of the screenshot has improved.
- Example project now works in release mode (Needed internet access permission).
0.0.2+1 #
- The package latlong is depricated. Stop using it.
0.0.2 #
- This is an early preview version of map.
0.0.1 #
- This is an early preview version of map.