reactive_forms_generator 8.5.0-beta9 copy "reactive_forms_generator: ^8.5.0-beta9" to clipboard
reactive_forms_generator: ^8.5.0-beta9 copied to clipboard

Generator for reactive_forms. Generates form classes based on model.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add reactive_forms_generator

With Flutter:

 $ flutter pub add reactive_forms_generator

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

dependencies:
  reactive_forms_generator: ^8.5.0-beta9

Alternatively, your editor might support dart pub get or 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_forms_generator/reactive_forms_generator.dart';
70
likes
140
points
5.75k
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Generator for reactive_forms. Generates form classes based on model.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

analyzer, build, build_runner, code_builder, collection, dart_style, path, recase, source_gen

More

Packages that depend on reactive_forms_generator