flutter_photo
flutter_photo copied to clipboard
How to include the picker in a scaffold?
This plugin is very powerful but in my opinion it has some limitations that cut its potential. For example I'd like to use the picture grid in my homepage (in my Scaffold) and handle the selected picture in 3 different ways : import, share, delete.
How can I do that? I know I can copy the code and totally import this library in my project and then adapt it to my case but in this way I'm worried to be unable to follow the flow of updates that the dev will release. Is there a "safe" way you suggest?
Thanks!
It's not available now. But it may be a good idea, and I can make it happen when I'm sure I have free time. It maybe let the picker as a Widget, or provider a builder to edit the picker AppBar action param.