native_spell_checker 0.4.0 copy "native_spell_checker: ^0.4.0" to clipboard
native_spell_checker: ^0.4.0 copied to clipboard

A Flutter plugin for native OS spell checking on desktop (Windows, Linux) — zero bundled dictionaries, uses the operating system's built-in spell checker. On Android, it defers to Flutter's built-in D [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add native_spell_checker

With Flutter:

 $ flutter pub add native_spell_checker

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

dependencies:
  native_spell_checker: ^0.4.0

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:native_spell_checker/native_spell_checker.dart';
1
likes
0
points
209
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for native OS spell checking on desktop (Windows, Linux) — zero bundled dictionaries, uses the operating system's built-in spell checker. On Android, it defers to Flutter's built-in DefaultSpellCheckService.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

ffi, flutter, win32

More

Packages that depend on native_spell_checker

Packages that implement native_spell_checker