A simple Flutter app to read and write NFC tags using flutter_nfc_kit
.
Run the following command to install required packages:
flutter pub get
Ensure your device has NFC enabled. Uses Android 19 (KitKat) and above.
Only works on iPhone 7 and later with iOS 13+.
To run the app on a physical device (NFC is not supported on emulators):
flutter run
📖 Read NFC tags
✍️ Write custom data to NFC tags
🔄 Erase NFC tag content
Ensure your phone supports NFC and is turned on. If you face build issues, try:
flutter clean
flutter pub get
Feel free to fork and submit descriptive pull requests!