nfc_wallet_suppression 0.0.1-beta
nfc_wallet_suppression: ^0.0.1-beta copied to clipboard
Lightweight plugin to handle NFC wallet suppression in Flutter
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add nfc_wallet_suppressionWith Flutter:
$ flutter pub add nfc_wallet_suppressionThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
nfc_wallet_suppression: ^0.0.1-betaAlternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:nfc_wallet_suppression/nfc_wallet_suppression.dart';