form_map 0.0.2 copy "form_map: ^0.0.2" to clipboard
form_map: ^0.0.2 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 Dart:

 $ dart pub add form_map

With Flutter:

 $ flutter pub add form_map

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

dependencies:
  form_map: ^0.0.2

Alternatively, your editor might support dart pub get or 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
0
points
12
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

License

unknown (license)

Dependencies

flutter

More

Packages that depend on form_map