/flutter_supabase_crud

sample projects for implementing CRUD operation with Flutter x Supabase

Primary LanguageDart

flutter_supabase_crud

This is a Sample Flutter project for introducing CRUD operations and queries on Supabase database.

https://supabase.com/docs/guides/database/overview

Sample use simple TODO App with functionlity of Searching titles.

Each CRUD operations are covered by below functionalities of the sample app

  • Create: Create TODO by TodoWidget
  • Read: fetching realtime data, searching todos with title
  • Update: update todos from TodoWidget
  • Delete: delete todos from TodoWidget
Home Page Create Todo Search Page