Catch Flutter Application Exceptions

Fred Grott
ITNEXT
Published in
6 min readMar 11, 2021

--

some secret power tips to catching application exceptions!

There are two buckets you have to get feedback to help improve app code. The first one used is obviously logging. The second bucket is when that rare application exception occurs.

I am going to show you some secret developer power moves to not only collect app exceptions but also introduce you to pairing awaits to…

--

--