Prince Raj
Prince Raj
did u got a fix? I'm facing the same error with postgres
Hey @mx1up, thank you for adding the `isScheduledByUniqueName()` method. Can we get the state of the task, instead of just a boolean telling if the work is scheduled or not,...
It is because the native android workmanager support only primitive datatypes or their array variants as input. Therefore, you can't pass your custom objects as input. Ref: https://developer.android.com/develop/background-work/background-tasks/persistent/getting-started/define-work#input_output Ref: https://developer.android.com/reference/androidx/work/Data
Okay, Thank you @yescorp, I wrapped the `CodeField` in `TapRegion` and it's working. But why `onTap` is not available for the `CodeField` widget if it's just wrapped to a `TextField`?...