File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All changes to this project will be documented in this file.
3
3
4
+ ## [ 1.2.0] - 2023-10-31
5
+ - Add upload with upload token and video id
6
+ - Add upload in background for Android through WorkManager
7
+ - Refactor Android and iOS to share the code with React Native
8
+
4
9
## [ 1.1.0] - 2022-07-05
5
10
- Add web support
6
11
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ This will add the following lines to your package's pubspec.yaml file:
46
46
47
47
``` yaml
48
48
dependencies :
49
- video_uploader : ^1.1 .0
49
+ video_uploader : ^1.2 .0
50
50
` ` `
51
51
52
52
## Android
Original file line number Diff line number Diff line change 1
1
name : video_uploader
2
2
description : This flutter plugin is an easy way to upload video to api.video.
3
- version : 1.1 .0
3
+ version : 1.2 .0
4
4
repository : https://github.com/apivideo/api.video-flutter-uploader
5
5
issue_tracker : https://github.com/apivideo/api.video-flutter-uploader/issues
6
6
homepage : https://api.video
You can’t perform that action at this time.
0 commit comments