video_list_player 0.0.9 copy "video_list_player: ^0.0.9" to clipboard
video_list_player: ^0.0.9 copied to clipboard

A Flutter package for seamless video playback using video_player. Supports auto transitions and manual play, pause, next, and previous controls for playlists.

video_list_player #

A Flutter package that allows you to play a list of videos using the video_player package. It supports automatic playback of videos one after another and provides manual controls for play, pause, next, and previous.

✨ Features #

  • Play multiple videos in sequence
  • Auto mode (automatically plays the next video)
  • Manual control (next, previous, play, pause)
  • Customizable aspect ratio

Platform Support #

  • βœ… Android
  • βœ… iOS

πŸš€Getting Started #

Add this to your pubspec.yaml:

dependencies: video_list_player: ^<latest_version>

Then run: flutter pub get

πŸ› οΈ Usage

  1. Create a list of VideoPlayerController instances.
  2. Initialize each controller.
  3. Pass the list to VideoListPlayerController.
  4. Use the VideoListPlayer widget in your UI.

🧱 Constructor Parameters VideoListPlayer

Parameter Type Description
controller VideoListPlayerController Required. Controls video playback.
aspectRatio double? Optional. Default taken from video.

VideoListPlayerController

Parameter Type Description
controllers List<VideoPlayerController> Required. List of video controllers.
autoMode bool Optional. Default is true.

πŸ“Œ Notes Currently supports Android and iOS. More features and improvements will be added in future updates.

πŸ‘€ Author Mohammad Wadho πŸ“§ mohammadwadho5@gmail.com

πŸ“„ License MIT Β© 2025

2
likes
150
points
46
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for seamless video playback using video_player. Supports auto transitions and manual play, pause, next, and previous controls for playlists.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, video_player

More

Packages that depend on video_list_player