nfc_manager 1.3.2+4 
nfc_manager: ^1.3.2+4 copied to clipboard
A Flutter plugin to manage the NFC features. Supported on both Android and iOS.
1.3.2+4 #
- update README.
 
1.3.2+3 #
- update README.
 
1.3.2+2 #
- update README.
 
1.3.2+1 #
- update README.
 
1.3.2 #
- fix crash on Ndef write and writeLock error.
 
1.3.1 #
- fix a bug where the error callback was not called.
 
1.3.0 #
- add callback to handle error from session.
 
1.2.0 #
- make discovered callback async.
 
1.1.0+1 #
- update readme.
 
1.1.0 #
- add constants.
 - fix misspelled name.
 - fix xcode build warning.
 - increase the Flutter SDK requirement to ^1.10.0.
 
1.0.1 #
- fix error on invoking transceive method.
 
1.0.0 #
- add platform-specifc-tag operations.
 - remove 
NfcSessionTypeenum. - migrate to pubspec platforms manifest.
 - more consistent naming.
 
0.5.1 #
- update flutter project files.
 - additional fix for migration to AndroidX.
 
0.5.0 #
- migrate to AndroidX.
 
0.4.0+2 #
- fix typo on README
 
0.4.0+1 #
- update README
 
0.4.0 #
- rename 
NfcNdef#cachedNdeftoNfcNdef#cachedMessage. - add 
NfcSessionTypeenum. - add 
NfcTagPollingOptionenum. 
0.3.0 #
- add 
NdefRecord#createMimeRecord. - add optional parameters 
alertMessageIOSanderrorMessageIOSdisplayed in iOS system UI. - fix error on deserializing null message on dart side.
 
0.2.0 #
- split 
startSessionintostartNdefSessionandstartTagSession. - 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.