I'm using MobX
for my flutter project and it needs build_runner
to generate related files, now I have hundred auto-generated files, now I want to remove them all, What command can lean my project from these files?
I'm using following command to generate the files:
flutter packages pub run build_runner watch --delete-conflicting-outputs
By saying auto-generated files I mean files with this formats: *.g.dart
, *.inject.summary
, ...