How to Make Collage of Images According to Different Shapes

How to Implement photo editor Collage in swift 3

Create UICollectionView with custom layout to create photo editor collage.Please follow this link https://www.raywenderlich.com/164608/uicollectionview-custom-layout-tutorial-pinterest-2.

Is there any way to create collage from some images and then set as wallpaper in flutter?

As of now there is no readymade solution for this but you can use staggered_grid_view to create collage & make custom collage layouts based on number of images selected for the collage. This is already covered in this link.

Also in this tutorial, it is shown how to put the images manually instead of choosing from the gallery & to save the resulted collage on local file storage.



Related Topics



Leave a reply



Submit