flutter_auto_form 0.0.6
flutter_auto_form: ^0.0.6 copied to clipboard
A package simplifying the process of creating user friendly forms in Flutter
0.0.6 04-07-2021. #
- Migrating to null safety
0.0.5 04-02-2021. #
- Fixing issue with the loading dialog
- Adding first pieces of documentation
0.0.4 04-02-2021. #
- Removing debug code
- Refactoring code
- Upgrading smarted_text_field to v0.0.2
0.0.3 04-02-2021. #
- Renaming AutoFormFormState to AutoFormWidgetState
0.0.2 04-02-2021. #
- Replacing the config singleton with an InheritedWidget.
- Adding the ability to handle error message on form submission
0.0.1 03-31-2021. #
- Init version