Skip to content

Commit

Permalink
Version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiz1 committed Nov 17, 2022
1 parent 9af1237 commit fe35dac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.0.1
## 0.0.2
- Add CldImageWidget

## 0.0.1
- Initial version.
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 |
|-------------|-----------------|
| 0.0.1 | > 1.0 |
| 0.0.2 | > 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.0.1
cloudinary_flutter: ^0.0.2
cloudinary_dart: ^0.0.7
```

Expand Down
2 changes: 1 addition & 1 deletion 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.0.1
version: 0.0.2
homepage: https://www.cloudinary.com
repository: https://github.com/cloudinary/cloudinary_flutter

Expand Down

0 comments on commit fe35dac

Please sign in to comment.