nfc_in_flutter icon indicating copy to clipboard operation
nfc_in_flutter copied to clipboard

Cross-platform flutter plugin for reading and writing NFC tags. Not maintained anymore - not looking for new maintainer, fork instead.

Results 61 nfc_in_flutter issues
Sort by recently updated
recently updated
newest added

Any way to read/write image/pdf file on NFC tag using this packages ? Even, is this possible for NFC to read/write 1/2/3 MB file ? How we can achieve this...

I created an ticket last year and made some changes to deal with "New tag collected" on android https://github.com/semlette/nfc_in_flutter/issues/51#issuecomment-753868560 I've have merged up to 2.0.5. I was wondering if you'd...

Hey could you tell me how i can read the Tag ID? It doesnt work with : `NDEFMessage message = await NFC.readNDEF(once: true).first; ` `print("ID: ${message.id}");` Best regards Bob

When I start my app and click a button (which executes the following code), I get a `PlatformException(IOError, null, null, null)` in the line, where the tag is written. This...

I see that the plugin is already migrated to null-safety. Would you like to publish the new version on pub.dev? Currently, if I want to use the null-safe version, I'd...

NFC.isNDEFSupported .then((bool isSupported) { setState(() { _supportsNFC = isSupported; }); }); _supportNFC is returning false everytime

Hi need to know if user enabled nfc in is settings. Only supported information is provided. Is it planned to add this features ? Thanks for this great job

Hello! I've upgraded my app to flutter 2.5+. And upon `pub get` command I have received the following output: ``` The plugins `nfc_in_flutter` use a deprecated version of the Android...

🐛 Bug Report This library still uses jCenter. jCenter doesn't get any updates anymore and should therefor be switched to mavenCentral. See also https://developer.android.com/studio/build/jcenter-migration Expected behavior No dependencies on jCenter...

I kinda moved at the source code a bit but couldn't find anything about the topic.Am I missing something or the feature didn't implemented yet ?

question
soon™