How do I check flutter logs?

The Dart print() function outputs to the system console, which you can view using flutter logs (which is basically a wrapper around adb logcat). If you output too much at once, then Android sometimes discards some log lines. To avoid this, you can use debugPrint().20 Nis 2018

Sizin İçin Seçtik  How do you use DevTools Dart?

Leave a Reply

Your email address will not be published. Required fields are marked *