File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.0.2
4+
5+ - Code cleanup and refactoring for better readability and maintainability.
6+ - Package documentation updated.
7+
8+ ## 1.0.1
9+
10+ - Code cleanup and refactoring for better readability and maintainability.
11+ - Package documentation updated.
12+ - Project code formatted using ` dartfmt ` .
13+
314## 1.0.0
415
516- Initial version.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ A dart package for to integrate [Cloudinary](https://cloudinary.com/) API into y
55[ ![ pub package] ( https://img.shields.io/pub/v/cloudinary.svg )] [ pub ]
66[ ![ Flutter] ( https://img.shields.io/badge/Flutter-3.3.0-blue.svg )] ( https://flutter.io/ )
77[ ![ Dart] ( https://img.shields.io/badge/Dart-2.18.0-blue.svg )] ( https://www.dartlang.org/ )
8- [ ![ Gem Version] ( https://badge.fury.io/rb/cloudinary.svg )] ( http ://badge.fury.io/rb/cloudinary)
8+ [ ![ Gem Version] ( https://badge.fury.io/rb/cloudinary.svg )] ( https ://badge.fury.io/rb/cloudinary)
99[ ![ Code Climate] ( https://codeclimate.com/github/nixrajput/cloudinary-dart/badges/gpa.svg )] ( https://codeclimate.com/github/nixrajput/cloudinary-dart )
1010[ ![ Test Coverage] ( https://codeclimate.com/github/nixrajput/cloudinary-dart/badges/coverage.svg )] ( https://codeclimate.com/github/nixrajput/cloudinary-dart/coverage )
1111
Original file line number Diff line number Diff line change 11name : cloudinary
22description : A dart package to integrate Cloudinary API in Dart and Flutter.
33
4- version : 1.0.1
4+ version : 1.0.2
55
66homepage : https://github.com/nixrajput
77repository : https://github.com/nixrajput/cloudinary-dart
You can’t perform that action at this time.
0 commit comments