xpavle00 / Habo

Habo is an open-source habit tracker. Created in a flutter.
https://habo.space
GNU General Public License v3.0
422 stars 63 forks source link

[Suggestion] Widgets #25

Open Neznak opened 1 year ago

Neznak commented 1 year ago

Is making widgets on your agenda? This can help users with their habit building.

Thank you for your work

xpavle00 commented 1 year ago

Hey, Thanks for the suggestion, for now, Flutter does not support creating a home screen widget. It must be done in native code, so for now, I have no capacity for this. But in the future, I would like to try it.

12people commented 1 year ago

Loop Habit Tracker includes native Android widgets and is free and open-source.

Perhaps those widgets could be adjusted for use with Habo?

JasonEl1 commented 6 months ago

@xpavle00 it seems like maybe things have changed? As shown in the Google codelab below it could be possible (although still using XCode/Swift or Android Studio as you had mentioned). The important part is that it may be possible to implement this for Habo as well.

https://codelabs.developers.google.com/flutter-home-screen-widgets#0