reactive_forms_widgets 0.5.0 reactive_forms_widgets: ^0.5.0 copied to clipboard
A new Flutter package.
reactive_forms_widgets #
Collection of advanced widgets based on Reactive Forms.
Getting Started #
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
Fields #
- 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