Articles in this series
In a previous post, we discussed using find.byPredicate for more accurate and bulletproof widget testing. Flutter: Up your testing game In this post...
We've all certainly seen it in our UI before, "A RenderFlex overflowed by...", and we all know this error means that our UI is painting beyond the...
Today we going to look at a great utility provided by Flutter's testing framework which gives us a lot more power when it comes to accurately test our...
Today we going to discuss the nicely simple way in which you can use GitHub's actions to automate the unit testing for your Flutter project. This can...
The Problem… Often times within our applications, both on the UI and Data sides we will need to set “defaults” for dates, the simplest way to do that...
Probably not too common a use case, but for me I have a utility function for handling in-app navigation from the in-app web view webview_flutter while...