File tree Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.1.1
4+
5+ - ** Update** : All dependencies are updated to latest version.
6+ - ** Fix** : All known bugs fixed.
7+
38## 1.1.0
49
510- ** Documentation** : Updated documentation for the package.
Original file line number Diff line number Diff line change @@ -388,6 +388,7 @@ class _MyHomePageState extends State<MyHomePage> {
388388 if (resource.isEmpty) return [];
389389 switch (resource['status' ]) {
390390 case 'SUCCESS' :
391+ // ignore: use_build_context_synchronously
391392 Navigator .pop (context);
392393 return resource['data' ];
393394 default :
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ publish_to: 'none'
66version : 1.0.0+1
77
88environment :
9- sdk : " >=2.17.6 <3.0.0"
9+ sdk : " >=2.18.0 <3.0.0"
1010
1111dependencies :
1212 flutter :
1313 sdk : flutter
1414
1515 cupertino_icons : ^1.0.5
16- image_picker : ^0.8.6
16+ image_picker : ^0.8.7
1717 cloudinary :
1818 path : ../
1919
Original file line number Diff line number Diff line change @@ -4,5 +4,4 @@ export 'package:dio/dio.dart';
44
55export 'src/cloudinary_base.dart' ;
66export 'src/enums/cloudinary_resource_type.dart' ;
7- export 'src/enums/cloudinary_resource_type.dart' ;
87export 'src/models/cloudinary_response.dart' ;
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.1.0
4+ version : 1.1.1
55
66homepage : https://github.com/nixrajput
77repository : https://github.com/nixrajput/cloudinary-dart
@@ -11,10 +11,10 @@ environment:
1111 sdk : " >=2.18.0 <3.0.0"
1212
1313dependencies :
14- dio : ^4 .0.6
14+ dio : ^5 .0.3
1515 crypto : ^3.0.2
1616
1717dev_dependencies :
1818 lints : ^2.0.1
19- test : ^1.22 .1
19+ test : ^1.23 .1
2020 path : ^1.8.3
You can’t perform that action at this time.
0 commit comments