lat_lon_grid_plugin 0.2.2
lat_lon_grid_plugin: ^0.2.2 copied to clipboard
Adds a latitude / longitude grid as plugin to the [flutter_map](https://github.com/fleaflet/flutter_map/).
0.2.2 - 2021-09-01 #
- Updated example code.
- Updated repository url.
0.2.1 - 2021-07-18 #
- Example code now consistent with screenshot.
- Correct Flutter format for main package file.
0.2.0 - 2021-07-01 #
- Adding null safety (from PR #7).
- Replacing latlong with latlong2 package (from PR #7).
- Upgrading dependencies (from PR #7).
- Updating example application (removed rotation slider, replaced with reset rotation button).
0.1.3 - 2020-07-14 #
- Upgrading library dependencies.
- Upgrading example dependency.
0.1.2 - 2020-05-01 #
- Minimal fixes for label painting logic.
- Slowing down release speed from now on.
0.1.1 - 2020-04-30 #
- Minor fixes.
- Parameter offsetLonTextBottom has now correct bottom alignment with value 0.0.
- overscan is enabled by default. Not exposed to user anymore.
0.1.0 - 2020-04-27 #
- Version bump.
- Feature stable.
- Issues in sample application solved.
- Clean up done.
0.0.6 - 2020-04-27 #
- Clean up.
- Minor Performance improvements for line drawing.
0.0.5 - 2020-04-27 #
- Performance improvements for overscan and label rotation draw calls.
0.0.4 - 2020-04-26 #
- Added more comments as documentation.
- Code clean up.
0.0.3 - 2020-04-26 #
- Upgrading dependencies.
0.0.2 - 2020-04-25 #
- Upgrading to new version.
- All features are working. Now also: overscan, label rotation / placement
- Performance is fine.
- Code clean up.
0.0.1 - 2020-04-25 #
- First version. Still under development.