File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 1.6.0
2+ - Add generative backgrond replace
3+ - Add auto pad
4+ - Add crop auto
5+ - Add blur faces and blur region
6+ - Add upscale
7+ - Add enahnce
8+ - Add ` media_metadata ` support
9+
110## 1.5.0
211- Update analytics token
312
Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ Transform and optimize assets. Visit our documentation to learn more about [medi
2525## Version Support
2626| SDK Version | Dart Version |
2727| -------------| --------------|
28- | 1.5 .0 | > 1.0 |
28+ | 1.6 .0 | > 1.0 |
2929
3030## Installation
3131To use this SDK, add cloudinary as a [ dependency in your pubspec.yaml file] ( https://flutter.dev/platform-plugins/ ) .
3232
3333``` yaml
3434dependencies :
35- cloudinary_url_gen : ^1.5 .0
35+ cloudinary_url_gen : ^1.6 .0
3636` ` `
3737
3838## Usage
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import 'util/environment.dart';
66
77import 'asset/cld_asset.dart' ;
88
9- String sdkVersion = '1.5 .0' ;
9+ String sdkVersion = '1.6 .0' ;
1010
1111class Cloudinary {
1212 late CloudinaryConfig config;
Original file line number Diff line number Diff line change 11name : cloudinary_url_gen
22description : Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline
3- version : 1.5 .0
3+ version : 1.6 .0
44homepage : https://www.cloudinary.com
55repository : https://github.com/cloudinary/cloudinary_dart
66
You can’t perform that action at this time.
0 commit comments