ndef 0.4.0
ndef: ^0.4.0 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
utflibrary) - Use extension methods to simplify usage
0.2.1 #
- Fix some bugs caused by
nullwhen use blank records - Simplify method to compare bytes (remove dependency of
collectionlibrary)
0.2.2 #
- Adjust exception information
- Move Version class from HandoverRecord to utilities
0.2.3 #
- Bump dependencies including
uuidandversion - Minor bug fixes
0.3.0 #
- Upgrade to Flutter 2.0
- Add null-safety support (#8)
- Fix some typos in code
- Use more precise exception in precondition-checking code (#9)
0.3.1 #
Note: this tag is not pushed to GitHub, but published to pub.dev.
- Remove unneeded
requiredindecodePartialNdefMessage - Remove unused test
- Change to a formal version of MIT License
0.3.2 #
- Upgrade to Dart v3
- Fix multiple bugs (#14, #15, #17, #18)
0.3.3 #
- Restructure the project (no functional changes)
- Fix numerous lint warnings
0.3.4 #
- No functional changes
- Fix more lint warnings
0.3.5 #
- Fix encoding of payload length (#21, #22)
- Add more documentation to public APIs
0.4.0 #
- Add WiFi Simple Configuration NDEF Record and related tests (#27, thanks to @ljanecek)
- Fix some linter issues