fuzzy_bolt 1.1.4 copy "fuzzy_bolt: ^1.1.4" to clipboard
fuzzy_bolt: ^1.1.4 copied to clipboard

A high-performance fuzzy search algorithm in Dart, designed for intelligent auto-suggestions, typo tolerance, and fast string matching.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fuzzy_bolt

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

dependencies:
  fuzzy_bolt: ^1.1.4

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fuzzy_bolt/fuzzy_bolt.dart';
6
likes
0
points
404
downloads

Publisher

verified publishervishwakarthik.in

Weekly Downloads

A high-performance fuzzy search algorithm in Dart, designed for intelligent auto-suggestions, typo tolerance, and fast string matching.

Repository (GitHub)
View/report issues

Topics

#fuzzy-search #search-ranking #text-processing #auto-suggestions #ranking

License

unknown (license)

Dependencies

collection

More

Packages that depend on fuzzy_bolt