lo_form 0.5.0 copy "lo_form: ^0.5.0" to clipboard
lo_form: ^0.5.0 copied to clipboard

Low-code and lightweight Flutter library for forms' state management.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add lo_form

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  lo_form: ^0.5.0

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:lo_form/lo_form.dart';
31
likes
120
pub points
72%
popularity

Publisher

unverified uploader

Low-code and lightweight Flutter library for forms' state management.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on lo_form