It is a flutter project with login and sign up functionality based on Supabase Authentication. It is a completely ready-to-use as a chat app with auth functionality using supabase with postgreSQL as a backend.
- Register/Signup using Email/password.
- Login using Email/password.
- Search Users and start chat with them in a individual chatroom.
- Download and add the files to your existing flutter project.
- Update the pubspec.yaml file to fetch the required dependencies.
- Connect your project to your Supabase account.
- Create table in your supabase project.
- Done! You have successfully integrated login and singup services to your project.