okadan / flutter-nfc-manager

A Flutter plugin for accessing the NFC features on Android and iOS.
https://pub.dev/packages/nfc_manager
MIT License
208 stars 134 forks source link

Obtaining Android Tag class #140

Open kightsonsanom opened 1 year ago

kightsonsanom commented 1 year ago

Hello, thanks for great library!

I have a use case where I need to obtain Android NFC Tag https://developer.android.com/reference/android/nfc/Tag. Currently the library converts those Tags into NfcTag objects. Is it possible to convert it back to Android Tag?

Thanks!

nadas00 commented 1 year ago

@kightsonsanom is there any update for this subject?

kightsonsanom commented 1 year ago

@nadas00 It seems that it's not possible to achieve it with this library. I ended up writing my own plugin for accessing NFC adapter and using Android NfcTag just after it's received.

okadan commented 9 months ago

This issue will be resolved in v4.0.0. (#128)