Andi Semler

Results 9 comments of Andi Semler
trafficstars

Is this on Android or iOS? Also could you tell more about the tags you're using?

When you get a `NDEFMessage` from `readNDEF()`, you can access the records with the `.records` property. This is a list of `NDEFRecord`s. An `NDEFRecord` has the following properties: | property...

Could you tell me which phone and operating system version you're using?

My guess would be that the stream returned from `.readNDEF()` is closed before you read your tag. nfc_in_flutter is only scanning for tags when a `.readNDEF()` stream is open. In...

I have ran your app on my phone (Google Pixel 3a, Android 10) and it works fine for me. When I press "scan" and scan my tag, it prints to...

Currently it is not possible to use passwords with nfc_in_flutter. I'll try to add it (hopefully) in the beginning of the next year, but only Android will be supported to...

I am not able to reproduce this. I have tried - writing an NDEF message containing a record with type `text/plain` and content `Test` - reading an NDEF message containing...

The language code should only be checked if the record has a type of `T` along with a TNF of `WELL_KNOWN`. If the record does not meet both criteria it...