video_carousel

Creator: coderz1093

Last updated:

0 purchases

video_carousel Image
video_carousel Images
Add to Cart

Description:

video carousel

Video Carousel #
This package provides a simple and customizable way to create a video carousel in Flutter. It allows you to display a list of video files in a carousel format, with options for autoplay and custom tap actions.
Installation #
To use this package, add video_carousel as a dependency in your pubspec.yaml file.

dependencies:
video_carousel: ^version_number
copied to clipboard
import 'package:video_carousel/video_carousel.dart';

VideoCarousel(
files: [File(),File(),File()],
onTap: (file) {
print('Tapped on video ${file.path}');
},
autoPlay: true,
)

copied to clipboard
#Features



Auto playes when Carousel is in viewport.

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.