Build a realtime Tic-tac-toe game with Flutter and Supabase

Introduction 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... https://dartling.dev/build-a-realtime-tic-tac-toe-game-with-flutter-and-supabase

Created 14d | Apr 23, 2024, 10:10:09 PM


Login to add comment

Other posts in this group

What is Flutter? Exploring the Cross-Platform Development Revolution

Flutter is rapidly reshaping the landscape of mobile application development. Introduced by Google, Flutter is a flexible open-source framework that enables developers to create high-quality, natively

May 7, 2024, 7:40:03 AM | Hashnode flutter
Setup Git for a Flutter Project with Firebase inside a Public Repo

As a developer, maintaining a public repository for your Flutter project can be a great way to share your work with community and get feedback and contributions from others. But we want to ensure that

May 7, 2024, 12:40:13 AM | Hashnode flutter
CREATING ENGAGING ANDROID TV AND FIRE TV APPS WITH NATIVE AND CROSS-DEVICE TOOLS - AppDevcon24

“Ready to launch your app or game on the big screen? Whether you are targeting Google Android TV or Amazon Fire TV, this talk is your guide to creating great “10 foot UIs” for customers watching telev

May 7, 2024, 12:40:12 AM | Hashnode flutter
Mastering Array Loops in JavaScript

Array and Loops are already covered. If you haven't read that then go read them first. It hardly take 10 minutes.... JavaScript Array Mastery JavaScript Loops Guide for for loop is the traditional loo

May 6, 2024, 11:10:05 AM | Hashnode flutter
Dart Introduction

Dart is a free open source programming language that can be used to develop app for any platform . It is a object oriented and is used build mobile and web application on various platforms.

Features

May 5, 2024, 4:50:08 PM | Hashnode flutter
Learn Flutter by creating your first Flutter app!

In this article, I'm going to introduce you to your first Flutter app. We will explore the parts of a Flutter project, their roles, and we'll cover some fundamental concepts of state, including the di

May 5, 2024, 4:50:07 PM | Hashnode flutter
Stateless vs Stateful widget

Introduction Widgets are the fundamental building blocks that developers use to create beautiful and interactive user interfaces in Flutter Apps. In this article, we would be looking at the Stateless

May 5, 2024, 2:30:14 PM | Hashnode flutter