video_uploader 1.2.0
video_uploader: ^1.2.0 copied to clipboard
This flutter plugin is an easy way to upload video to api.video.
Changelog #
All changes to this project will be documented in this file.
1.2.0 - 2023-10-31 #
- Add upload with upload token and video id
- Add upload in background for Android through WorkManager
- Refactor Android and iOS to share the code with React Native
1.1.0 - 2022-07-05 #
- Add web support
1.0.0 - 2022-07-05 #
- Add API to set application name
- Use SDK name
0.1.1 - 2022-01-26 #
- Define the application name when instanciating native uploader libraries
0.1.0 - 2022-01-11 #
- Rename package to
video_uploader - Add
uploadby videoId - Add progressive uploader
- Update to new Android and iOS video uploader
0.0.2 - 2021-09-09 #
- Initial release