Skip to content

Commit

Permalink
Update Flutter SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiz1 committed Oct 22, 2023
1 parent 26ac096 commit e34e605
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.1.0 / 2023-10-22
==================

- Add video player controller
- Add analytics token support

1.0.0 / 2023-06-29
==================

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ Transform and optimize assets. Visit our documentation to learn more about [medi
## Version Support
| SDK Version | Flutter Version |
|-------------|-----------------|
| 1.0.0 | > 1.0 |
| 1.1.0 | > 1.0 |

## Installation
To use this SDK, add the Flutter and Dart Cloudinary libraries as [dependencies in your pubspec.yaml file](https://flutter.dev/platform-plugins/).

```yaml
dependencies:
cloudinary_flutter: ^1.0.0
cloudinary_flutter: ^1.1.0
cloudinary_url_gen: ^1.0.0
```

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: cloudinary_flutter
description: Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline
version: 1.0.0
version: 1.1.0
homepage: https://www.cloudinary.com
repository: https://github.com/cloudinary/cloudinary_flutter

environment:
sdk: '>=2.18.1 <3.0.0'
sdk: '>=2.18.1 <4.0.0'

dependencies:
flutter:
Expand Down

0 comments on commit e34e605

Please sign in to comment.