dynamic_form 0.23.0
dynamic_form: ^0.23.0 copied to clipboard
generate your form with easier way, Pre-existing forms, fields ,customize your form in runtime
[0.23.0]: add RadioGroup field #
- create RadioGroupElement
- create Widget
RadioGroupWidgetassociated to RadioGroupElement - add RadioGroupElement in simpleDynamicForm
[0.22.0]: add selectChoice field #
- create SelectChoiceElement
- create Widget associated to SelectChoiceElement
- add SelectChoiceElement in simpleDynamicForm
[0.21.0]: #
- add new methd
setFieldValueByIdin FormController to set Field value
[0.20.1+3]: #
- add optional validator for passwordElement
- fix default validator for passwordElement
[0.20.1+2]: #
- fix passwordElement
- remove default decoration
[0.20.1+1]: #
- remove default decoration from TextElement
[0.20.1]: #
- apply commonDecoration for missing elements
- improve generate inputBorder
0.20.0 #
- break changes in LoginForm:
- all decorationElement and label,hint moved to new Decoration for Login
- create new decoration
DecorationLoginForm - add contentPadding to all DecorationElements
- add common decoration in groupElement
- improve PhoneTextElement
0.12.3 #
- change country url images
0.12.2 #
- fix rebuild widget and set initValue again
0.12.1 #
- remove separator in credit card number text field
0.12.0 #
- add dropdown entry mode for card date expiration
- fix bug
0.11.0-nullsafety.1 beta version: #
- remove flutter_svg
- replace svg asset with png image
- fix bug
0.10.0-nullsafety.1 beta version: #
- remove unnecessary code
0.10.0-nullsafety.0 beta version: #
- improve phone text field
- recuperate calling code with phone number
- show country flag by calling code
- country calling code picker
0.9.0-nullsafety.1 beta version: #
- fix readme badge
0.9.0-nullsafety.0 beta version: #
- migration to null safety feature in dart
- create new form controller for payment form
- add submit button in payment form
- fix bugs in payment form
- remove flag package that doesn't support null safety
0.8.0 beta version: #
- add LoginFormController for LoginForm
- add possibility to show error in the field after validation
- remove loginCallback,textButton,buttonLoginDecorationElement from LoginForm
- change example ,fix Widget test
0.7.1 beta version: #
- add submitButton as custom Widget in simpleDynamicForm
0.7.0 beta version: #
- remove usage of globalKey (breaking changes)
- create FormController to get data or clear data from form
0.6.0 beta version: #
- optimisation replace function generateTextField with statelessWidget
0.5.1 beta version: #
- make CVVTextField obscure Text
- create blueprint for CVVTextField
0.5.0 beta version: #
- create new form : payment form
- create dateInputField to enter date
- create cardNumberField
- add dateInputElement and cardNumberElement as blueprint for dateInputField and cardNumberField
- fix bugs
0.4.5+4 version alpha: #
- fix bug in element validator
0.4.5+3 version alpha: #
- fix bug in email element generated
- update dependencies
0.4.5+2 version alpha: #
- add password control for loginForm
0.4.5+1 version alpha: #
- remove decorationElement from loginForm
- add decorationEmailElement and decorationPasswordElement
- add elevation and shapeButtonLogin ButtonLoginDecorationElement
- remove unnecessary code in loginForm
0.4.5 version alpha: #
- add DateElement to build date field input
- update docs
0.4.4+2 version alpha: #
- add docs
0.4.4+1 version alpha: #
- fix bug in clearValues function
0.4.4 version alpha: #
- fix bug in some inputs
- add function to clear all values in input fields
- add docs
0.4.3 version alpha: #
- add id attribute of element
- recuperate values by id
0.4.2+1 version alpha: #
- change internal behavior inside countryTextField
0.4.2 version alpha: #
- add visibility property to all element
0.4.1+1 version alpha: #
- fix import problem
0.4.1 version alpha: #
- add show flag country in phoneText
0.4.0+2 version alpha: #
- make MainAxisSize loginForm : MainAxisSize.min
0.4.0+1 version alpha: #
- remove MainAxisSize in loginForm
0.4.0 version alpha: #
- manage keyboard actions and focusNode,to navigate easy in form
0.3.9 version alpha: #
- add textAreaElement for multiline field
0.3.8+1 version alpha: #
- fix dependencies in pubspec
0.3.8 version alpha: #
- add PhoneNumberElement
0.3.7+6 version alpha: #
- fix readme:example loginForm
0.3.7+5 version alpha: #
- add ButtonLoginDecorationElement
- change core of loginForm
- make UnderlineDecoration default decoration
0.3.7+4 version alpha: #
- remove deprecated api
0.3.7+3 version alpha: #
- fix version in docs
0.3.7+2 version alpha: #
- add docs for loginForm
0.3.7+1 version alpha: #
- add new form for login: LoginForm
- make passwordError,usernameEmailError
0.3.6+1 version alpha: #
- fix readme file
0.3.6 version alpha: #
- add decorationElement : UnderlineDecorationElement,OutlineDecorationElement,RoundedDecorationElement
0.3.5+2 version alpha: #
- add email validation
- create specifique emailTextField
0.3.5+1 version alpha: #
- fix error in readme file
0.3.5 version alpha: #
- add validation to passwordTextField
0.3.4+2 version alpha: #
- fix error
0.3.4+1 version alpha: #
- remove duplicated code
- fix error
0.3.4 version alpha: #
- add Country TextField
- add CountryElement
0.3.2+1 version alpha: #
- fix error in NumberElement- change validator
0.3.2 version alpha: #
0.3.1+1 version alpha: #
- fix error
- add numberElement into readme file
0.3.1 version alpha: #
- add NumberElement
- create pre-existing number textfield
0.3.0 version alpha: #
- add PasswordElement
- make groupelement inside container
- customise groupelement design
0.1.1 version alpha: #
- format files
- fix code errors
0.1.0 version alpha: #
- generate simple form
- recuperate all values
- validate form