heyhey1028 / flutter_supabase_crud

sample projects for implementing CRUD operation with Flutter x Supabase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

sample projects for implementing CRUD operation with Flutter x Supabase


Languages

Language:Dart 89.2%Language:HTML 4.9%Language:Ruby 3.7%Language:Swift 1.8%Language:Kotlin 0.4%Language:Objective-C 0.1%