gbtb16 / kiwi

A simple compile-time dependency injection library for Dart and Flutter
MIT License
351 stars 51 forks source link

feature(scoped-parent): implemented scoped container that inherit a parent container's registrations (final implementation). #101

Closed gbtb16 closed 8 months ago

gbtb16 commented 8 months ago

Description

The idea behind this PR is to continue what was implemented in the PR by @ruicraveiro:

What has changed from the original PR?

image image