Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

lijy91-archives-repos/flutter_superplayer

Repository files navigation

flutter_superplayer

适用于 Flutter 的腾讯云超级播放器插件

该插件API尚未稳定,请谨慎使用

pub version

快速开始

安装

将此添加到包的 pubspec.yaml 文件中:

dependencies:
  flutter_superplayer: ^0.0.3

dependencies:
  flutter_superplayer:
    git:
      url: https://github.com/leanflutter/flutter_superplayer.git
      ref: main

您可以从命令行安装软件包:

$ flutter packages get

用法

import 'package:flutter_superplayer/flutter_superplayer.dart';

SuperPlayerController _playerController = SuperPlayerController();

SuperPlayerView(
  controller: _playerController,
)

请查看这个插件的示例应用,以了解完整的用法。

相关链接

许可证

MIT License

Copyright (c) 2021 LiJianying <lijy91@foxmail.com>

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.

About

适用于 Flutter 的腾讯云超级播放器插件

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published