It's never invoking the listen callback on the 'update' event. I can confirm it's calling the invoke('update') portion and calling on('update').listen, but never receiving the update. It also doesn't seem to be erroring out. Am I missing a step somewhere here?
I add comment in code main.dart//Here i haven't any updates
flutter version 3.19.1
Application created with this flutter version
This library allows the flutter to work in 2 threads.
Therefore, the invoke method should be in 2 thread, and in 1 thread you should listen to it. That is, in the on().listen() method
It's never invoking the listen callback on the 'update' event. I can confirm it's calling the invoke('update') portion and calling on('update').listen, but never receiving the update. It also doesn't seem to be erroring out. Am I missing a step somewhere here?
I add comment in code main.dart
//Here i haven't any updates
flutter version 3.19.1 Application created with this flutter version
flutter_background_service: ^5.0.5 flutter_background_service_android: ^6.2.2
main.dart
index.dart
background_process.dart
backend.dart
backend.interface.dart
package.yaml
android/gradle/wrapper
android/build.gradle
adnroid/settings.gradle
adnroid/app/buil.gradle