Flutter DevTools Logging Page
1 min read
The Android debug logs can get quite noisy. To work around it, open the DevTools logging page, which will only show the Flutter logs.
The Android debug logs can get quite noisy. To work around it, open the DevTools logging page, which will only show the Flutter logs.
The humble log function has many arguments that can be used to customize the appearance of your logs. Here's how to use them.