nfc_manager library

Classes

Ndef
The class provides access to NDEF operations on the tag.
NdefMessage
The class represents the immutable NDEF message.
NdefRecord
The class represents the immutable NDEF record.
NfcError
The class represents the error when the session is stopped.
NfcManager
The entry point for accessing the NFC session.
NfcTag
The class represents the tag discovered by the session.

Enums

NdefTypeNameFormat
Represents the NDEF Type-Name-Format as defined by the NFC specification.
NfcErrorType
Represents the type of error that occurs when the session has stopped.
NfcPollingOption
Represents the type of tag to be discovered by the session.

Typedefs

NfcErrorCallback = Future<void> Function(NfcError error)
Signature for NfcManager.startSession onError callback.
NfcTagCallback = Future<void> Function(NfcTag tag)
Signature for NfcManager.startSession onDiscovered callback.