multi_image_layout 0.0.4 multi_image_layout: ^0.0.4 copied to clipboard
Package to view a list of network images in different layouts depending on their number.
Description #
This package tries to give a twitter-like layout to images. Simply add one or more images and watch the layout change. Captions can also be added to each image.
Getting started #
import 'package:multi_image_layout/multi_image_viewer.dart';
Usage #
import 'package:multi_image_layout/multi_image_viewer.dart';
MultiImageViewer(
images: [
"https://picsum.photos/id/1/200/300",
"https://picsum.photos/id/2/200/300",
"https://picsum.photos/id/3/200/300",
],
captions: [
"Caption 1",
"Caption 2",
"Caption 3",
],
height: 200,
width: 200,
),
🤝 Contributing #
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Show your support #
Give a 👍 if you like this project!
📝 License #
This project is MIT licensed.