File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+
23All changes to this project will be documented in this file.
34
5+ ## [ 1.2.4] - 2024-08-13
6+
7+ - Android: fix crash due to ` ProxyLifecycleProvider ` ` getLifecycle `
8+ - Android: upgrade dependencies
9+
410## [ 1.2.3] - 2024-07-09
11+
512- Android: fix crash on release due to minification
613- Android: use plugin instead of imperative apply in ` build.gradle `
714- Override ` toString ` for ` Video ` class
815
916## [ 1.2.2] - 2024-02-15
17+
1018- iOS: improve returned error message
1119- Android: Upgrade to gradle 8, AGP and Kotlin to 1.9
1220
1321## [ 1.2.1] - 2023-12-15
22+
1423- Fix crash when targeting Android API level >= 34
1524
1625## [ 1.2.0] - 2023-10-31
26+
1727- Add upload with upload token and video id
1828- Add upload in background for Android through WorkManager
1929- Refactor Android and iOS to share the code with React Native
2030
2131## [ 1.1.0] - 2022-07-05
32+
2233- Add web support
2334
2435## [ 1.0.0] - 2022-07-05
36+
2537- Add API to set application name
2638- Use SDK name
2739
2840## [ 0.1.1] - 2022-01-26
41+
2942- Define the application name when instanciating native uploader libraries
30-
43+
3144## [ 0.1.0] - 2022-01-11
45+
3246- Rename package to ` video_uploader `
3347- Add ` upload ` by videoId
3448- Add progressive uploader
3549- Update to new Android and iOS video uploader
3650
3751## [ 0.0.2] - 2021-09-09
52+
3853- Initial release
3954
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.3
62+ video_uploader : ^1.2.4
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.3
3+ version : 1.2.4
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