All Projects → leanflutter → flutter_superplayer

leanflutter / flutter_superplayer

Licence: MIT license
适用于 Flutter 的腾讯云超级播放器插件

Programming Languages

java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language
dart
5743 projects

Projects that are alternatives of or similar to flutter superplayer

tencent-apigateway
Easily provision Tencent API Gateway using Serverless Components
Stars: ✭ 33 (+153.85%)
Mutual labels:  tencent, tencent-cloud
serverless-tencent-scf
Add support for Tencent Cloud's serverless infrastructure to the Serverless Framework via this plugin
Stars: ✭ 53 (+307.69%)
Mutual labels:  tencent, tencent-cloud
tencent-scf
Deploy Tencent Cloud Serverless Cloud Function in seconds with Serverless Components.
Stars: ✭ 86 (+561.54%)
Mutual labels:  tencent, tencent-cloud
tencent-cam-role
Easily provision Tencent CAM roles using Serverless Components
Stars: ✭ 19 (+46.15%)
Mutual labels:  tencent, tencent-cloud
tencent-tensorflow-scf
A template project for serverless functions for Tensorflow inference on Tencent Cloud.
Stars: ✭ 38 (+192.31%)
Mutual labels:  tencent, tencent-cloud
tencent-cam-policy
Easily create an Tencent CAM Policy with Serverless Components
Stars: ✭ 20 (+53.85%)
Mutual labels:  tencent, tencent-cloud
Decryptlogin
APIs for loginning some websites by using requests.
Stars: ✭ 1,861 (+14215.38%)
Mutual labels:  tencent
e5-api-renew-scf
本项目已进入半废弃状态(因为我自己的开发者订阅在2020年12月掉了)所以这里可能只能提供基础技术指导——[腾讯云函数专用]通过重复调用MS Graph API来试图续订Office 365开发者试用
Stars: ✭ 39 (+200%)
Mutual labels:  tencent-cloud
React Native Qqsdk
A React Native wrapper around the Tencent QQ SDK for Android and iOS. Provides access to QQ ssoLogin, QQ Sharing, QQZone Sharing etc
Stars: ✭ 100 (+669.23%)
Mutual labels:  tencent
Terraform Provider Tencentcloud
Terraform TencentCloud Provider
Stars: ✭ 85 (+553.85%)
Mutual labels:  tencent
CloudMinecraft
Create a minecraft server with TencentCloud API when the worlds are saved in another Student's Cloud.
Stars: ✭ 11 (-15.38%)
Mutual labels:  tencent-cloud
cli
The universal GraphQL API and CSPM tool for AWS, Azure, GCP, K8s, and tencent.
Stars: ✭ 811 (+6138.46%)
Mutual labels:  tencent
ABot-Graia
一个使用 Graia Ariadne 搭建的 QQ 功能性机器人。
Stars: ✭ 194 (+1392.31%)
Mutual labels:  tencent
Gulp Wxapp Boilerplate
小程序 Gulp 开发脚手架
Stars: ✭ 145 (+1015.38%)
Mutual labels:  tencent
go-trustsql-sdk
基于 Golang 语言的腾讯区块链 TrustSQL SDK
Stars: ✭ 15 (+15.38%)
Mutual labels:  tencent
Cloudbase Framework
🏆 腾讯云开发 ☁️ 云原生一体化部署工具 🚀 CloudBase Framework:一键部署,不限框架语言,云端一体化开发,基于Serverless 架构。A front-end and back-end integrated deployment tool 🔥 One-click deploy to serverless architecture. https://docs.cloudbase.net/framework
Stars: ✭ 1,389 (+10584.62%)
Mutual labels:  tencent
NoWordsChat
No Words Chat,Just For Fun! Use MVVM,DataBinding,Fresco......
Stars: ✭ 46 (+253.85%)
Mutual labels:  tencent
Tencent Express
Easily deploy serverless Express.js applications to Tencent Cloud with the Serverless Framework
Stars: ✭ 96 (+638.46%)
Mutual labels:  tencent
Awesome crawl
腾讯新闻、知乎话题、微博粉丝,Tumblr爬虫、斗鱼弹幕、妹子图爬虫、分布式设计等
Stars: ✭ 246 (+1792.31%)
Mutual labels:  tencent
js
serverless your express/koa/restify apps
Stars: ✭ 21 (+61.54%)
Mutual labels:  tencent-cloud

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 <[email protected]>

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].