Closed geovin89 closed 1 year ago
I'm developing the implementation of such a feature. I'll do PR in the next week
I've finished a 0.1 version of it. you can see it in the following fork: https://github.com/GoncaloPT/injectable/blob/master/README.md#support-for-micro-packages I'll talk to injectable owners to see their interest in pushing this as a new feature... @Milad-Akarie what do you think?
Very interesting on it
Any news on it? @geovin89
Ditto. I'd love to see this so that we can inject without manually having to define them in a module.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions
More of a knowledge question rather than an issue. My project is using a micro-library architecture where each layer is separated into different packages as shown here https://dart.dev/guides/libraries/create-library-packages. I would like to use injectable for dependency injection in this project but couldn't find a way to do it reading about it in the injectable library.
I would greatly appreciate it for any help that you could provide regarding this