image_slide_show 1.1.0 copy "image_slide_show: ^1.1.0" to clipboard
image_slide_show: ^1.1.0 copied to clipboard

A Flutter project provide show image.

image_slide_show #

A simple show image widget for Flutter. For this Widget it will to help you show image like other social media app.

Installation #

Add image_slide_show as a dependency in your pubspec.yaml file.

image_slide_show: ^1.0.5

Import Photo View:

import 'package:image_slide_show/image_slide_show.dart';

To show image, use ImageSlideWidget

ImageSlideWidget(
    scrollController: scrollController,
    child: Image.network(
        imageUrl,
        fit: BoxFit.cover,
    ),
)

Read more about the ImageSlideWidget widget here.

Example #

Read more about the example to use the ImageSlideWidget and ImageSlideShow widget here.

Example Image
3
likes
130
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter project provide show image.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on image_slide_show