f-accu
f-accu

Reputation: 83

How to communicate between Android, IOS device and SUNMI v2s printer throw NFC using Flutter?

i'm trying to write a flutter code that can be installed on sumni v2s printer, the basic idea is i want to make this android device (SUNMI v2s) read the NFC data from android or apple phone and extract ehe transferred data, this data should be extracted from Google wallet pass or Apple pass.

Additional information: Based in SUNMI website it has these NFC specs -> Mifare/Felica/ISO 14443 typ A/B IS15693.

I have successfully created the Google/Apple pass using Php.

how can we implement this feature using flutter framework?

I expect that when i get close to SUNMI printer with My wallet opened i can get the information of the wallet pass or just i might see a notification that the Event ticket pass is successfully activated.

I don't want to post any code because it's useless, it's just o copy of how to read/write tags using **nfc_manager ** package i found https://pub.dev/packages/nfc_manager.

Upvotes: 0

Views: 556

Answers (0)

Related Questions