-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NFC scanner #4
Comments
Yeah that is possible in Flutter with some nfc packages available. I discarded the idea because I don't have an Android device with NFC to test them out and I thought it was a feature people wouldn't use, but if collectors really like that feature I'll see a way to add it in the future. |
I was writing a script for a comparison-video of the top 10 amiibo collection apps and this one seemed the best of them all with this little feature being the only thing that could really be improved on. I wrote an amiibo detector a little while ago (though it was in Java) so if you need help or have any questions I could retrieve that old project and see how I did it |
that sounds awesome, I've been looking around how to use the NFC and I think it is possible to implement it, I think I can work with it this weekend. The amiibo detector on java could be really useful if I can connect it with the flutter engine (at least in Android) or at least to understand the Amiibo NFC tag to implement it directly in dart |
I am not sure if this is possible through flutter, but maybe consider adding an NFC scanner. It is the only feature that is really missing for a perfect Amiibo collection app!
The text was updated successfully, but these errors were encountered: