Flutter: delete generated files
06:40 29 Nov 2021

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?

flutter