sascha

Results 11 comments of sascha

feel free to test and give some feedback :)

I think that's the expected behavior.

Just like you did, using NfcManager.instance.stopSession(). You can have a look at the [example](https://github.com/okadan/flutter-nfc-manager/blob/master/example/lib/main.dart) where @okadan did the same thing.

> not sure you can fork my branch and try if it works for your use-case though. > Any idea if this will be merged? I need to use NFC...

Are you testing on web or native? Have a look at this file, where I used the WebNFC plugin: [Landing_viewmodel.dart](https://github.com/v1lling/access-frontend/blob/web_approach_own_plugin/lib/ui/views/landing/landing_viewmodel.dart ) Specifically look at function activateNFCScan(). You need to use...

Ah, I see. I think for this to work you have to create your own fork and edit my branch. Currently it seems like the serial number is not passed...

> This works perfectly. Thank you so much for the help. I have butchered the code so badly I don't want to create a pull request. But I just implemented...

I would also like to give some weight to this PR in order to be able to switch to laravel 11 🙏

Hey @unext-wendong , this might be resolved with #274. Please take a look at the new showFieldWhen property. I'm not sure if it applies to the getAll method, but feel...