This was my first attempt at building an offline app using Flutter, Supabase, and the Brick library.
- Building a Flutter app that works offline-first using Brick (an ORM for offline-first architecture).
- Integrating it with Supabase as the backend.
- Syncing local data with the cloud once connectivity is restored.
- Understand how offline-first architecture works.
- Learn how Brick handles local persistence and remote sync.
- Get hands-on with Supabase as a backend solution.