- Added
onBackcallback to theFlutterFormOptionsto detect when the back button is pressed
- Added
FlutterFormMultipleChoicefor multiple choice selection
- Added
FlutterFormInputDropdownfor dropdown selection - Added style property to
FlutterFormInputEmail
- Loosened the dependency on intl to be more compatible with several Flutter versions
- Removed
TranslationServiceand addvalidationMessageproperty to fields with validation. - Added a way to override a input field validator.
- Exposed all properties for
FlutterFormInputDateTimeprovided byflutter_input_library.
- Updated the
flutter_input_libraryfrom 3.1.0 to 3.2.1 - Added
FlutterFormInputPhonefor phone number with dial code selection. - Added
InputDecorationparameter to the following input fields:FlutterFormInputEmailandFlutterFormInputPassword
- Updated the
flutter_input_libraryfrom 3.0.1 to 3.1.0
- Updated the
flutter_input_libraryfrom 3.0.0 to 3.0.1
- Added CI and linter
- Updated the
flutter_input_libraryfrom 2.6.0 to 3.0.0
- Pass on the
initialValueproperty to FlutterFormMultiLine
- Pass on the
textCapitalizationproperty to FlutterFormPlainText and FlutterFormMultiLine
- Pass on the style property to the FlutterFormPlainText input widget
- Bump
flutter_input_libraryto version 2.5.0
- Pass on the show icon property to flutter form input date time widget
- Add enabled property to FlutterFormInputPlainText and FlutterFormInputDateTime
- Bump
flutter_input_libraryto version 2.4.0
- Bump
flutter_input_libraryto version 2.3.0
- Fix date format for date controller
- Bump
flutter_input_libraryto version 2.2.1
- Bump
flutter_input_libraryto version 2.2.0
- Make compatible with Flutter 3.10
- Bump
flutter_input_libraryto version 2.0.0 - Remove unnecessary
riverpoddependency
flutter_input_libraryadd initial time picker parameter
flutter_input_libraryadd focusNode option toFlutterFormInputMultiLine
flutter_input_libraryadd styling text datetime fix
flutter_input_librarydatetime validator fix
- Expose translations
- Add FocusNode option to inputs
flutter_input_librarynow enforces 24h time requirements
- Change from input to
flutter_input_library
- Name change to flutter_form_wizard
- onChange of switch input not firing fixed
- Added the id of the input field on the input check widget.
- Ability to set the height of the carousel input field.
- InputController now contains the onSubmit callback.
- Added forgotten icon parameter on date input field and scroll padding on text input field
- Added forgotten onChanged parameter on date input field
- Fix: Proper use of generics
- Input controllers now have an onChange.
- Added switch input field
- Added date input widget
- Added a multi-line plain text input widget
- Ability to set the scroll direction of the page view
- Ability to set the scroll physics of the pages' scroll view.
- Initial release