flutter_scroll_gallery

Last updated:

0 purchases

flutter_scroll_gallery Image
flutter_scroll_gallery Images
Add to Cart

Description:

flutter scroll gallery

flutter_scroll_gallery #
A Flutter package that helps you to create a zoomable carousel with scrollable thumbnail at the bottom
Inspired from flutter_image_carousel and ScrollGalleryView
Installing #
dependencies:
flutter:
sdk: flutter
flutter_scroll_gallery: ^0.1.0
copied to clipboard
import 'package:flutter_scroll_gallery/flutter_scroll_gallery.dart';
copied to clipboard
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),)
);
copied to clipboard
To disable auto-play, do not set the interval
Showcase #

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.