Flutter Debug Print

preview_player
Показать описание
See how to use debugPrint() in flutter so you can log out information while in debug mode but while in production it's ignored.

#flutter
Рекомендации по теме
Комментарии
Автор

I am able to see debugPrint statements in release mode of my flutter apps when I use 'flutter logs' command on a terminal

HarshaVardhan-xxii
Автор

Nice video, what extension you’re using for the like widget tree view, or the thing that makes the lines from the widgets inside the code? I don’t know what to call it

oxelf