Welcome friends to this blog post where you will learn how to set up the supabase authentication in the flutter app. Moreover, the deep link is also available.
The people who understand Hindi π
If you didnβt setup the supabase in your app, then follow this previous blog where you learn how to setup supabase π
How to use supabase database in flutter || π΄ Part β 1
You can follow this GitHub repository
GitHub - nextdev1111/flutter-supabase-authentication
So, let us come to the app.
Now we will make the screens in screens folder
First we need to auth manager, auth state, auth required state in utils folder.
This is auth state π which you can use to load the data of the user from supabase. If you face any problem, feel free to ask me at discord. Link at the last.
There are 3screens in **screens **folder.
Home screen (user should be authenticated)
Login Screen
Splash Screen
This is the splash screen π which will initilize when the user opens the app.
Now, you need to add snack bars for notifying user.
make this constants.dart in contstants folder.
Now, letβs go to android manifest for adding deep link.
Add this **full **code in the file. Donβt just copy the data line, but copy full intent filter.
In IOS, add this **full **code.
Now, the last step is left
go to your supabase project.
Now, first close your app and then re run it. Your deep link will work only then.
Feel free to ask your questions here π
Join the Next Dev Discord Server!
Top comments (0)