flutter-video-uploader
This flutter plugin is an easy way to upload video to api.video.
Installation
Add this to your package's pubspec.yaml file, use the latest version
dependencies:
apivideouploader: ^latest_version
Getting Started
This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.
Example
var json = await ApiVideoUploader.uploadVideo("your_Token","imageName" , "imagePath");
Plugins
this project is using external library
Plugin | README |
---|---|
VideoUploaderIos | https://github.com/apivideo/VideoUploaderIos |
android-video-uploader | https://github.com/apivideo/android-video-uploader |
FAQ
If you have any questions, ask us here: https://community.api.video . Or use Issues.
License
MIT License Copyright (c) 2021 api.video