reactive_forms_generator 8.1.0-beta2 copy "reactive_forms_generator: ^8.1.0-beta2" to clipboard
reactive_forms_generator: ^8.1.0-beta2 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.1.0-beta2

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
130
points
11.6k
downloads

Publisher

unverified uploader

Weekly Downloads

Generator for reactive_forms. Generates form classes based on model.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

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

More

Packages that depend on reactive_forms_generator