boredcodebyk / minttask

A simple todo manager for Android made using Flutter with Material Design 3
GNU General Public License v3.0
25 stars 3 forks source link

repeat task daily? #14

Open bloodyeyesblackblood opened 10 months ago

bloodyeyesblackblood commented 10 months ago

a setting like some other apps already do~ but instead of reappearing instantly in the todo again..

hide the completed daily task in completed t'ill next day (idk why but most apps with a repeat daily feature gonna add a copy to completed and instantly reappear in todo with just a different date and sometimes are difficult to distinguish) or add something to distinguish when completed~

hope this is possible? :) i like the UI

Edit: repeat every 2nd or 3th day would also be nice~

Edit: notify removed from title, since i saw a Reminder/Alarm is already planned.

boredcodebyk commented 10 months ago

Sure, this should be possible. But I need some time to play around with awesome_notification and Flutter WorkManager for managing background task. Possible in future version. As for now you can see dev branch changelog for what's coming in v1.1.0 https://github.com/boredcodebyk/minttask/blob/dev/CHANGELOG.md