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

Carousel Video Widget. A Flutter package for iOS and Android and MacOS for playing video on a Carousel Widget.

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.

Demo Video

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

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

#Features

    1. Auto playes when Carousel is in viewport.
3
likes
80
points
9
downloads

Publisher

verified publisherkarsmiths.com

Weekly Downloads

Carousel Video Widget. A Flutter package for iOS and Android and MacOS for playing video on a Carousel Widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

carousel_slider, flutter, video_player, visibility_detector

More

Packages that depend on video_carousel