spell_checker 0.1.2+3 copy "spell_checker: ^0.1.2+3" to clipboard
spell_checker: ^0.1.2+3 copied to clipboard

Simple spell checker for Dart using Peter Norvig's algorithm

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add spell_checker

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

dependencies:
  spell_checker: ^0.1.2+3

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:spell_checker/spell_checker.dart';
9
likes
40
pub points
23%
popularity

Publisher

verified publisheralmaclaine.com

Simple spell checker for Dart using Peter Norvig's algorithm

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on spell_checker