简体   繁体   中英

How to pass an array of images for selected multiple images from gallery and display them on another widget in Flutter

I have a grid view and floating button on main.dart where on tapping floating button I get an option to select multiple images using flutter_multiple_image_picker plugin and pass them to another view .Can anyone help ?

Thanks in advance

I have developed MovieMaker-Flutter app which picks videos from the gallery and merge those videos and make a movie.

FAB action button code: https://github.com/bipinvaylu/MovieMaker-Flutter/blob/master/lib/main.dart#L75

Gallery Widget code: https://github.com/bipinvaylu/MovieMaker-Flutter/blob/master/lib/main.dart#L115

Hope you find it helpful. Happy to help you to if still there is any issue.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM