flutter_nfc_kit icon indicating copy to clipboard operation
flutter_nfc_kit copied to clipboard

Flutter plugin to provide NFC functionality on Android and iOS, including reading metadata, read & write NDEF records, and transceive layer 3 & 4 data with NFC tags / cards

Results 26 flutter_nfc_kit issues
Sort by recently updated
recently updated
newest added

I keep getting this error while polling [CoreNFC] 00000002 82c5c2d0 -[NFCTagReaderSession _connectTag:error:]:686 Error Domain=NFCError Code=2 "Missing required entitlement" UserInfo={NSLocalizedDescription=Missing required entitlement} This is my info.plist and Runner.entitlements file

Hi, Since iOS opened custom [commands to ISO 15693](https://developer.apple.com/documentation/corenfc/nfciso15693tag), it would be nice to have sending ISO 15693 tags commands available for Android and iOS. (Maybe this is already possible...

enhancement

Is it possible to do iOS Background reading? Meaning reading a tag without the annoying pop-up of the iPhone.

This issue only occurs on Android whenever I try to scan NFC tag using my own app where it triggers the default NFC reader of the phone. Is there a...

Any consideration for functionality creating password encryption with NFC tags? I have NTAG213 and I need to allow my users to protect their tag so that nobody else can overwrite...

Recommend supporting Streams through `EventChannel`, as it makes some operations easier (like having a listener running in the background). Then it would be possible to having a simple API like:...

![image](https://user-images.githubusercontent.com/5664617/191360069-975a6385-e2e2-4d90-98db-b72b69c3bc65.png) Is this a version mismatch or something?

Apple has launched iOS 16.1 which allow to delete wallet meaning they allow other developers to access the API

Hi, I'm new to NFC tech, I would like to know is it possible to set the access bit and key a, key b by using flutter_nfc_kit plugin?

This issue rarely happened and I don't know why. I assumed it because that I scan the NFC tag multiple times. Can we handle the exception error on plugin level?...