darin 0.1.2 copy "darin: ^0.1.2" to clipboard
darin: ^0.1.2 copied to clipboard

Dependency Injection oversimplified. Inspired by Koin, with focus on scopes.

0.1.2 #

  • Added API documentation
  • Added example app to demonstrate basic usage

0.1.1 #

  • Added names to anonymous function parameters (I expect the Dart language server to pick it up, and use it, when autocompletes the anonymous functions)

0.1.0 #

  • Added debug on scopes to print all providers and parent scopes until top

BREAKING CHANGES:

  • Renamed all module terminology to scope to eliminate confusion

0.0.3 #

Added support for injecting providers of scopes too.

0.0.2 #

Added support for provider injection (lazy dependencies).

0.0.1 #

Initial release with support for:

  • Resolution based on providers
  • Scopes
  • Qualifiers
  • Multibindings (set, map)
  • Module concatenation
  • Overriding providers on modules
1
likes
120
pub points
16%
popularity

Publisher

verified publisherbartatamas.hu

Dependency Injection oversimplified. Inspired by Koin, with focus on scopes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on darin