Anyone who has used this https://pub.dev/packages/home_widget library?
I need to update the data in the HomeScreen Widget every day. I use this library https://pub.dev/packages/background_fetch to run the background process even though the app is terminated but seems it doesn’t work.
Any reference or sample that is the same approach as my case for Android and iOS?
I’ve try to implement and follow the instruction about the implementation background_fetch
but is seems doesn’t work. I check the widget in the next day but the widget still show the old data.