Everybody is tracking their productive time, but no one tracks their unproductive time...
I made this app to gather information about my workday. I start a timer in the morning, stop it for lunch break, turn it back on when I get to work and put it off when I stop working for the day. The app then pulls my tracked working time from Clockify and at the end of the day gives me intersting statistics about how productive or unproductive my day really was.
Setup
- Add
.envfile with your Clockify API key as follows if you have one.
CLOCKIFY_API_KEY=YourClockifyApiKey- Add
google-services.jsonpointing to Firebase backend intoandroid/app(or for iOS follow these steps).
Run project
- Run
flutter pub getto install dependencies. - Run
flutter runto execute app on device.