0

I am using flutter to build my application to read and write the NFC cards I am using the flutter plugin NFC reader to read the cards but I couldn't find any way to write the NFC​ cards.

Sadaf
  • 11
  • 2

1 Answers1

0

You can't write NFC tags on ios where in android you can.

You might wanna use Platform channels.

Platform channels helps writing and communicating between platform-specific code and your Dart code

Here is a medium post regarding writing an NFC tag on android

Write it on android and connect it to dart using Platform channels

shb
  • 5,957
  • 2
  • 15
  • 32