Build a realtime Tic-tac-toe game with Flutter and SupabaseIntroduction Another Supabase Launch Week has passed, with some exciting new updates. During a previous launch week, I had participated in a hackathon by building a multiplayer quiz game with Flutter and Supabase, and I wrote about my experience in a...Apr 23, 2024·10 min read
Building a multiplayer quiz game with Flutter and SupabaseIntroduction During the Supabase Launch Week 6 Hackathon, I decided to take on the challenge of building a multiplayer quiz game using Flutter and Supabase. It had been a while since I wrote something about Supabase, and there's been a lot of changes...Jan 16, 2023·10 min read
Dev Retro 2022 - Another year of FlutterIntroduction For me, 2022 was a year of growth and learning as I delved deeper into the world of Flutter development. In addition to building apps with Flutter, writing about Flutter has been a great way to share my knowledge and experiences with the...Jan 6, 2023·5 min read
Toggle full screen mode in Flutter by controlling the status and button barsIntroduction In this tutorial, we will show how we can enter, as well exit, a "full screen mode" in a Flutter application. This can be achieved by controlling the visibility of the native platform's overlays. In the case of mobile platforms such as A...Nov 1, 2022·6 min read
Tips and tools for Flutter apps in productionIntroduction Publishing your first app feels great. Flutter makes it very easy to build apps on any platform, so it's easy to turn your idea into a production-ready app and get it published on the Play Store, App Store, or anywhere. But what should y...Sep 8, 2022·11 min read
How I built and published a Flutter app in 48 hoursIntroduction A couple of years ago, I built and published my first app built with Flutter, Timelog. It's a time tracking app which lets you track your time across different activities, and set daily/weekly/monthly goals per activity. I built this app...Sep 3, 2022·12 min read
7 tips to take your Flutter skills to the next levelIntroduction As a Flutter developer, at some point in your learning path, you'll feel like you know enough about Flutter and are confident enough to build production-ready applications with Flutter. Perhaps you've struggled a bit to pick the state ma...Aug 27, 2022·6 min read