Guillaume Bernos

Flutter Vikings Takeaways

Well, it's that time of the year when conferences are supposed to bloom. And even if Covid made everything a bit more complicated, Flutter Vikings still happened! I decided to write takeaways for every talk so you can check which one you will be the most interested in!

Use OpenAPI in Flutter

This is the companion post to my talk at Flutter Vikings 2022. Slides Use OpenApi Generator to share your models between Flutter and your backend Use OpenApi Generator to share your models between Flutter and your backend.pdf 475 KB download-circle Generation Script If you want to create quickly a

10 Beginners mistakes in Flutter (and how to avoid them)

As a Tech Lead for my day job, I had the opportunity to see and help to overcome several mistakes that beginners in Flutter can encounter.   This article aims at helping you identify those mistakes to help you avoid them as fast as possible. Of course, this is purely subjective,

Testing a RefreshIndicator in Flutter

On your road to 100% coverage, you might end up needing to test a RefreshIndicator. This small article aims at showing you how to do that and the common pitfalls to avoid! The code to test class MyHomePage extends StatefulWidget { const MyHomePage({ Key? key, }) : super(key: key); @override State<

The best way to import icons in Flutter (and to test them!)

Icons are inherent to all applications. Even if you can use the Material Icons included in Flutter, you might need custom ones. I was surprised to see people still using flutter_svg or other methods to handle icon rendering. In this tutorial, I will guide you on how to import

Guillaume Bernos © 2026