nfc_flutter 0.0.1
nfc_flutter: ^0.0.1 copied to clipboard
A Flutter plugin for NFC (Near Field Communication) on iOS and Android.
Changelog #
0.0.1 #
- Initial release of nfc_flutter plugin
- Features:
- Check NFC availability on the device
- Get current NFC status (enabled/disabled/not available)
- Discover NFC tags
- Read NDEF records from tags
- Write NDEF records to tags
- Format tags to NDEF format
- Check if a tag is NDEF compatible
- Supported platforms:
- iOS (13.0+)
- Android (API level 21+)