To Do App - Using Clean Architecture and S.O.L.I.D Principles in Flutter Here's is an app that allows the User with following features, Features: Sign Up Sign In Reset Password Keeping User Logged In Creating ToDo (i.e Tasks) and Uploading Fetching ToDo's and Displaying them as User Specific Caching for Offline access Tech Used: Flutter for FrontEnd i.e UI Supabase for Backend i.e Database Bloc and Cubit for StateManagement GetIt for DependencyInjection Hive for LocalStorage Clean Architecture Solid Principle Deep Linking for Routing to Update Password Sreen App Screen Shots Sign In Page Sign Up Page Reset Password Page Home Page Create To-Do Page Edit To-Do Page Sign Out Page Light Theme Page