Description An Anonymous Feedback System built using Flutter and Firebase allows users to submit feedback without revealing their identity. The system ensures privacy and encourages honest responses through a secure and scalable platform with role-based access control.
Features 1.Anonymous feedback submission 2.Role-based access (Admin, Moderator, User) 3.Real-time data storage using Firebase 4.Admin dashboard for managing feedback 5.Moderator approval/rejection system 6.Feedback categorization and analysis
Tech Stack Frontend: Flutter Backend: Firebase Database: Firestore Authentication: Firebase Auth
How It Works 1.User submits feedback anonymously 2.Data is stored in Firebase Firestore 3.Moderator reviews the feedback 4.Admin manages and analyzes feedback
Setup Instructions Clone the repository - git clone Navigate to project folder - cd project-folder Install dependencies - flutter pub get Run the app - flutter run