reactive_forms_widgets | Flutter package
Collection of advanced widgets based on Reactive Forms.
Clone the repository and launch example to see the demo of all available fields.
Installation and Usage #
Once you're familiar with reactive_forms you may install this package adding reactive_forms_widgets to the dependencies list
of the pubspec.yaml file as follow:
dependencies:
reactive_forms_widgets: latest
- ReactiveDateTimePicker - date and time picker
- ReactiveDateRangePicker - date range picker
- ReactiveDropdownSearch - wrapper around
dropdown_search - ReactiveTouchSpin - wrapper around
flutter_touch_spin - ReactiveSegmentedControl - wrapper around
CupertinoSegmentedControl - ReactiveImagePicker - wrapper around
ImagePicker