huawei_wallet 4.0.5+300
huawei_wallet: ^4.0.5+300 copied to clipboard
Huawei Wallet Kit provides easy-to-access digital passes such as cards, coupons etc. on an integrated platform.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add huawei_walletThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
huawei_wallet: ^4.0.5+300Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:huawei_wallet/huawei_wallet.dart';