ffuzzy 0.1.2 copy "ffuzzy: ^0.1.2" to clipboard
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 ffuzzy

With Flutter:

 $ flutter pub add ffuzzy

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ffuzzy: ^0.1.2

Alternatively, 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';
0
likes
0
points
334
downloads

Publisher

unverified uploader

Weekly Downloads

高性能模糊搜索:基于 nucleo (Rust) + flutter_rust_bridge,支持对象/字符串搜索、命中高亮、同步/异步,十万级数据比常见纯 Dart 库快 45–300 倍。

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_rust_bridge

More

Packages that depend on ffuzzy

Packages that implement ffuzzy