languagetool_textfield 0.1.1 languagetool_textfield: ^0.1.1 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.
0.1.1 #
- Fix changelog
0.1.0 #
- Moved implementation into the
src
directory - Updated dependencies
- Add some properties (cursorColor, onTextChange, focusNode, onTextSubmitted, ...) for TextField Credits: @dab246
- Replace deprecated MaterialStateMouseCursor
0.0.6 #
- Add textAlign and textDirection arguments to LanguageToolTextField constructor
- Enforce utf-8 decoding format for LanguageTool API responses.
Credits: @Semsem-programmer
0.0.5 #
Fixed a mistake found in the "Getting Started" section
0.0.4 #
Simpler and cleaner API. Documentation updates.
0.0.3 #
Update pub.dev image links.
0.0.2 #
Update pub.dev image links.
0.0.1 #
Initial release that provides basic suggestions.