-
Updated the components on which the Wallet SDK depends.
-
Breaking Changes:
- Migrated to null-safety.
- Modified the internal structure of the plugin. Please use import package:huawei_wallet/huawei_wallet.dart not to get any errors.
- Constants in the
WalletPassErrorCode
have been moved intoWalletPassConstant
. - HuaweiWallet:
- Return type of
enableLogger
changed toFuture<void>
fromFuture<bool>
. - Return type of
disableLogger
changed toFuture<void>
fromFuture<bool>
.
- Return type of
- BarCode:
- Name of
barcodeTypeCodebar
constant updated tobarcodeTypeCodabar
.
- Name of
- WalletPassApiResponse:
- Name of
passStatuslist
updated topassStatusList
. - Name of
cardInfolist
updated tocardInfoList
.
- Name of
- Updated HMSLogger.
- Initial release.