auto_factory 0.1.5+4 copy "auto_factory: ^0.1.5+4" to clipboard
auto_factory: ^0.1.5+4 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();
}
1
likes
40
points
114
downloads

Publisher

verified publishermsiviero.dev

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

analyzer, auto_factory_annotation, build, path, source_gen

More

Packages that depend on auto_factory