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