Gorniv / vscode-flutter-files

Quickly create files for flutter using a BLoC pattern
https://marketplace.visualstudio.com/items?itemName=gornivv.vscode-flutter-files
MIT License
59 stars 25 forks source link

"New Big Pack Bloc" template dependency issue #10

Closed yk-theapps closed 5 years ago

yk-theapps commented 5 years ago

image Bloc Fullter Flow Picture

base on this design, BLOC should only have a dependency on repository and repository has a dependency to the data provider (bloc >> repository >> provider). But the "New Big Pack Bloc" template is creating dependency like bloc >>provider >> repository.

if follow the Bloc Flutter flow, this will be an issue.