home_widget
home_widget copied to clipboard
Interactive widget first click on the widget without refreshing
in iOS widgets When I used home_widgets for interaction, I found that the first time I opened the app and clicked the widget button, the widget interface would not refresh
But the actual data has been updated, and the backgroundCallback has also been called back. After clicking on the widget, it will refresh normally.
And I am https://github.com/ABausG/home_widget_counter Also reproduced this situation, is this a bug?
@hyzhan43 please look at this PR. I had a similar issue and this fix helped me: https://github.com/ABausG/home_widget/pull/244
I tried to make some modifications, but the problem still exists