yoyo_player 0.0.2 copy "yoyo_player: ^0.0.2" to clipboard
yoyo_player: ^0.0.2 copied to clipboard

outdated

yoyo_player is a video player that allows you to select HLS video streaming by selecting the quality

KoHtut

YoYo Video Player #

YoYo Video Player is a HLS(.m3u8) video player for flutter. The video_player is a video player that allows you to select HLS video streaming by selecting the quality. YoYo Player wraps video_player under the hood and provides base architecture for developers to create their own set of UI and functionalities.

Features #

  • You can select multiple quality and open
  • On video tap play/pause, mute/unmute, or perform any action on video.
  • Auto hide controls.

Install & Set up #

  1. Add dependency, open the root directory pubspec.yamlFile independencies:Add the following code below

    yoyo_player: #latest
    

2.Installation dependencies (please ignore if it has been installed automatically)

cd Project directory
flutter packages get

3.Introduce the library in the page

import 'package:yoyo_player/yoyo_player.dart';

Usage #

A simple usage example:


 YoYoPlayer(
          rewind: Icons.skip_previous,
          fastForward: Icons.skip_next,
          aspectRatio: 16 / 9,
          fullscreen: Icons.fullscreen,
          play: Icons.play_arrow,
          pause: Icons.pause,
          url:
              "https://player.vimeo.com/external/440218055.m3u8?s=7ec886b4db9c3a52e0e7f5f917ba7287685ef67f&oauth2_token_id=1360367101",
          multipleaudioquality: true,
          deafultfullscreen: false,
        ),

MIT License #

Copyright (c) 2020 Ko Htut (Ko Min Than Htut)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

126
likes
0
pub points
64%
popularity

Publisher

verified publisherkohtut.dev

yoyo_player is a video player that allows you to select HLS video streaming by selecting the quality

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, http, orientation, path_provider, screen, video_player, wakelock

More

Packages that depend on yoyo_player