DEV Community

Cover image for Flutter: πŸ”΄ How to Update and Delete Data in Supabase || Part β€” 4
Next Dev
Next Dev

Posted on

Flutter: πŸ”΄ How to Update and Delete Data in Supabase || Part β€” 4

Hey there πŸ‘‹, in this blog post, you will learn how to **update **and **delete **the data in supabase using flutter packages (supabase_flutter).

If you want to know how to use supabase in flutter
Flutter Supabase

If you understand Hindi πŸ‘‡

Now, let’s begin with update and delete functions

Please continue this blog if you are familiar with this one πŸ‘‡
Flutter: πŸ”΄ How to Create and Read data || Future Builder || Part β€” 3


This is the read screen.

In the part -3 , I just showed how to load the data. But in this part, you will learn how to delete and update the data.

Delete Button β†’ You can see Delete button in the **trailing **of the list tile.

Update Button β†’ You can see this in **onTap **of the list tile.


Now comes, the edit screen

If you have any question, feel free to ask here πŸ‘‡
Join the Next Dev Discord Server!

Top comments (0)