inject_compile_generator 0.9.1 copy "inject_compile_generator: ^0.9.1" to clipboard
inject_compile_generator: ^0.9.1 copied to clipboard

The dev dependency for package:inject_compile that enables compile time dependency injection.

example/example.md

Examples #

Explore the example/ directory on Github for sample projects:

  • example/coffee: A basic command-line coffee shop simulation (the classic Dagger example).
  • example/train: An example demonstrating multi-module composition and asynchronous injection (@asynchronous).
  • example/clean_architecture: A complete command-line notes application demonstrating clean architecture (Domain, Data, and Presentation layers) integrated with compile-time DI.