unorm_dart 0.3.0 unorm_dart: ^0.3.0 copied to clipboard
Unicode 8.0 Normalization - NFC, NFD, NFKC, NFKD. This is a Dart port of [walling/unorm](https://github.com/walling/unorm).
0.3.0 #
- Update to Dart v3 (#17).
- Use StringBuffer to make _normalize faster (#12). Thanks espresso3389!
0.2.0 #
- Migrated to null safty(issue #10). Thanks espresso3389 and Cat-sushi!
0.1.1 #
- Update dependencies
0.1.0 #
- Initial version