form_state 0.0.2 copy "form_state: ^0.0.2" to clipboard
form_state: ^0.0.2 copied to clipboard

Lightweight reactive form framework. Cleanly separate form logic from the UI.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add form_state

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

dependencies:
  form_state: ^0.0.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:form_state/form_state.dart';
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Lightweight reactive form framework. Cleanly separate form logic from the UI.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on form_state