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 |
Answered by
AlexV525
Jul 1, 2021
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 |
3 replies
|
It's been release with |
5 replies
Answer selected by
AlexV525
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's been release with
6.0.0-dev.1version.