InITNEXTbyGuillaume Roux·Aug 24, 2022TDD in Flutter Part 4: Creating MocksWelcome to this 4th episode of the “Test Driven Development in Flutter” series, today I’m going to explain the concept of “Mocking” classes…
InITNEXTbyGuillaume Roux·Aug 5, 2022What’s in my VSCode? — For Flutter developmentMy main editor, when it comes to writing code, has been for several years Visual Studio Code. It’s free, open-source and has a good plugin…
InITNEXTbyGuillaume Roux·Apr 4, 2022TDD in Flutter - Special: Golden tests with Alchemist 🧙🏼Learn the basics of the alchemist package to write golden tests in Flutter.
InITNEXTbyGuillaume Roux·Dec 20, 2021TDD in Flutter Part 3: Testing your widgetsHi everyone, it has been a while since the last episode but finally here it is, and I am ready to explain to you how to test your widgets…A response icon2A response icon2
InITNEXTbyGuillaume Roux·Jul 12, 2021TDD in Flutter Part 2: How to write a unit test ?In this article I’m going to explain to you how you can write a unit test in Flutter and mock some HTTP calls.
InITNEXTbyGuillaume Roux·Jul 4, 2021TDD in Flutter Part 1: Introduction to Test Driven DevelopmentIn this series I am going to explain how you can apply principles of the Test Driven Development (TDD for short) to a Flutter (or Dart)…A response icon3A response icon3
InITNEXTbyGuillaume Roux·Feb 27, 2021Flutter Web: OAuth authentication through external windowLearn how to authenticate your Flutter Web application with OAuth2.A response icon2A response icon2
InITNEXTbyGuillaume Roux·Feb 20, 2021Flutter Web: Twitch OAuth2 authentication flow implementationCurrently, it is difficult to implement authentication flow such as OAuth2 on Flutter Web. One of the difficulties encountered is to be…
Guillaume Roux·Oct 15, 2020Flutter: FCM notifications on Mobile and WebExplanations on how to implement Firebase Cloud Messaging notificiations for Flutter mobile & web using the same codebase.A response icon2A response icon2