home_widget interactive callback not triggered #323
Replies: 2 comments
-
Same issue happening for me, trying to figure out for 2 days with no result 😿 |
Beta Was this translation helpful? Give feedback.
0 replies
-
This got moved into a Issue Ticket |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm having an issue with the home_widget package, specifically with the interactiveCallback function. Once the refresh icon is pressed in my widget, I want it to update the data using the appropriate method in my Flutter class. I don't understand why the event is not triggering. Please, could you provide any suggestions?
Below, there is my code. What I expect is the trigger of backgroundCallback: Anyway, the normal update of elements in my widget is correct. Only the background callback not working
Manifest.xml
Kotlin
Dart
the method initialize is called in main.dart as follow:
Beta Was this translation helpful? Give feedback.
All reactions