auto_factory_annotation 0.1.0
auto_factory_annotation: ^0.1.0 copied to clipboard
Classes that support factory code generation via the `auto_factory` package.
Compile ime factories, implemented using source_gen package, so that it works in every platform. The advantages of this approach are are performance (no reflection needed) and full debuggability, as the generated sources are easy to read and well formatted. The development principle is to keep it simple, so only the basics features are implemented.
Usage #
See [https://pub.flutter-io.cn/packages/auto_factory]