flutter_charset_detector_android 4.0.0
flutter_charset_detector_android: ^4.0.0 copied to clipboard
Android implementation of the flutter_charset_detector plugin.
4.0.0 #
- Updates minimum supported SDK version to Flutter 3.44/Dart 3.12.
- Migrates to built-in Kotlin
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
detectmethod 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