basick_video_player 0.0.1
basick_video_player: ^0.0.1 copied to clipboard
A Flutter widget that allows you to play and pause the video similar to YT shorts.
With the help of this Package, you can create a video player like YT shorts and play-pause your video.
Features #
A Flutter widget that allows you to play and pause the video similar to YT shorts.
Getting started #
Just Import the package, and use it. You have some custom parameters to pass according to your needs you can change those.
Usage #
Include short and useful examples for package users. Add longer examples
to /example folder.
BasickVideoPlayer(
videoUrl:
"https://flutter.github.io/assets-for-api-docs/assets/videos/bee.mp4",
overAllPadding: const EdgeInsets.all(10),
sizedboxHeight: 900,
circularProgressIndicatorColor: Colors.black,
clipBorder: BorderRadius.circular(20),
),
Additional information #
Author: Palash Dutta Banik In a video player the basic need is the user can have the option to play and pause the video. So, here we go. We have added this fuctionality here. Package Name: Basick Video Player