mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-24 13:47:24 +00:00
- Add explicit note for users about the impossibility to use scope.resolve<T>() for just-to-be-registered types inside Module.builder when registering chained dependencies via toInstance. - Show correct and incorrect usage patterns, functional and anti-pattern Dart examples in RU and EN full tutorials. - Add the warning to the main README after core concept bindings block, improving discoverability for users starting with the library. - Motivation: Prevent common misuse and hard-to-debug runtime errors for users who construct chains using toInstance/resolve inside the builder.