Which tool do you find most helpful for debugging Flutter apps?
13
2
42
10K
6
@FlutterDev I use Sentry and log exceptions to get all of the details. And then for just basic testing, print() 😂
@FlutterDev when will we be able to debug our apps without being forced to use a specific ide ?