home_widget
home_widget copied to clipboard
Widget not update background when app killed ( home_widget: ^0.4.0-alpha.0 )
My device is Android ( Samsung S10 )
void main() { HomeWidget.registerInteractivityCallback(backgroundCallbackHomeWidget); ... }
@pragma('vm:entry-point')
Future
Is the callback invoked by the widget?
Sorry, it worked, but the widget refreshes in 3.4 seconds on the first click after the app is closed or the first widget is created. I think it takes time to connect the flutter engine. Can we add a new function for this bad case?