coordinator_input 1.0.0 copy "coordinator_input: ^1.0.0" to clipboard
coordinator_input: ^1.0.0 copied to clipboard

Coordinate input widget for Flutter with geographic and UTM modes, current location support, and testable MVVM architecture.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add coordinator_input

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  coordinator_input: ^1.0.0

Alternatively, 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:coordinator_input/coordinator_input.dart';
0
likes
160
points
48
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Coordinate input widget for Flutter with geographic and UTM modes, current location support, and testable MVVM architecture.

Repository (GitHub)
View/report issues

Topics

#maps #coordinates #geolocation #utm

License

MIT (license)

Dependencies

flutter, geolocator

More

Packages that depend on coordinator_input