nfc_wallet_suppression 0.1.1
nfc_wallet_suppression: ^0.1.1 copied to clipboard
Lightweight plugin to handle NFC wallet suppression in Flutter
0.1.1 #
-
FIX Don't require nfc permission on Android
-
First stable release of the
nfc_wallet_suppressionplugin. -
DOCS Updated readme
0.0.2-beta #
- Enhances error handling within the NFC wallet suppression plugin and refactors the code for better clarity.
- iOS: Improved error handling for iOS.
- Android: Got a working implementation of the NFC wallet suppression plugin.
0.0.1-beta #
- Initial release of the
nfc_wallet_suppressionplugin. - iOS: Added NFC wallet suppression using PassKit (request, release, check status).
- Android: Added NFC wallet suppression using NfcAdapter (request, release, check status).