A simple yet functional Flutter Todo application integrated with Supabase for authentication and real-time data storage.
- User Authentication (Sign Up / Login)
- Exception Handling for failed logins or duplicate sign-ups
- Splash Screen loading the app
- Todo Management with Supabase Database
- Responsive UI with Material Design
- Clone the repository:
git clone https://github.com/abdobakr5/ToDoApp.git
- Install dependencies:
flutter pub get
- Set up a Supabase project and update the
supabaseUrlandsupabaseAnonKeyin your Flutter app. - Run the app:
flutter run
Dont forget to put your own link and api from supabase and use the SupabaseHelper method instead of SupabaseHelperprivate.




