flutter_lindera_tantivy 0.1.0
flutter_lindera_tantivy: ^0.1.0 copied to clipboard
High-performance full-text search Flutter plugin using Tantivy engine with Lindera morphological analysis for Korean, Japanese, and Chinese languages.
0.1.0 - 2025-11-10 #
Added #
- High-performance full-text search using Tantivy engine
- Lindera morphological analysis support for Korean, Japanese, and Chinese languages
- FFI plugin support for multiple platforms (Android, iOS, Linux, macOS, Windows)
- Flutter Rust Bridge integration (v2.11.1)
- CocoaPods integration for iOS
- Cross-platform native code implementation
Changed #
- Updated minimum Dart SDK requirement to ^3.9.2
- Updated minimum Flutter version to 3.3.0
- Migrated to flutter_rust_bridge 2.11.1
Dependencies #
- flutter_rust_bridge: 2.11.1
- plugin_platform_interface: ^2.1.8
0.0.1 #
- Initial release of flutter_lindera_tantivy
- Flutter plugin for Lindera Tantivy - Japanese morphological analysis and full-text search
- Support for Japanese text tokenization using Lindera
- Full-text search capabilities powered by Tantivy
- Cross-platform support for iOS, Android, and other Flutter-supported platforms
- Example application demonstrating basic usage