Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 873 Bytes

CHANGELOG.md

File metadata and controls

39 lines (24 loc) · 873 Bytes

0.1.6

  • Refactor example app.
  • Add a default argument 'persistMessage' to the 'startNfcHce()' function.
  • Add deletion of file from internal storage to 'stopNfcHce'.
  • Formatted dart code with 'dart format .'.

0.1.5

  • Refactor the source code and function names.
  • Add a default argument 'mimeType' to the 'startNfcHce()' function.
  • Add 'stopNfcHce' API.
  • Write the initial NFC HCE NDEF message to internal storage and, upon app restart, read and initialize it from the file.

0.1.4

  • Support operation in both foreground and background,
  • but specifically enable NFC card reader access even when the device screen is fully locked on Android 12 and higher.
  • add isSupportSecureNfcSupported api

0.1.3

  • modify the readme

0.1.2

  • readme - screenshot add

0.1.1

  • modify example code

0.1.0

  • add README.md

0.0.9

  • initial release.