flutter_lindera_tantivy 0.0.1 copy "flutter_lindera_tantivy: ^0.0.1" to clipboard
flutter_lindera_tantivy: ^0.0.1 copied to clipboard

High-performance full-text search Flutter plugin using Tantivy engine with Lindera morphological analysis for Korean, Japanese, and Chinese languages.

example/lib/main.dart

import 'package:flutter/foundation.dart' show kIsWeb;
import 'package:flutter/material.dart';
import 'package:flutter_lindera_tantivy/flutter_lindera_tantivy.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';

import 'app.dart';

Future<void> main() async {
  WidgetsFlutterBinding.ensureInitialized();

  // 웹 플랫폼에서는 Rust FFI를 지원하지 않음
  if (!kIsWeb) {
    await RustLib.init();
  }

  runApp(const ProviderScope(child: MyApp()));
}
0
likes
160
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

High-performance full-text search Flutter plugin using Tantivy engine with Lindera morphological analysis for Korean, Japanese, and Chinese languages.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_rust_bridge, plugin_platform_interface

More

Packages that depend on flutter_lindera_tantivy

Packages that implement flutter_lindera_tantivy