A simple 1-screen Flutter application for taking and syncing notes using Firebase Firestore and anonymous authentication.
- UI development
- Firebase integration
- Real-time Firestore syncing
- Clean architecture using
Provider
- 🔐 Anonymous Firebase Authentication
- ✍️ Add text notes with a single input field
- 🔄 Real-time updates with Cloud Firestore
- 🗑️ Long-press on a note to delete it
- ⚙️ Clean state management using
Provider
- Clone the repo
git clone https://github.com/ZeeshanOfficial97/flutter_task.git
2. **Install Flutter Sdk**
flutter 3.27.4
3. **Install dependencies**
flutter pub get
4. **Run the app**
flutter run