mecab_for_flutter 1.0.5
mecab_for_flutter: ^1.0.5 copied to clipboard
Flutter plugin which provides binding to Mecab library (Japanese Morphological Analyzer)
Mecab for Flutter #
1.0.5 #
- Removed web related code from native code
1.0.4 #
- Fixed: compilation with Flutter 3.29
1.0.3 #
- Include example for analysis
- Require higher
mecab_for_dart
version
1.0.2 #
- Fixed analysis issues
- Updated README
1.0.1 #
- Correctly export libraries on native and web
1.0.0 #
- Initial stable release
- Support for all platforms tested
0.0.3 #
- Linux support
0.0.2 #
- Corrected support matrix
0.0.1 #
- Initial release (may not work on Linux)
- Support for (tested):
- android, ios, macos, web (js only)
- Supprt for (untested):
- linux, windows