flutter_charset_detector
Automatically detect and decode the Charset (character encoding) of text bytes.
This plugin uses native libraries derived from the universal charset detection
libraries created by Mozilla.
- iOS: UniversalDetector2, a
thin wrapper around
uchardet - Android:
juniversalchardet, a Java
implementation of universalchardet
Supported platforms
- Android 4.1 (SDK 16) and higher
- iOS 9 and higher
Supported charsets
The detectable charsets differ by platform according to the capabilities of the
underlying library; for specifics see: