fuse_dart 1.0.1 copy "fuse_dart: ^1.0.1" to clipboard
fuse_dart: ^1.0.1 copied to clipboard

A pure Dart port of Fuse.js, a lightweight fuzzy-search library with extended search syntax, weighted keys, and Bitap scoring.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fuse_dart

With Flutter:

 $ flutter pub add fuse_dart

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

dependencies:
  fuse_dart: ^1.0.1

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:fuse_dart/fuse_dart.dart';
1
likes
160
points
44
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A pure Dart port of Fuse.js, a lightweight fuzzy-search library with extended search syntax, weighted keys, and Bitap scoring.

Repository (GitHub)
View/report issues

Topics

#fuzzy-search #search #fuse #string-matching #text-search

License

Apache-2.0 (license)

Dependencies

unorm_dart

More

Packages that depend on fuse_dart