An easy way to track your assignments, quickly and efficently.
I created this app because, at the time, there were no ad-free options WITH a clean and intuitive design (plus dark mode). It was my first real coding project, however I am working on re-doing parts of the code base to keep it relavent for myself.
- Dark mode (by default)
- Local notifications
- Color-coded assignments/subjects
- Default notification times
- 1 day before
- 12 hours before
- 2 days before (if the assignment is "prioritized")
Make sure you have flutter installed on your machine. If not, you can install it from here.
flutter pub get
To run the app, use the following command:
flutter run
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
- Add a search bar
- Add filters
- [ ]Customize notification durations
- Add a calendar view
- Use Supabase or Appwrite to make it cloud-ready for all
- Migrate from local notifications to push notifications