lite_forms 0.0.24
lite_forms: ^0.0.24 copied to clipboard
This packages dramatically simplifies working with forms still letting you use standard flutter decorations.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add lite_formsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
lite_forms: ^0.0.24Alternatively, 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:lite_forms/lite_forms.dart';