File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-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.0.0] - 2022-07-05
5+ - Add API to set application name
6+ - Use SDK name
7+
48## [ 0.1.1] - 2022-01-26
59- Define the application name when instanciating native uploader libraries
610
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ This will add the following lines to your package's pubspec.yaml file:
3838
3939``` yaml
4040dependencies :
41- video_uploader : ^0.1 .0
41+ video_uploader : ^1.0 .0
4242` ` `
4343
4444### Code sample
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 : 0.1.1
3+ version : 1.0.0
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