Flutter background_fetch
FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ‘:app:checkDebugAarMetadata’. > Could not resolve all files for configuration ‘:app:debugRuntimeClasspath’. > Could not find any matches for com.transistorsoft:tsbackgroundfetch:+ as no versions of com.transistorsoft:tsbackgroundfetch are available. Searched in the following locations: – https://dl.google.com/dl/android/maven2/com/transistorsoft/tsbackgroundfetch/maven-metadata.xml – https://repo.maven.apache.org/maven2/com/transistorsoft/tsbackgroundfetch/maven-metadata.xml – https://jitpack.io/com/transistorsoft/tsbackgroundfetch/maven-metadata.xml – https://storage.googleapis.com/download.flutter.io/com/transistorsoft/tsbackgroundfetch/maven-metadata.xml – file:/Users/rhaynelsillador/Documents/projects/moonshot/alarm/android/app/libs/com/transistorsoft/tsbackgroundfetch/maven-metadata.xml Required […]
Flutter background_fetch
FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ‘:app:checkDebugAarMetadata’. > Could not resolve all files for configuration ‘:app:debugRuntimeClasspath’. > Could not find any matches for com.transistorsoft:tsbackgroundfetch:+ as no versions of com.transistorsoft:tsbackgroundfetch are available. Searched in the following locations: – https://dl.google.com/dl/android/maven2/com/transistorsoft/tsbackgroundfetch/maven-metadata.xml – https://repo.maven.apache.org/maven2/com/transistorsoft/tsbackgroundfetch/maven-metadata.xml – https://jitpack.io/com/transistorsoft/tsbackgroundfetch/maven-metadata.xml – https://storage.googleapis.com/download.flutter.io/com/transistorsoft/tsbackgroundfetch/maven-metadata.xml – file:/Users/rhaynelsillador/Documents/projects/moonshot/alarm/android/app/libs/com/transistorsoft/tsbackgroundfetch/maven-metadata.xml Required […]
Flutter HomeScreen Widget background update
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?