mobx_form_builder 1.0.0 copy "mobx_form_builder: ^1.0.0" to clipboard
mobx_form_builder: ^1.0.0 copied to clipboard

discontinuedreplaced by: flutter_formx

Mobx Form Builder provides an easy way of dealing with forms and their states without creating a lot of boilerplate code.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mobx_form_builder

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

dependencies:
  mobx_form_builder: ^1.0.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:mobx_form_builder/mobx_form_builder.dart';
4
likes
150
points
5
downloads

Publisher

verified publisherrevelo.com

Weekly Downloads

Mobx Form Builder provides an easy way of dealing with forms and their states without creating a lot of boilerplate code.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, mobx

More

Packages that depend on mobx_form_builder