unique_form 0.0.2
unique_form: ^0.0.2 copied to clipboard
In this package , You can fully customize widgets/fields that related forms for eg.- buttons,input-fields,checkbox,radios,and chips and so on.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add unique_formThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
unique_form: ^0.0.2Alternatively, 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:unique_form/unique_form.dart';