flutter_opencc_plus 0.1.2
flutter_opencc_plus: ^0.1.2 copied to clipboard
A cross-platform OpenCC wrapper for Dart and Flutter.
Changelog #
0.1.2 #
- Use the platform temporary directory for Flutter assets with version isolation and concurrent-write protection.
- Pin native OpenCC downloads to the
opencc-v1.4.1release. - Add native release artifact validation and cross-platform integration-test CI.
- Automatically synchronize official dictionaries and configuration files when the OpenCC version is updated.
0.1.1 #
- Fix the release artifact URL naming order for iOS builds.
0.1.0 #
- First stable release.
- Support all 16 built-in OpenCC 1.4.1 configurations.
- Provide synchronous
ZhConverter, streamingZhTransformer, and batchconvertAllAPIs. - Provide
run/runFromConfigNamescoped APIs for automatic native handle cleanup. - Support native shared libraries on Android, iOS, macOS, Windows, and Linux.
- Bundle dictionaries as Flutter package assets and resolve them at runtime.
- Include a CLI supporting text, files, stdin/stdout, and in-place replacement.
- Preserve non-Chinese content, including punctuation, English, numbers, line breaks, and emoji.