0

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?

Chris
  • 1,828
  • 6
  • 40
  • 108

1 Answers1

0

I would like to advice https://pub.dev/packages/easy_localization instead of localize_it. It is much more convenient and easy to use.

Jakhongir Anasov
  • 1,207
  • 7
  • 16