flutter_charset_detector_web 2.0.0
flutter_charset_detector_web: ^2.0.0 copied to clipboard
Web implementation of the flutter_charset_detector plugin.
2.0.0 #
- Switch from
js
todart:js_interop
- Require Dart 3.3+
1.2.0 #
- Add
detect
method to obtain the detected charset without decoding the supplied bytes
1.1.0 #
- Bump jschardet to 3.1.0
1.0.3 #
- Use
js
version 0.7.1
1.0.2 #
- Fix registration of web implementation
- Fix
autoDecode
to actually decode
1.0.1 #
- Use
js
version 0.6.4
1.0.0 #
- Initial release