Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiz1 committed Jun 29, 2023
1 parent 8f5b595 commit 02491ec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.0 / 2023-06-29
==================

- General Access

0.9.0 / 2023-04-02
==================

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ Transform and optimize assets. Visit our documentation to learn more about [medi
## Version Support
| SDK Version | Flutter Version |
|-------------|-----------------|
| 0.9.0 | > 1.0 |
| 1.0.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: ^0.9.0
cloudinary_url_gen: ^0.9.0
cloudinary_flutter: ^1.0.0
cloudinary_url_gen: ^1.0.0
```

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

Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
cloudinary_url_gen: ^0.9.0
cloudinary_url_gen: ^1.0.0
cached_network_image: ^3.2.3
flutter_cache_manager: ^3.3.0

Expand Down

0 comments on commit 02491ec

Please sign in to comment.