basick_video_player 0.0.1 copy "basick_video_player: ^0.0.1" to clipboard
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

9
likes
0
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter widget that allows you to play and pause the video similar to YT shorts.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, video_player

More

Packages that depend on basick_video_player