flet-dev / flet

Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
https://flet.dev
Apache License 2.0
11.59k stars 454 forks source link

NFC Control #2456

Open NicolasGlezGlez opened 10 months ago

NicolasGlezGlez commented 10 months ago

Im really interested in NFC selector for Android, I have a half finished project that requires an NFC reader, any news?

FeodorFitsner commented 10 months ago

We can implement nfc_manager widget. A short guide: https://medium.com/flutter-community/nfc-with-flutter-f8c3515cb0e0

Do you have any experience with Flutter? I'm working on a guide on how to add 3rd-party widgets to Flet app as separate libraries. Could be a good case.

NicolasGlezGlez commented 10 months ago

We can implement nfc_manager widget. A short guide: https://medium.com/flutter-community/nfc-with-flutter-f8c3515cb0e0

Do you have any experience with Flutter? I'm working on a guide on how to add 3rd-party widgets to Flet app as separate libraries. Could be a good case.

0 Experience on Flutter, i start in application development with Flet 4 months ago sorry :( But the guide sounds rly good! I just got the application to take the NFC permissions on the phone even though I have not been able to use the reader.

Whatever I can do to help, I'm here for you!