mobx_form_builder 1.0.0
mobx_form_builder: ^1.0.0 copied to clipboard
Mobx Form Builder provides an easy way of dealing with forms and their states without creating a lot of boilerplate code.
Changelog #
1.0.0 #
- Reduce MobX minimal version to
2.1.0to support more projects
0.0.3 #
- Test release workflow
0.0.2 #
- [Fix] Fix issue with CI workflow for publishing to pub.dev.
- [Fix] Update Gemfile.lock with ruby platforms
0.0.1 #
- Initial version, includes FormBuilder mixin, FormItem class, Validator class and ValidatorResult class.