Replies: 1 comment 1 reply
-
You shouldn't really be reading stuff directly from the And seeing as final container = CapsuleContainer();
final something = container(someCapsule); Besides, not sure I'd really recommend adding extensions onto final lang = use.language; Looks like it is a side effect, possibly a |
Beta Was this translation helpful? Give feedback.
-
Do you think would be possible (and a good idea) to have a common interface between
CapsuleContainer
andCapsuleReader
?My use case is very simple. I have to duplicate every entry on my extensions on both types:
Beta Was this translation helpful? Give feedback.
All reactions