Skip to content

Latest commit

 

History

History
97 lines (62 loc) · 2.43 KB

CHANGELOG.md

File metadata and controls

97 lines (62 loc) · 2.43 KB

[0.2.7] - 2023/06/04

  • Updated versions libraries used to also support version 5.0.0 of flutter_map.

[0.2.6] - 2023/05/16

  • Updated versions of tools and libraries used. Cleanup of LINTer parameters (from PR #14).
  • Updated README text to explicitly mention supported flutter versions.

[0.2.5] - 2023/01/04

  • Updated list length check logic (from PR #13).
  • Run flutter format over main lib file.

[0.2.4] - 2022/10/31

  • Multiple changes included for compatibility with flutter_map release of version 3.0.0 and above (all from PR #12).
  • Upgraded versions of gradle and Dart SDK (from PR #12).
  • Updates to example app name and id (from PR #12).
  • Updated README (from PR #12).

[0.2.3] - 2022/07/22

  • Changed text styling interface. Now using TextStyle. (from PR #11).
  • Added a degree symbol (from PR #11).
  • Updated plugin to work with current flutter_map version (from PR #10).
  • Minimal flutter_map version for plugin is now 1.0.0.
  • Updated example code.

[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.