form_gen 0.0.1-dev-01b copy "form_gen: ^0.0.1-dev-01b" to clipboard
form_gen: ^0.0.1-dev-01b copied to clipboard

outdated

Provides [Dart Build System] builder for handling Flutter Form generation for Flutter models.The builders generate code when they find *classes* and *members* annotated with classes defined in packag [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add form_gen

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

dependencies:
  form_gen: ^0.0.1-dev-01b

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_gen/form_gen.dart';
0
likes
0
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

Provides [Dart Build System] builder for handling Flutter Form generation for Flutter models.The builders generate code when they find *classes* and *members* annotated with classes defined in package flutter_form_annotations.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, build, dart_style, flutter_form_annotations, source_gen

More

Packages that depend on form_gen