flutter_workmanager
flutter_workmanager copied to clipboard
Feature: Support for ContentUriTrigger Constraints (Android)
WorkManager on Android allows to run tasks e.g. when folder contents changed: Constraints.Builder().addContentUriTrigger(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, true)
Currently, this is not possible in flutter workmanager. It would be great to also provide this functionality of the API in Dart.