Hello,
May I know what tools/libraries should i use to develop a Flutter application to do the following
1. Data Encryption and Secure Authentication
2. Read data from Mifare plus s 2k rfid 1k card
3. Write data from Mifare plus s 2k rfid 1k card
My objective is to store only employee token
I need the application to support iOS and Android
Is this the following the right tool to use ?
https://github.com/okadan/flutter-nfc-manager
If not, can you pls suggest the right tool to use ? Is the Mifare card model selection correct ?
Pls advise. Thanks in advance
Matthew1971