Is it possible to extend just picker builder to implement custom UI? #158
-
Is It possible to extend just picker builder and use existing picker just with custom UI, if possible i would not use Navigator and routing in my UI... Thank You in advance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
I've reconsidered the part of overriding the delegate, maybe there can be a singleton or a static member for class AssetPicker<A, P> {
//...
static AssetPickerBuilderDelegate? delegate;
} Or we can split methods into two pick methods:
@VladanRandjelovic Would this implementation fit with your case? /cc @yanivshaked |
Beta Was this translation helpful? Give feedback.
-
It's been release with |
Beta Was this translation helpful? Give feedback.
It's been release with
6.0.0-dev.1
version.