A simple Instagram-style Flutter app for Android using Supabase (Auth, Database, Storage) as the backend and Provider for state management.
- Email/password authentication
- Username + profile creation on signup
- Persistent session handling
- Basic feed of posts (image + caption)
- Clean architecture with services and providers
- Ready to extend with likes, comments, and profile editing
- Flutter (Dart)
- Supabase (Auth, Postgres, Storage)
- Provider (
ChangeNotifier)