Skip to content

Commit b0a9732

Browse files
committed
Version 1.3.0
1 parent fbc60cd commit b0a9732

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.3.0 / 2024-24-01
2+
==================
3+
4+
- Add video analytics
5+
16
1.2.0 / 2023-11-12
27
==================
38

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.2.0 | > 1.0 |
27+
| 1.3.0 | > 1.0 |
2828

2929
## Installation
3030
To 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
3333
dependencies:
34-
cloudinary_flutter: ^1.2.0
34+
cloudinary_flutter: ^1.0.0
3535
cloudinary_url_gen: ^1.0.0
3636
```
3737

lib/cloudinary_object.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import 'package:cloudinary_url_gen/analytics/analytics.dart';
22
import 'package:cloudinary_url_gen/cloudinary.dart';
33

4-
final sdkVersion = '1.2.0';
4+
final sdkVersion = '1.3.0';
55

66
/// Helper class to help users define the Cloudinary object to be used with their widgets
77
class CloudinaryObject extends Cloudinary {

pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: cloudinary_flutter
22
description: Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline
3-
version: 1.2.0
3+
version: 1.3.0
44
homepage: https://www.cloudinary.com
55
repository: https://github.com/cloudinary/cloudinary_flutter
66

@@ -15,6 +15,7 @@ dependencies:
1515
flutter_cache_manager: ^3.3.0
1616
video_player: ^2.7.2
1717
shared_preferences: ^2.2.2
18+
http: ^1.1.0
1819

1920
dev_dependencies:
2021
flutter_test:

0 commit comments

Comments
 (0)