languagetool_textfield 1.0.0
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.
import 'package:app/app.dart';
import 'package:flutter/material.dart';
void main() {
runApp(
const MaterialApp(
home: App(),
),
);
}