nfc_manager 0.3.0
nfc_manager: ^0.3.0 copied to clipboard
A Flutter plugin to use NFC. Supported on both Android and iOS.
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.