Lukasz Piliszczuk
Lukasz Piliszczuk
Thanks for the quick reply! My concrete use case is that I want to expose different attributes depending on permissions. This is a simple example with one nesting, but I...
Yes - that's a good suggestion. However inheritance can quickly show its limits compared to params when `scope` is not a single value but a list or a composition of...
I'm planning to add it, but I'm still thinking on the best way to expose it. Current API is platform-agnostic, but `interval` and `fastestInverval` don't have any equivalent on iOS....
Background execution with location updates that wake up the application is not supported yet.
Thanks for this PR @GDur and I'm sorry for the delay. Let me know if you want to finish this PR or if it should be closed.
It seems #117 was not merged. So it's still not possible to wrap the default components into a sortable HOC, right?
Thanks for the quick response. At this point I'm just evaluating several options - including multi-select.
Thanks for the detailed answer. Understandable for not having a specific timeline. Looking forward to the next updates then!
See #579. Enhanced enum should make this trivial to support (from/to a string value internally)
> We are missing that functionality currently. > > Instead of creating an object with a given primary key directly, you can do: > > ```dart > final o =...