Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 4.25.11

* November 2025 Release

## 4.25.10

* October 2025 Release
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![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)

- API version: 4.0
- SDK version: 4.25.10
- SDK version: 4.25.11

## SDK and API Version Compatibility:

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

```yaml
dependencies:
aspose_barcode_cloud: 4.25.10
aspose_barcode_cloud: 4.25.11
```

## Sample usage
Expand Down
2 changes: 1 addition & 1 deletion doc/models/DecodeBarcodeType.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```dart
import 'package:aspose_barcode_cloud/aspose_barcode_cloud.dart';
```
See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType
See Aspose.BarCode.BarCodeRecognition.DecodeType
## Allowable values

* **DecodeBarcodeType.mostCommonlyUsed**
Expand Down
2 changes: 1 addition & 1 deletion lib/src/api_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import 'api_helper.dart';
import 'auth/authentication.dart';

/// Current SDK Version
const SDK_VERSION = "4.25.10";
const SDK_VERSION = "4.25.11";

/// ApiClient is responsible for making HTTP requests to the API.
class ApiClient {
Expand Down
Loading