flutter_workmanager icon indicating copy to clipboard operation
flutter_workmanager copied to clipboard

Feature: Support for ContentUriTrigger Constraints (Android)

Open fyfrey opened this issue 3 years ago • 0 comments

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.

fyfrey avatar Jul 20 '22 09:07 fyfrey