I am using the localize_it package for localization which uses the build_runner
to create some code.
The problem/inconvenience is that I always have to run
flutter clean
flutter pub get
before calling
flutter pub run build_runner build --delete-conflicting-outputs
Is there any way I can avoid this? Or can I combing these calls so I can simply call something like flutter localize_it
that does everything for me?