Common Problem and useful tips in Flutter

Introduction After working for more than a year with Flutter, I have encountered a lot of problems and errors that I had to solve either by myself or by searching for solutions online, here is a list of the most common problems and useful tips that I have encountered while working with Flutter....

August 19, 2023 · 10 min · Gaëtan Grond

Using Your Django Local Server for Flutter

When working with Flutter and Django you will often need to test your app with a local server before shipping it to production, this seems like a simple task but it can be tricky to make it work with simulators. In this article, I will show you how to use your Django local server for Flutter and how to make it work with simulators in IOS and Android....

August 8, 2023 · 3 min · Gaëtan Grond

Flutter Useful Commands

Introduction When developing a Flutter app, you will need to run a series of commands to build, test, and deploy your app. This article will cover some of the most useful Flutter commands that you will need to know and serve as a reference for my future self and anyone else who might find it useful....

July 30, 2023 · 2 min · Gaëtan Grond