bradyt / taskw-dart

Taskwarrior-inspired mobile todo app
82 stars 8 forks source link

Add a task adding widget #29

Open PMunch opened 2 years ago

PMunch commented 2 years ago

I would really like a widget to add tasks with. Essentially just the add task bar currently in the app, as a widget. This would allow you to add tasks directly from any screen supporting widgets. And combined with something like WidgetDrawer (now part of Lockscreen widgets) you could add tasks from anywhere!

bradyt commented 2 years ago

This is low priority. I may occasionally review what sort of work this may involve.

Factors that lower priority include:

As well, there is a similar app, that I believe is exploring an Android widget feature:

In general, I think Foreground is definitely superior in terms of implementing some platform-specific features, for example, I think the name alludes to Android notifications. Notifications are another example of a low priority feature for the same reasons.

If anyone is curious what this might entail, here are some search results I think are relevant: