File tree 3 files changed +18
-3
lines changed
3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+
2
3
All changes to this project will be documented in this file.
3
4
5
+ ## [ 1.2.4] - 2024-08-13
6
+
7
+ - Android: fix crash due to ` ProxyLifecycleProvider ` ` getLifecycle `
8
+ - Android: upgrade dependencies
9
+
4
10
## [ 1.2.3] - 2024-07-09
11
+
5
12
- Android: fix crash on release due to minification
6
13
- Android: use plugin instead of imperative apply in ` build.gradle `
7
14
- Override ` toString ` for ` Video ` class
8
15
9
16
## [ 1.2.2] - 2024-02-15
17
+
10
18
- iOS: improve returned error message
11
19
- Android: Upgrade to gradle 8, AGP and Kotlin to 1.9
12
20
13
21
## [ 1.2.1] - 2023-12-15
22
+
14
23
- Fix crash when targeting Android API level >= 34
15
24
16
25
## [ 1.2.0] - 2023-10-31
26
+
17
27
- Add upload with upload token and video id
18
28
- Add upload in background for Android through WorkManager
19
29
- Refactor Android and iOS to share the code with React Native
20
30
21
31
## [ 1.1.0] - 2022-07-05
32
+
22
33
- Add web support
23
34
24
35
## [ 1.0.0] - 2022-07-05
36
+
25
37
- Add API to set application name
26
38
- Use SDK name
27
39
28
40
## [ 0.1.1] - 2022-01-26
41
+
29
42
- Define the application name when instanciating native uploader libraries
30
-
43
+
31
44
## [ 0.1.0] - 2022-01-11
45
+
32
46
- Rename package to ` video_uploader `
33
47
- Add ` upload ` by videoId
34
48
- Add progressive uploader
35
49
- Update to new Android and iOS video uploader
36
50
37
51
## [ 0.0.2] - 2021-09-09
52
+
38
53
- Initial release
39
54
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:
59
59
60
60
``` yaml
61
61
dependencies :
62
- video_uploader : ^1.2.3
62
+ video_uploader : ^1.2.4
63
63
` ` `
64
64
65
65
### 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.2.3
3
+ version : 1.2.4
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