reactive_orm_forms 1.2.0 copy "reactive_orm_forms: ^1.2.0" to clipboard
reactive_orm_forms: ^1.2.0 copied to clipboard

Reactive form widgets for Flutter powered by reactive_orm, with field-wise updates and minimal boilerplate.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add reactive_orm_forms

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

dependencies:
  reactive_orm_forms: ^1.2.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:reactive_orm_forms/reactive_orm_forms.dart';
2
likes
160
points
288
downloads

Publisher

unverified uploader

Weekly Downloads

Reactive form widgets for Flutter powered by reactive_orm, with field-wise updates and minimal boilerplate.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, reactive_orm

More

Packages that depend on reactive_orm_forms