coordinate_converter 1.2.3
coordinate_converter: ^1.2.3 copied to clipboard
Package for converting between UTM, DMS and DD coordinates in the WGS84 ellipsoid model
1.2.3 #
Other changes:
- Fixes the documentation
1.2.2 #
Other changes:
- Removes Flutter dependency to make the package compatible with pure Dart projects that don’t rely on Flutter
1.1.2 #
Bugs Fixed:
- Fixes the latitude and longitude
toStringAsFixed()
method output for the [DMSCoordinates] model
1.1.1 #
New Features:
- New fixed-point string with fixed decimal places features
Bugs Fixed:
- Fixes the
toString()
returns in the [DMSCoordinates]
1.0.0 #
First stable release of coordinate_converter for multi-platform!
- Tests for converters
- Code review and fix bugs
0.8.2 #
New Features:
- Creates
dmsToUTM()
feature - Creates
utmToDMS()
feature
Breaking changes:
- Code review and architecture changes
Other changes:
- Resolves warnings
0.6.0 #
New Features:
- Creates
utmToDD()
feature
0.5.0 #
New Features:
- New
ddToDMS()
current instance converter - New
dmsToDD()
current instance converter
Other changes:
- Updates example
0.3.0 #
New Features:
- Creates
ddToDMS()
feature - Creates
dmsToDD()
feature - Creates
ddToUTM()
feature
Other changes:
- Updates README
- Adds example
0.0.1 #
- Creates project.