charset_converter 2.1.0 charset_converter: ^2.1.0 copied to clipboard
Charset/encoding converter that uses underlying platform - no external dependencies
2.1.0 #
- Windows support
- Fix nullable return type of decoding
- Fix trailing zeros in encoding output on Android
- Better example and improved tests
2.0.0 #
- Null safety
- In case native implementation returns a null CharsetConversionError will be thrown
1.0.3 #
- Update pubspec.yaml to mark supported platforms
- Add integration tests
- Add GitHub Actions workflow to run unit and integration tests
1.0.2 #
- Small improvements in documentation
1.0.1 #
- Fix links in README files
1.0.0 #
- Stable release
- Update example README
0.0.3 #
- Single charset availability check
0.0.2 #
- iOS support
0.0.1 #
- Encoding and decoding
- Getting list of available charsets
- Android support
- Basic documentation