obj_edit_gen 1.0.3 copy "obj_edit_gen: ^1.0.3" to clipboard
obj_edit_gen: ^1.0.3 copied to clipboard

Automatically generate code for converting to widget by annotating Dart classes.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add obj_edit_gen

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

dependencies:
  obj_edit_gen: ^1.0.3

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:obj_edit_gen/obj_edit_gen.dart';
1
likes
100
pub points
0%
popularity

Publisher

unverified uploader

Automatically generate code for converting to widget by annotating Dart classes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

analyzer, build, build_config, obj_edit_annotation, source_gen

More

Packages that depend on obj_edit_gen