Skip to content

Latest commit

 

History

History
77 lines (46 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

77 lines (46 loc) · 1.17 KB

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

  • added platform-specifc-tag operations.
  • removed NfcSessionType enum.
  • migrated 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#cachedNdef to NfcNdef#cachedMessage.
  • add NfcSessionType enum.
  • add NfcTagPollingOption enum.

0.3.0

  • add NdefRecord#createMimeRecord.
  • add optional parameters alertMessageIOS and errorMessageIOS displayed in iOS system UI.
  • fix error on deserializing null message on dart side.

0.2.0

  • split startSession into startNdefSession and startTagSession.
  • 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.