multi_image_layout 0.0.4 copy "multi_image_layout: ^0.0.4" to clipboard
multi_image_layout: ^0.0.4 copied to clipboard

retracted

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.

Screenshot_1656283282

Screenshot_1656283292

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.

46
likes
0
pub points
80%
popularity

Publisher

unverified uploader

Package to view a list of network images in different layouts depending on their number.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, image_downloader, photo_view, readmore

More

Packages that depend on multi_image_layout