DEV Community

Discussion on: Dependency Injection with Flutter

Collapse
 
carlmobiledev profile image
Carl Wills

Awesome! This looks really cool and I'm excited to try it! One question, is flutter pub pub run build_runner watch --delete-conflicting-outputs really the right command to generate the build_runner stuff? Looks like there might be an extra 'pub' in there.

Collapse
 
devtronic profile image
Julian Finkler • Edited

Thanks for your comment. Both flutter pub pub ... and flutter pub ... should work.

flutter pub pub was necessary in a older version of Flutter.

I updated the post and removed the redundant pub.