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

Compile-Time Dependency Injection for Dart & Flutter

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.