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

discontinuedreplaced by: flutter_formx
outdated

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

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:mobx_form_builder_example/presentation/example_page.dart';

void main() {
  runApp(const ExamplePage());
}
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