languagetool_textfield 1.0.0 copy "languagetool_textfield: ^1.0.0" to clipboard
languagetool_textfield: ^1.0.0 copied to clipboard

The LanguageTool TextField package is a spell-checker designed for Flutter apps. This is useful for apps that need text input like messaging, notes, and email.

example/lib/main.dart

import 'package:app/app.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(
    const MaterialApp(
      home: App(),
    ),
  );
}
94
likes
160
points
2.53k
downloads

Documentation

API reference

Publisher

verified publishersolid.software

Weekly Downloads

The LanguageTool TextField package is a spell-checker designed for Flutter apps. This is useful for apps that need text input like messaging, notes, and email.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

async, collection, flutter, http, meta, pointer_interceptor, throttling

More

Packages that depend on languagetool_textfield