diff --git a/CHANGELOG.md b/CHANGELOG.md index e1144a7..e5e499d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 4.25.11 + +* November 2025 Release + ## 4.25.10 * October 2025 Release diff --git a/README.md b/README.md index 74ebf92..f51091e 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 diff --git a/doc/models/DecodeBarcodeType.md b/doc/models/DecodeBarcodeType.md index ca6db24..7265f6e 100644 --- a/doc/models/DecodeBarcodeType.md +++ b/doc/models/DecodeBarcodeType.md @@ -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** diff --git a/lib/src/api_client.dart b/lib/src/api_client.dart index 7d97e07..6950624 100644 --- a/lib/src/api_client.dart +++ b/lib/src/api_client.dart @@ -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 { diff --git a/lib/src/model/decode_barcode_type.dart b/lib/src/model/decode_barcode_type.dart index 8133bb7..300f785 100644 --- a/lib/src/model/decode_barcode_type.dart +++ b/lib/src/model/decode_barcode_type.dart @@ -1,4 +1,4 @@ -/// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType +/// See Aspose.BarCode.BarCodeRecognition.DecodeType /// DecodeBarcodeType: [MostCommonlyUsed, QR, AustraliaPost, AustralianPosteParcel, Aztec, Codabar, CodablockF, Code11, Code128, Code16K, Code32, Code39, Code39FullASCII, Code93, CompactPdf417, DataLogic2of5, DataMatrix, DatabarExpanded, DatabarExpandedStacked, DatabarLimited, DatabarOmniDirectional, DatabarStacked, DatabarStackedOmniDirectional, DatabarTruncated, DeutschePostIdentcode, DeutschePostLeitcode, DotCode, DutchKIX, EAN13, EAN14, EAN8, GS1Aztec, GS1Code128, GS1CompositeBar, GS1DataMatrix, GS1DotCode, GS1HanXin, GS1MicroPdf417, GS1QR, HanXin, HIBCAztecLIC, HIBCAztecPAS, HIBCCode128LIC, HIBCCode128PAS, HIBCCode39LIC, HIBCCode39PAS, HIBCDataMatrixLIC, HIBCDataMatrixPAS, HIBCQRLIC, HIBCQRPAS, IATA2of5, ISBN, ISMN, ISSN, ITF14, ITF6, Interleaved2of5, ItalianPost25, MacroPdf417, Mailmark, Matrix2of5, MaxiCode, MicrE13B, MicroPdf417, MicroQR, MSI, OneCode, OPC, PatchCode, Pdf417, Pharmacode, Planet, Postnet, PZN, RectMicroQR, RM4SCC, SCC14, SSCC18, Standard2of5, Supplement, SwissPostParcel, UPCA, UPCE, VIN] class DecodeBarcodeType { /// The underlying value of DecodeBarcodeType enum. @@ -6,396 +6,396 @@ class DecodeBarcodeType { DecodeBarcodeType._internal(this._value); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType MostCommonlyUsed = DecodeBarcodeType._internal("MostCommonlyUsed"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType QR = DecodeBarcodeType._internal("QR"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType AustraliaPost = DecodeBarcodeType._internal("AustraliaPost"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType AustralianPosteParcel = DecodeBarcodeType._internal("AustralianPosteParcel"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType Aztec = DecodeBarcodeType._internal("Aztec"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType Codabar = DecodeBarcodeType._internal("Codabar"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType CodablockF = DecodeBarcodeType._internal("CodablockF"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType Code11 = DecodeBarcodeType._internal("Code11"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType Code128 = DecodeBarcodeType._internal("Code128"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType Code16K = DecodeBarcodeType._internal("Code16K"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType Code32 = DecodeBarcodeType._internal("Code32"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType Code39 = DecodeBarcodeType._internal("Code39"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType Code39FullASCII = DecodeBarcodeType._internal("Code39FullASCII"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType Code93 = DecodeBarcodeType._internal("Code93"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType CompactPdf417 = DecodeBarcodeType._internal("CompactPdf417"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType DataLogic2of5 = DecodeBarcodeType._internal("DataLogic2of5"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType DataMatrix = DecodeBarcodeType._internal("DataMatrix"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType DatabarExpanded = DecodeBarcodeType._internal("DatabarExpanded"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType DatabarExpandedStacked = DecodeBarcodeType._internal("DatabarExpandedStacked"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType DatabarLimited = DecodeBarcodeType._internal("DatabarLimited"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType DatabarOmniDirectional = DecodeBarcodeType._internal("DatabarOmniDirectional"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType DatabarStacked = DecodeBarcodeType._internal("DatabarStacked"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType DatabarStackedOmniDirectional = DecodeBarcodeType._internal("DatabarStackedOmniDirectional"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType DatabarTruncated = DecodeBarcodeType._internal("DatabarTruncated"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType DeutschePostIdentcode = DecodeBarcodeType._internal("DeutschePostIdentcode"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType DeutschePostLeitcode = DecodeBarcodeType._internal("DeutschePostLeitcode"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType DotCode = DecodeBarcodeType._internal("DotCode"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType DutchKIX = DecodeBarcodeType._internal("DutchKIX"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType EAN13 = DecodeBarcodeType._internal("EAN13"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType EAN14 = DecodeBarcodeType._internal("EAN14"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType EAN8 = DecodeBarcodeType._internal("EAN8"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType GS1Aztec = DecodeBarcodeType._internal("GS1Aztec"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType GS1Code128 = DecodeBarcodeType._internal("GS1Code128"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType GS1CompositeBar = DecodeBarcodeType._internal("GS1CompositeBar"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType GS1DataMatrix = DecodeBarcodeType._internal("GS1DataMatrix"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType GS1DotCode = DecodeBarcodeType._internal("GS1DotCode"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType GS1HanXin = DecodeBarcodeType._internal("GS1HanXin"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType GS1MicroPdf417 = DecodeBarcodeType._internal("GS1MicroPdf417"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType GS1QR = DecodeBarcodeType._internal("GS1QR"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType HanXin = DecodeBarcodeType._internal("HanXin"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType HIBCAztecLIC = DecodeBarcodeType._internal("HIBCAztecLIC"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType HIBCAztecPAS = DecodeBarcodeType._internal("HIBCAztecPAS"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType HIBCCode128LIC = DecodeBarcodeType._internal("HIBCCode128LIC"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType HIBCCode128PAS = DecodeBarcodeType._internal("HIBCCode128PAS"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType HIBCCode39LIC = DecodeBarcodeType._internal("HIBCCode39LIC"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType HIBCCode39PAS = DecodeBarcodeType._internal("HIBCCode39PAS"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType HIBCDataMatrixLIC = DecodeBarcodeType._internal("HIBCDataMatrixLIC"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType HIBCDataMatrixPAS = DecodeBarcodeType._internal("HIBCDataMatrixPAS"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType HIBCQRLIC = DecodeBarcodeType._internal("HIBCQRLIC"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType HIBCQRPAS = DecodeBarcodeType._internal("HIBCQRPAS"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType IATA2of5 = DecodeBarcodeType._internal("IATA2of5"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType ISBN = DecodeBarcodeType._internal("ISBN"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType ISMN = DecodeBarcodeType._internal("ISMN"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType ISSN = DecodeBarcodeType._internal("ISSN"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType ITF14 = DecodeBarcodeType._internal("ITF14"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType ITF6 = DecodeBarcodeType._internal("ITF6"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType Interleaved2of5 = DecodeBarcodeType._internal("Interleaved2of5"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType ItalianPost25 = DecodeBarcodeType._internal("ItalianPost25"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType MacroPdf417 = DecodeBarcodeType._internal("MacroPdf417"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType Mailmark = DecodeBarcodeType._internal("Mailmark"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType Matrix2of5 = DecodeBarcodeType._internal("Matrix2of5"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType MaxiCode = DecodeBarcodeType._internal("MaxiCode"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType MicrE13B = DecodeBarcodeType._internal("MicrE13B"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType MicroPdf417 = DecodeBarcodeType._internal("MicroPdf417"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType MicroQR = DecodeBarcodeType._internal("MicroQR"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType MSI = DecodeBarcodeType._internal("MSI"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType OneCode = DecodeBarcodeType._internal("OneCode"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType OPC = DecodeBarcodeType._internal("OPC"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType PatchCode = DecodeBarcodeType._internal("PatchCode"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType Pdf417 = DecodeBarcodeType._internal("Pdf417"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType Pharmacode = DecodeBarcodeType._internal("Pharmacode"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType Planet = DecodeBarcodeType._internal("Planet"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType Postnet = DecodeBarcodeType._internal("Postnet"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType PZN = DecodeBarcodeType._internal("PZN"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType RectMicroQR = DecodeBarcodeType._internal("RectMicroQR"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType RM4SCC = DecodeBarcodeType._internal("RM4SCC"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType SCC14 = DecodeBarcodeType._internal("SCC14"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType SSCC18 = DecodeBarcodeType._internal("SSCC18"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType Standard2of5 = DecodeBarcodeType._internal("Standard2of5"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType Supplement = DecodeBarcodeType._internal("Supplement"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType SwissPostParcel = DecodeBarcodeType._internal("SwissPostParcel"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType UPCA = DecodeBarcodeType._internal("UPCA"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType UPCE = DecodeBarcodeType._internal("UPCE"); - /// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType + /// See Aspose.BarCode.BarCodeRecognition.DecodeType // ignore: non_constant_identifier_names static final DecodeBarcodeType VIN = DecodeBarcodeType._internal("VIN"); diff --git a/pubspec.yaml b/pubspec.yaml index 08a9df3..5fdeecd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: aspose_barcode_cloud description: This SDK allows you to work with Aspose.BarCode for Cloud REST APIs in your Dart or Flutter applications quickly and easily -version: 4.25.10 +version: 4.25.11 homepage: https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dart platforms: