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

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

Β·

1 min read

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 a flutter Flutter Supabase

If you understand Hindi πŸ‘‡

Now, let’s begin with an 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 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 the 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 questions, feel free to ask here πŸ‘‡ Join the Next Dev Discord Server!

Β