Skip to content

Commit 0038910

Browse files
Ivan KamkinIvan Kamkin
authored andcommitted
Version updated.
1 parent fea2391 commit 0038910

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.1
6+
- SDK version: 4.25.2
77

88
## SDK and API Version Compatibility:
99

@@ -39,7 +39,7 @@ Add this dependency to your *pubspec.yaml*:
3939

4040
```yaml
4141
dependencies:
42-
aspose_barcode_cloud: 4.25.1
42+
aspose_barcode_cloud: 4.25.2
4343
```
4444
4545
## Sample usage

doc/api/GenerateApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Name | Type | Description | Notes
2727
**data** | **String**| String represents data to encode |
2828
**dataType** | [**EncodeDataType**](.md)| Type of data to encode. Default value: StringData. | [optional]
2929
**imageFormat** | [**BarcodeImageFormat**](.md)| Barcode output image format. Default value: png | [optional]
30-
**textLocation** | [**CodeLocation**](.md)| Specify the displaying Text Location, set to CodeLocation.None to hide CodeText. Default value: CodeLocation.Below. | [optional]
30+
**textLocation** | [**CodeLocation**](.md)| Specify the displaying Text Location, set to CodeLocation.None to hide CodeText. Default value: Depends on BarcodeType. CodeLocation.Below for 1D Barcodes. CodeLocation.None for 2D Barcodes. | [optional]
3131
**foregroundColor** | **String**| Specify the displaying bars and content Color. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: Black. | [optional] [default to 'Black']
3232
**backgroundColor** | **String**| Background color of the barcode image. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: White. | [optional] [default to 'White']
3333
**units** | [**GraphicsUnit**](.md)| Common Units for all measuring in query. Default units: pixel. | [optional]

lib/src/api_client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import 'api_helper.dart';
1010
import 'auth/authentication.dart';
1111

1212
/// Current SDK Version
13-
const SDK_VERSION = "4.25.1";
13+
const SDK_VERSION = "4.25.2";
1414

1515
/// ApiClient is responsible for making HTTP requests to the API.
1616
class ApiClient {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: aspose_barcode_cloud
22
description: 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.1
3+
version: 4.25.2
44
homepage: https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dart
55

66
platforms:

0 commit comments

Comments
 (0)