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

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

Leave a Comment