ndef 0.2.3 ndef: ^0.2.3 copied to clipboard
A Dart library to decode & encode NDEF records, supporting multiple types.
0.1.0 #
- Initial release, preliminary decoding & encoding support
- Support types:
- NFC Well Known
- Text
- URI with well-known prefix
- Digital signature
- Smart poster
- Connection handover
- Media (MIME data)
- Bluetooth easy pairing / Bluetooth low energy
- other MIME data
- Absolute URI
- NFC Well Known
0.2.0 #
- Fix some bugs on Connection handover records
- Fix encoding / decoding of text records in UTF-16 (remove dependency of discontinued
utf
library) - Use extension methods to simplify usage
0.2.1 #
- Fix some bugs caused by
null
when use blank records - Simplify method to compare bytes (remove dependency of
collection
library)
0.2.2 #
- Adjust exception information
- Move Version class from HandoverRecord to utilities
0.2.3 #
- Bump dependencies including
uuid
andversion
- Minor bug fixes