Reme Le Hane
Reme Le Hane

Reme Le Hane

Follow
homeFlutter Web: Should I use it?Flutter Testingbadgesnewsletter

Getting creative with Shorebird

Jul 10, 20235 min read 20 views

Some background We have started doing initial testing with a new client, however, they place restrictions on their devices as well as what can be...

Getting creative with Shorebird

GitHub CoPilot one year later...

Jan 10, 20235 min read 95 views

AI is one of the current hot topics, although CoPilot may be somewhat older news. As one of the early adopters, I thought it was about time I put my...

GitHub CoPilot one year later...

DIY node_modules cache for Docker in your CI

Jul 28, 20225 min read 152 views

Background While I am no DevOps expert, I have been working with CI tools for quite some time, and throughout my career, I have always aimed for...

DIY node_modules cache for Docker in your CI

Flutter: Data Testing

May 9, 20223 min read 123 views

In a previous post, we discussed using find.byPredicate for more accurate and bulletproof widget testing. Flutter: Up your testing game In this post...

Flutter: Data Testing

Widget testing: Dealing with Renderflex Overflow Errors

Apr 19, 20223 min read 197 views

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...

Widget testing: Dealing with Renderflex Overflow Errors

Flutter: Up your testing game

Apr 12, 20224 min read 179 views

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...

Flutter: Up your testing game