I'm making some updates and upgrades to my Dart Result Monad library. I had to dust off my knowledge of doing code coverage in Dart since it had been awhile. So, I decided to document it in my blog. Enjoy. #programming #dart #flutter
Code Coverage in Dart/Flutter
Code Coverage in Dart/Flutter

Code Coverage in Dart/Flutter
I like having some estimate of how good my unit tests are covering my code. That is especially true for libraries I publish for others to use. It is very straightforward to generate these statistics for your Dart and Flutter projects using a couple of tools found in the pub.dev ecosystem