novident_spell_checker 1.0.1
novident_spell_checker: ^1.0.1 copied to clipboard
Spelling correction & fuzzy search based on the symmetric delete spelling correction algorithm. Dart port of symspell-ex with some extra things.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add novident_spell_checkerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
novident_spell_checker: ^1.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:novident_spell_checker/novident_spell_checker.dart';