reactive_forms_widgets 0.1.1 reactive_forms_widgets: ^0.1.1 copied to clipboard
A new Flutter package.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add reactive_forms_widgets
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
reactive_forms_widgets: ^0.1.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:reactive_forms_widgets/box_decoration_border.dart';
import 'package:reactive_forms_widgets/reactive_date_time_picker/reactive_date_time_picker.dart';
import 'package:reactive_forms_widgets/reactive_dropdown_search/reactive_dropdown_search.dart';
import 'package:reactive_forms_widgets/reactive_forms_fields.dart';
import 'package:reactive_forms_widgets/reactive_segmented_control/reactive_segmented_control.dart';
import 'package:reactive_forms_widgets/reactive_touch_spin/reactive_touch_spin.dart';