1 Star 0 Fork 92

admpub / flutter-p2p-engine

forked from cdnbye / flutter-p2p-engine 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pubspec.yaml 836 Bytes
一键复制 编辑 原始数据 按行查看 历史
MaJialun 提交于 2021-08-20 17:37 . [1.2.0]🌼Style: 修改版本号
name: cdnbye
description: CDNBye flutter P2P Engine scales live/vod video streaming by peer-to-peer network using bittorrent-like protocol. Powered by WebRTC Datachannel, this SDK can interconnect with the Web side plug-in of CDNBye, which breaks the gap between the browser and mobile application. As expected, it supports any flutter player!
version: 1.2.0
homepage: https://github.com/cdnbye/flutter-p2p-engine
publish_to: https://pub.dartlang.org
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=2.0.0"
dependencies:
flutter:
sdk: flutter
safemap: ^2.1.0
dev_dependencies:
flutter_test:
sdk: flutter
# The following section is specific to Flutter.
flutter:
plugin:
platforms:
android:
package: com.cdnbye.cdnbye
pluginClass: CdnbyePlugin
ios:
pluginClass: CdnbyePlugin
Dart
1
https://gitee.com/admpub/flutter-p2p-engine.git
git@gitee.com:admpub/flutter-p2p-engine.git
admpub
flutter-p2p-engine
flutter-p2p-engine
master

搜索帮助