Issue
I cloned a git repo and it contains generated files. Is there a command to delete the generated files?
The project uses moor_generator
, pubspec_generator
and json_serializable
.
What kind/format of files would I have to delete manually?
Solution
if you just want to delete the files and regenerate new ones running the build command with delete flags works flutter packages pub run build_runner build --delete-conflicting-outputs
Answered By - griffins
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.