geoform 0.1.0 copy "geoform: ^0.1.0" to clipboard
geoform: ^0.1.0 copied to clipboard

Flutter widget to work with dynamic forms that have a geo-spatial reference asociated with the form. This tool can be used to group and simplify the work with these forms.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add geoform

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

dependencies:
  geoform: ^0.1.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:geoform/geoform.dart';
4
likes
120
pub points
9%
popularity

Publisher

unverified uploader

Flutter widget to work with dynamic forms that have a geo-spatial reference asociated with the form. This tool can be used to group and simplify the work with these forms.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cached_network_image, collection, equatable, flutter, flutter_bloc, flutter_map, flutter_map_location_marker, flutter_map_tile_caching, flutter_web_plugins, geolocator, google_fonts, latlong2, positioned_tap_detector_2, vector_map_tiles, vector_tile_renderer

More

Packages that depend on geoform