写入NFC卡

时间:2019-06-12 08:33:20

标签: flutter nfc flutter-plugin

我正在使用flutter构建用于读取和写入NFC卡的应用程序,正在使用flutter插件NFC读取器读取卡,但是找不到任何写NFC卡的方法。

1 个答案:

答案 0 :(得分:0)

您无法在ios上的ios上编写NFC标签。

您可能想使用Platform channels

Platform channels有助于在平台特定的代码和Dart代码之间进行编写和通信

有关writing an NFC tag on android

的中级帖子

在Android上将其写入文件,然后使用Platform channels

将其连接到dart