File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 4.25.3
4+
5+ * March 2025 Release
6+
37## 4.25.2
48
59* February 2025 Release
Original file line number Diff line number Diff line change 33[ ![ Dart test] ( https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dart/actions/workflows/dart.yml/badge.svg?branch=main )] ( https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dart/actions/workflows/dart.yml )
44
55- API version: 4.0
6- - SDK version: 4.25.2
6+ - SDK version: 4.25.3
77
88## SDK and API Version Compatibility:
99
@@ -39,7 +39,7 @@ Add this dependency to your *pubspec.yaml*:
3939
4040``` yaml
4141dependencies :
42- aspose_barcode_cloud : 4.25.2
42+ aspose_barcode_cloud : 4.25.3
4343` ` `
4444
4545## Sample usage
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import 'api_helper.dart';
1010import 'auth/authentication.dart' ;
1111
1212/// Current SDK Version
13- const SDK_VERSION = "4.25.2 " ;
13+ const SDK_VERSION = "4.25.3 " ;
1414
1515/// ApiClient is responsible for making HTTP requests to the API.
1616class ApiClient {
Original file line number Diff line number Diff line change 11name : aspose_barcode_cloud
22description : This SDK allows you to work with Aspose.BarCode for Cloud REST APIs in your Dart or Flutter applications quickly and easily
3- version : 4.25.2
3+ version : 4.25.3
44homepage : https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dart
55
66platforms :
You can’t perform that action at this time.
0 commit comments