2

I'm using easy localization package in my flutter app and the logger keeps firing Localization key not found !.

It's annoying and i can't trace anything in my terminal, How can i disable it ?

enter image description here

1 Answers1

3

For disable logger, change Build Modes in [Easy Logger] to empty List link

EasyLocalization.logger.enableBuildModes = [];
Vladimir Gadzhov
  • 273
  • 2
  • 10