'How to store NFC cards in Flutter app as e wallets stores bank cards?

I want to store a NFC card in the mobile application and be able to select the card and use the mobile phone to interact with the NFC reader rather than tapping the card.

just like E wallet apps work.

I know how to read the NFC card in flutter using the dart plugin. But cant find a suitable approach to cast the NFC ID to a device through mobile phone



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source