File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1+ 1.1.0 / 2023-10-22
2+ ==================
3+
4+ - Add video player controller
5+ - Add analytics token support
6+
171.0.0 / 2023-06-29
28==================
39
Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ Transform and optimize assets. Visit our documentation to learn more about [medi
2424## Version Support
2525| SDK Version | Flutter Version |
2626| -------------| -----------------|
27- | 1.0 .0 | > 1.0 |
27+ | 1.1 .0 | > 1.0 |
2828
2929## Installation
3030To use this SDK, add the Flutter and Dart Cloudinary libraries as [ dependencies in your pubspec.yaml file] ( https://flutter.dev/platform-plugins/ ) .
3131
3232``` yaml
3333dependencies :
34- cloudinary_flutter : ^1.0 .0
34+ cloudinary_flutter : ^1.1 .0
3535 cloudinary_url_gen : ^1.0.0
3636` ` `
3737
Original file line number Diff line number Diff line change 11name : cloudinary_flutter
22description : Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline
3- version : 1.0 .0
3+ version : 1.1 .0
44homepage : https://www.cloudinary.com
55repository : https://github.com/cloudinary/cloudinary_flutter
66
77environment :
8- sdk : ' >=2.18.1 <3 .0.0'
8+ sdk : ' >=2.18.1 <4 .0.0'
99
1010dependencies :
1111 flutter :
You can’t perform that action at this time.
0 commit comments