File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All changes to this project will be documented in this file.
33
4+ ## [ 1.2.1] - 2023-12-15
5+ - Fix crash when targeting Android API level >= 34
6+
47## [ 1.2.0] - 2023-10-31
58- Add upload with upload token and video id
69- Add upload in background for Android through WorkManager
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ This will add the following lines to your package's pubspec.yaml file:
5959
6060``` yaml
6161dependencies :
62- video_uploader : ^1.2.0
62+ video_uploader : ^1.2.1
6363` ` `
6464
6565### Android
Original file line number Diff line number Diff line change 11name : video_uploader
22description : This flutter plugin is an easy way to upload video to api.video.
3- version : 1.2.0
3+ version : 1.2.1
44repository : https://github.com/apivideo/api.video-flutter-uploader
55issue_tracker : https://github.com/apivideo/api.video-flutter-uploader/issues
66homepage : https://api.video
You can’t perform that action at this time.
0 commit comments