- update readme.
- add constants.
- fix misspelled name.
- fix xcode build warning.
- increase the Flutter SDK requirement to ^1.10.0.
- fix error on invoking transceive method.
- added platform-specifc-tag operations.
- removed
NfcSessionType
enum. - migrated to pubspec platforms manifest.
- more consistent naming.
- update flutter project files.
- additional fix for migration to AndroidX.
- migrate to AndroidX.
- fix typo on README
- update README
- rename
NfcNdef#cachedNdef
toNfcNdef#cachedMessage
. - add
NfcSessionType
enum. - add
NfcTagPollingOption
enum.
- add
NdefRecord#createMimeRecord
. - add optional parameters
alertMessageIOS
anderrorMessageIOS
displayed in iOS system UI. - fix error on deserializing null message on dart side.
- split
startSession
intostartNdefSession
andstartTagSession
. - improve doc.
- fix crash on serializing nil message on ios side.
- add example project.
- improve doc.
- improve doc.
- improve doc.
- add iOS 13 features.
- initial release.