- Initial release
- Support reading metadata of cards of standard ISO 14443-4 Type A & Type B (NFC-A / NFC-B / Mifare Classic / Mifare Ultralight)
- Support transceiving APDU with cards of standard ISO 7816
- Support reading metadata of cards of standard ISO 18092 / JIS 6319 (NFC-F / Felica)
- Support reading metadata of cards of standard ISO 15963 (NFC-V)
- Support reading GUID of China ID Card (which is non-standard)
- Add more documentation
- Release with MIT License
- Fix compilation errors of iOS plugin
- Fix IsoDep unintentionally closing of the Android plugin
- Fix incorrect standards description
- Fix finish method blocking error
- Avoid returning redundant result if user finish the read operation prematurely
- Allow data transceive on lower layer (Android only)
- Remove China ID Card support due to support of lower layer transceiving
- Fix some racing problem on iOS
- We are out-of beta and releasing on time!
- Fix IllegalStateException & Add MethodResultWrapper (Thanks to @smlu)
- Remove redundant code in Android plugin
- Format dart code
- Add NFC session alert/error message on iOS (Thanks to @smlu)
- Support execution timeout as optional parameter on Android for
poll
andtransceive
(Thanks to @smlu) - Accept command in the type of hex string /
UInt8List
intransceive
and return in the same type (Thanks to @smlu)
- Add support for NFC 18902 on iOS
- Add initial NDEF support (read only, no decoding)
- Allow disabling platform sound on Android when polling card
- Switch to ndef for NDEF record encoding & decoding (breaking API change)
- Support writing NDEF records
- Add NDEF writing in example app
- Fix compiling problem on iOS
- Fix format of CHANGELOG.md
- Format source code to pass static analysis
- Update to latest version of
ndef
package - Update example app on writing NDEF records
- Allow specifying needed NFC technologies in
poll
(fix #15)
- Disable ISO 18092 in
poll
by default due to iOS CoreNFC bug (see #23) - Bump dependencies & fix some deprecation warnings