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

A minimalist form builder, with null safetty and no dependencies

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add formi

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

dependencies:
  formi: ^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:formi/formi.dart';
2
likes
140
pub points
0%
popularity

Publisher

unverified uploader

A minimalist form builder, with null safetty and no dependencies

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on formi