flutter-injectable-tutorial icon indicating copy to clipboard operation
flutter-injectable-tutorial copied to clipboard

Get dependencies for private libraries

Open GoncaloPT opened this issue 3 years ago • 0 comments

Hi there, thanks for the tutorial, it has been great.

My pubspec.yaml has some "private" dependencies, example.

shared_ui: path: features/shared_ui

From your tutorial, but also from the injectable documentation, I cannot see a way of having the same codegeration working inside this "private" modules so I don't have to register all the dependencies manually in the main module.

Thanks.

GoncaloPT avatar Sep 24 '20 10:09 GoncaloPT