flutter_chardet 1.0.2
flutter_chardet: ^1.0.2 copied to clipboard
Flutter FFI charset detection and decoding using uchardet.
1.0.2 #
- Simplified the supported platforms section in the README.
1.0.1 #
- Added a README link to the upstream
uchardetproject.
1.0.0 #
- Marked the initial stable release.
- Changed
FlutterChardet.detectto return charset, confidence, language, and candidate index metadata. - Added
FlutterChardet.detectAllfor top candidate inspection. - Changed
FlutterChardet.autoDecodeto try detected candidates in order until one decodes successfully.
0.0.1 #
- Initial Flutter FFI package wrapping
uchardet. - Added
FlutterChardet.detectandFlutterChardet.autoDecode. - Added upstream fixture, memory lifecycle, and performance tests.