flutter_auto_form 0.2.1
flutter_auto_form: ^0.2.1 copied to clipboard
A package simplifying the process of creating user friendly forms in Flutter
0.2.0 09-09-2021 #
- AFWidgetState is now a public api.
[0.2.0] - 09-09-2021 #
- Moving from positional to named parameters for AFTextField.
- Adding support for custom parser for the Field class.
- Improving doc
0.1.1 09-08-2021. #
- Fixing documentation
0.1.0 09-08-2021. #
- Adding documentation
- Adding the ability to specify the type for the NotNullValidator.
0.0.9 07-21-2021. #
- Adding auto trim for email field validator
0.0.8 07-21-2021. #
- Adding auto trim for email field
0.0.7 06-27-2021. #
- Renaming AutoForm to AF => less verbose
- Fixing a type issue
- Decoupling the AFTheme into AFTheme and AFThemeData
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