geoform 0.0.7 geoform: ^0.0.7 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.0.7
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';