This Flutter app allows users to manage their tasks with integration to Firebase Firestore. Users can add, list, filter, and delete tasks.
- User Management: Users can log in with their name and email address.
- Add Tasks: Users can add new tasks with a title, description, and date.
- List Tasks: Users can view their own tasks in a list.
- Task Filtering: Tasks can be filtered by week, month, or all-time.
- Delete Tasks: Users can delete their tasks.
- Firebase Integration: The app is integrated with Firebase Firestore to store task data.