flutter_charset_detector_android 3.1.1
flutter_charset_detector_android: ^3.1.1 copied to clipboard
Android implementation of the flutter_charset_detector plugin.
3.1.1 #
- Bump Kotlin to 2.2.0
- Remove unneeded dependency
3.1.0 #
- Move as much processing as possible off the main (UI) thread
- Bump Kotlin to 2.1.0
- Bump compileSdk to 35
3.0.0 #
- Bump juniversalchardet to 2.5.0
- Bump Kotlin to 1.7.10
- Bump compileSdk to 34
- Bump minSdk to 21
2.1.1 #
- Fix errors
2.1.0 #
- Add
detect
method to obtain the detected charset without decoding the supplied bytes
2.0.1 #
- Fix type cast error introduced in 2.0.0
2.0.0 #
- Move to Android Gradle Plugin 8
1.0.0 #
- Initial release