简体   繁体   English

写NFC卡

[英]Writing NFC Card

我正在使用颤振来构建我的应用程序以读取和写入NFC卡我使用颤动插件NFC读取器读取卡但我找不到任何方法来编写NFC卡。

You can't write NFC tags on ios where in android you can. 你不能在ios上写你自己的NFC标签。

You might wanna use Platform channels . 您可能想要使用平台频道

Platform channels helps writing and communicating between platform-specific code and your Dart code Platform channels有助于在特定于平台的代码和Dart代码之间进行编写和通信

Here is a medium post regarding writing an NFC tag on android 这是一篇关于在Android上编写NFC标签的中文帖子

Write it on android and connect it to dart using Platform channels 将它写在android上并使用Platform channels将其连接到dart

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM