nfc_emulator icon indicating copy to clipboard operation
nfc_emulator copied to clipboard

Flutter plugin to emulate an NFC card, work in peer to peer mode.

Results 5 nfc_emulator issues
Sort by recently updated
recently updated
newest added

`I/NfcEmulator(26532): < SELECT_APDU: 00A4040006666B65630001 I/NfcEmulator(26532): > SELECT_APDU: 00A4040006666B65630001 E/NfcEmulator(26532): Exception in decryption E/NfcEmulator(26532): java.security.InvalidKeyException: Unsupported key size: 8 bytes ` NfcEmulator.startNfcEmulator( "666B65630001", "123456", "1111111111111111");

Hello, I just install the repo and run example project however I couldn't run the nfc tag in the nfc reader. Does any one solve this problem ?

Passing (cardAid, cardUid, aesKey) generates a unique card ID each time, how can I determine this card belongs to which user/device. Reading the emulated card, I have a PN532 using...

Apple has launched iOS 16.1 which allows deleting wallets meaning they allow other developers to access the API

I will make an application and I want to be able to use the user's android device as an nfc card in the application. Can I add user specific information...