A Flutter-based productivity app that combines time planning and time tracking — helping you reclaim your day and analyse how you spend your time across projects and tasks.
- Google Sign-In authentication
- Google Calendar sync — import calendars and events
- Plan your day with an organised task view
- Track time spent on projects and tasks (coming soon)
- Analyse and reclaim your time (coming soon)
- Flutter SDK (>=3.0.0)
- Android Studio / VS Code
- A Google Cloud project with the Google Calendar API enabled
- Clone the repository
- Run
flutter pub get - Configure your Google Cloud project credentials
- Run
flutter run
Install the pre-commit hook to run flutter analyze before each commit:
bash scripts/setup.shThis project uses GitHub Actions to run lint checks and build verification on every push to master and on all pull requests.
This project is licensed under the MIT License — see the LICENSE file for details.
Under active development.