How to enable a custom image picker option in existing UI #222
Replies: 1 comment
-
The answer is NO at present. The options in the dropdown menu are the concept of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, this is an amazing package with beautiful UI. Kudos for achieving this!!!👍
Problem: How to provide asset picker with a List of File or List of imageUrl and get picker functionality without overriding UI build methods?
Use case: We have a form where user can add image(s) from their phone gallery or their instagram account. The app already has the instagram imageUrl list. We just want to enable picking of images using the same UI that wechats_asset_picker package has built.
What is the simplest/best way to achieve this? Both of the following are okay for our use case.
Can either of these be achieved without having to rewrite UI build methods.
Beta Was this translation helpful? Give feedback.
All reactions