form_map 0.0.3 copy "form_map: ^0.0.3" to clipboard
form_map: ^0.0.3 copied to clipboard

form_map is a lightweight and easy-to-use Flutter package designed to simplify the process of handling form data. With form_map, you can effortlessly get and post information to and from forms using e [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add form_map

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

dependencies:
  form_map: ^0.0.3

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:form_map/form_map.dart';
2
likes
140
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

form_map is a lightweight and easy-to-use Flutter package designed to simplify the process of handling form data. With form_map, you can effortlessly get and post information to and from forms using enums, making your code more organized and readable.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on form_map