ffuzzy 0.1.2
ffuzzy: ^0.1.2 copied to clipboard
高性能模糊搜索:基于 nucleo (Rust) + flutter_rust_bridge,支持对象/字符串搜索、命中高亮、同步/异步,十万级数据比常见纯 Dart 库快 45–300 倍。
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ffuzzyWith Flutter:
$ flutter pub add ffuzzyThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ffuzzy: ^0.1.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:ffuzzy/ffuzzy.dart';