Jimmy Yang

Results 11 comments of Jimmy Yang

I believe you need a background NFC tag feature, `nfc_in_flutter` is not handling this issue, there's another plugin `nfc_info` that might help you. https://pub.dev/packages/nfc_info

> Is this for Apple's new App Clips? Or is this for Android? > Unfortunately I can't quite answer your question but I am looking to do the same for...

You can try to use `uni_links` plugin, although it will recognise a url deeplink as well, which may not be what you wanted. Hmm, I realised `nfc_info` can't do what...

Someone please solve this

> Thanks for filing this, @aruke. I'll see if I can notify our documentations team about this. @aruke Hi guys, are there any updates? I am currently struggling with this...

is python 3.11 now supported? thanks Because I'm running into a similar problem with 3.11.2

@letsar Hi, I'm in need of a infinite scrolling Masonry layout, is `MasonryGridView.custom()` ok for it? I can't find a paginated widget, not sure how to achieve the infinite scrolling...

> I need to create children on demand, but which grid layouts is appropriate? > > 1. Staggered Grid Layout > 2. Masonry Grid Layout > 3. Quilted Grid Layout...