language_tool 2.2.0 language_tool: ^2.2.0 copied to clipboard
Dart library for checking text for grammar and spelling mistakes using the language tool API.
Changelog #
2.2.0 - 2023-05-29 #
2.1.1 #
- FEAT: Added support for
context
andshortMessage
for writing mistakes. - REFACTOR: Changed style to Very good analysis
2.1.0 #
- FEAT: Added support for
languages
function - FIX: Changed typos in class names and methods
- DOCS: Improved readme and added more documentation to classes.
- REFACTOR: Changed folder structure.
- Update dependencies
- Update Dart version to 2.15
- Update tests to match LanguageToolAPI responses
2.0.0 #
- added support for null-safety
1.1.0 #
- HTTP and test dependency version update
1.0.0 #
- Initial version, created by Stagehand