Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable logging in easy localization package in flutter?

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

like image 967
Faris Shomali Avatar asked Oct 12 '25 10:10

Faris Shomali


1 Answers

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

EasyLocalization.logger.enableBuildModes = [];
like image 178
Vladimir Gadzhov Avatar answered Oct 16 '25 08:10

Vladimir Gadzhov