fuzzysearch 0.1.2 copy "fuzzysearch: ^0.1.2" to clipboard
fuzzysearch: ^0.1.2 copied to clipboard

Fuzzy search in Dart. Initially a code conversion, subset of Fuse.js.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fuzzysearch

With Flutter:

 $ flutter pub add fuzzysearch

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

dependencies:
  fuzzysearch: ^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:fuzzysearch/fuzzysearch.dart';
8
likes
150
points
1.51k
downloads

Publisher

verified publishertomasweigenast.me

Weekly Downloads

Fuzzy search in Dart. Initially a code conversion, subset of Fuse.js.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

async_task, latinize

More

Packages that depend on fuzzysearch