nfc_manager 0.4.0+1
nfc_manager: ^0.4.0+1 copied to clipboard
A Flutter plugin to use NFC. Supported on both Android and iOS.
0.4.0+1 #
- update README
0.4.0 #
- rename
NfcNdef#cachedNdef
toNfcNdef#cachedMessage
. - add
NfcSessionType
enum. - add
NfcTagPollingOption
enum.
0.3.0 #
- add
NdefRecord#createMimeRecord
. - add optional parameters
alertMessageIOS
anderrorMessageIOS
displayed in iOS system UI. - fix error on deserializing null message on dart side.
0.2.0 #
- split
startSession
intostartNdefSession
andstartTagSession
. - improve doc.
0.1.1 #
- fix crash on serializing nil message on ios side.
- add example project.
- improve doc.
0.1.0+2 #
- improve doc.
0.1.0+1 #
- improve doc.
0.1.0 #
- add iOS 13 features.
0.0.1 #
- initial release.