flutterdartdebugging

Is there a way to print a console message with Flutter?


I'm debugging an app, but I need to know some values in the fly, I was wondering if there's a way to print a message in console like console.log using Javascript.

I appreciate the help.


Solution

  • print() is probably what you are looking for. Here's some more info on debugging in flutter.