auto_factory 0.1.3 copy "auto_factory: ^0.1.3" to clipboard
auto_factory: ^0.1.3 copied to clipboard

outdated

Automatically generate code for creating object and their dependecies throug factory classes

example/main.dart

import 'lib/src/application.dart';

void main() {
  final app = ApplicationFactory().get();

  app.greet();
}
0
likes
0
pub points
0%
popularity

Publisher

verified publishermsiviero.dev

Automatically generate code for creating object and their dependecies throug factory classes

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, auto_factory_annotation, build, meta, path, source_gen

More

Packages that depend on auto_factory