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
-17
View File
@@ -656,15 +656,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "4.9.0"
languagetool_textfield:
dependency: "direct main"
description:
path: "."
ref: twake-supported
resolved-ref: f47dd9829e145acc795b4e3e62f8bc668135fcd6
url: "https://github.com/dab246/languagetool_textfield.git"
source: git
version: "0.1.0"
leak_tracker:
dependency: transitive
description:
@@ -1055,14 +1046,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.7.0"
throttling:
dependency: transitive
description:
name: throttling
sha256: e48a4c681b1838b8bf99c1a4f822efe43bb69132f9a56091cd5b7d931c862255
url: "https://pub.dev"
source: hosted
version: "2.0.1"
timing:
dependency: transitive
description:
-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