coordinate_converter 0.3.0
coordinate_converter: ^0.3.0 copied to clipboard
Package for converting between UTM, DMS and DD coordinates in the WGS84 ellipsoid model
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add coordinate_converterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
coordinate_converter: ^0.3.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:coordinate_converter/coordinate_converter.dart';