moform 0.2.1 copy "moform: ^0.2.1" to clipboard
moform: ^0.2.1 copied to clipboard

Reactive, model-driven, and type-safe forms for Flutter without the overhead of managing a TextEditingController. A light wrapper around Flutter's TextFormField.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add moform

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

dependencies:
  moform: ^0.2.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:moform/moform.dart';
2
likes
140
pub points
52%
popularity

Publisher

verified publishertienisto.com

Reactive, model-driven, and type-safe forms for Flutter without the overhead of managing a TextEditingController. A light wrapper around Flutter's TextFormField.

Repository (GitHub)
View/report issues

Topics

#forms #input #reactive #model-driven #type-safe

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (LICENSE)

Dependencies

flutter, intl, meta

More

Packages that depend on moform