File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
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.2] - 2024-02-15
5
+ - iOS: improve returned error message
6
+ - Android: Upgrade to gradle 8, AGP and Kotlin to 1.9
7
+
4
8
## [ 1.2.1] - 2023-12-15
5
9
- Fix crash when targeting Android API level >= 34
6
10
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ It allows you to upload videos in two ways:
49
49
50
50
### Installation
51
51
52
- Run this command:
52
+ Run the following command at the root of your project :
53
53
54
54
``` bash
55
55
flutter pub add video_uploader
@@ -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.1
62
+ video_uploader : ^1.2.2
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.1
3
+ version : 1.2.2
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