flutter_scroll_gallery 0.0.2 copy "flutter_scroll_gallery: ^0.0.2" to clipboard
flutter_scroll_gallery: ^0.0.2 copied to clipboard

outdated

A Flutter package that help you to create Image carousels with scroll thumbnail in bottom

flutter_scroll_gallery #

A Flutter package that help you to create Image carousels with scroll thumbnail at the bottom

Inspired from flutter_image_carousel and ScrollGalleryView

Installing #

dependencies:
  flutter:
    sdk: flutter
  flutter_scroll_gallery: ^0.0.2
import 'package:flutter_scroll_gallery/flutter_scroll_gallery.dart';

Usage #

new ScrollGallery(
  <ImageProvider>[
    new NetworkImage("https://flutter.io/images/homepage/header-illustration.png"),
    new NetworkImage("https://i.ytimg.com/vi/fq4N0hgOWzU/maxresdefault.jpg"),
    new NetworkImage("https://cdn-images-1.medium.com/max/1219/1*TFZQzyVAHLVXI_wNreokGA.png"),
    new NetworkImage("https://cdn-images-1.medium.com/max/744/1*L2IaQThqx4lzz3G1m-e07Q.png"),
    // new NetworkImage("https://flutter.io/images/homepage/header-illustration.png"),
    // new NetworkImage("https://i.ytimg.com/vi/fq4N0hgOWzU/maxresdefault.jpg"),
    // new NetworkImage("https://cdn-images-1.medium.com/max/1219/1*TFZQzyVAHLVXI_wNreokGA.png"),
    // new NetworkImage("https://cdn-images-1.medium.com/max/744/1*L2IaQThqx4lzz3G1m-e07Q.png"),
    // new NetworkImage("https://flutter.io/images/homepage/header-illustration.png"),
    // new NetworkImage("https://i.ytimg.com/vi/fq4N0hgOWzU/maxresdefault.jpg"),
    // new NetworkImage("https://cdn-images-1.medium.com/max/1219/1*TFZQzyVAHLVXI_wNreokGA.png"),
    // new NetworkImage("https://cdn-images-1.medium.com/max/744/1*L2IaQThqx4lzz3G1m-e07Q.png")
  ],
  interval: new Duration(seconds: 3),)
);

To disable auto-play, dont set interval

Showcase #

Showcase

9
likes
0
pub points
22%
popularity

Publisher

unverified uploader

A Flutter package that help you to create Image carousels with scroll thumbnail in bottom

Repository
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_scroll_gallery