I am a flutter developer, I want to make an application to exchange messages and files by using NFC technique I used nfc_in_flutter plugin for reading and writing NFC...
I'm interested in spinning up a collection of NFTs on Solana where the NFTs are connected to physical products via an NFC tag. What this means is each NFT has a unique...
I'd like to give a try with flutter, but so far I have found only NFC reader plugin. I will need two other things. <ul> <li>react on NFC tag present intent an...
I am using Flutter nfc_manager just for writing URLs on NFC Tags in android it's working perfectly. But on IOS it's not written anything on a tag or not showing any er...
I'm new to flutter. I'm using this <a href="https://github.com/matteocrippa/flutter-nfc-reader" rel="nofollow noreferrer">nfc plugin</a> to read an nfc tag in an andro...
I am new to NFC Android and I have been stuck for days trying to write in NTAG213 after set password to it<br /> but it failed and i don`t know what happen can any one...
I'm new to both android and NFC, and trying to make a simple little Flutter relay app which takes json data embedded on an NFC tag and executes the action described. i...
We have a flutter based mobile app, and a Raspberry <em>(which communicate with the backend)</em> with a nfc reader module <em>(it mifare compatible)</em>. Now working...
I am using Flutter nfc_manager to read, write, and protect operations. Now I need to find the type. For example, I need to know that the scanned tag is NTAG213...
I am new to flutter and I have problem on NFC call. I just want to change activity on appropriate NFC call. for example: IF on NFC tag is written 'Card1', it w...
I'm trying to read data form an iso15693 nfc tag. I can detect the tag but based on the response values almost all being blank or false I feel like I won't be able to...
I am trying to program a 3DES key to my Mifare ultralight c, using Flutter. And this method is called through a method channel to android. from the <a href="htt...
I have this flutter code to get the identifier of the NFC tag when reading. Using nfc_manager package (<a href="https://pub.dev/packages/nfc_manager" rel="nofollow nor...
I need to obtain the NFC message in the flutter App, after the App is opened by OS from tagging a NFC chip. I believe it is achievable in native Android or iOS...
I'm using the nfc_manager package to scan my transportation card. I've found similar apps on the playstore that were able to get transaction history, card serial numbe...