https://github.com/droplet-js/aliyun_video_kit
https://github.com/droplet-js/aliyun_video_kit
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/droplet-js/aliyun_video_kit
- Owner: droplet-js
- License: apache-2.0
- Created: 2020-03-29T11:08:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-09T13:51:28.000Z (about 5 years ago)
- Last Synced: 2023-02-26T23:06:52.659Z (about 2 years ago)
- Language: Dart
- Size: 76.2 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# aliyun_video_kit
[](https://cloud.drone.io/v7lin/aliyun_video_kit)
[](https://codecov.io/gh/v7lin/aliyun_video_kit)
[](https://github.com/v7lin/aliyun_video_kit/releases)
[](https://pub.dartlang.org/packages/aliyun_video_kit)
[](https://github.com/v7lin/aliyun_video_kit/blob/master/LICENSE)A powerful flutter plugin with Aliyun Video SDK.
## docs
* [产品介绍](https://help.aliyun.com/document_detail/53407.html?spm=a2c4g.11186623.6.1099.557c76053JzEGJ)
* [Android SDK](https://help.aliyun.com/document_detail/94451.html?spm=a2c4g.11186623.6.1104.67fb5acagm2z3Q)
* [iOS SDK](https://help.aliyun.com/document_detail/92854.html?spm=a2c4g.11186623.6.1113.2bed7605qy9xtk)## Android
* android/app/build.gradle
```groovy
apply from: "${rootProject.findProject(":aliyun_video_kit").projectDir}/aliyun_video_kit.gradle"
```## iOS
## Flutter
* snapshot
```yaml
dependencies:
aliyun_video_kit:
git:
url: https://github.com/v7lin/aliyun_video_kit.git
```* release
```yaml
dependencies:
aliyun_video_kit: ^${latestTag}
```## Getting Started
This project is a starting point for a Flutter
[plug-in package](https://flutter.dev/developing-packages/),
a specialized package that includes platform-specific implementation code for
Android and/or iOS.For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.