fixup! Disable language tool check for text field

This commit is contained in:
dab246
2024-12-16 14:16:17 +07:00
committed by Dat H. Pham
parent ee017e8976
commit 7d9146e200
5 changed files with 0 additions and 75 deletions
-7
View File
@@ -27,13 +27,6 @@ dependencies:
sdk: flutter
### Dependencies from git ###
# TODO: We will change it when the PR in upstream repository will be merged
# https://github.com/solid-software/languagetool_textfield/pull/83
languagetool_textfield:
git:
url: https://github.com/dab246/languagetool_textfield.git
ref: twake-supported
# Sanitize_html is restricting Tags and Attributes. So some of our own tags and attributes (signature, public asset,...) will be lost when sanitizing html.
# TODO: We will change it when the PR in upstream repository will be merged
# https://github.com/google/dart-neats/pull/259