Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HOT-FIX] Use specific version on pub.dev for languagetool_textfield dependency #3165

Open
wants to merge 1 commit into
base: refactor
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions contact/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -683,11 +683,10 @@ packages:
languagetool_textfield:
dependency: transitive
description:
path: "."
ref: twake-supported
resolved-ref: f47dd9829e145acc795b4e3e62f8bc668135fcd6
url: "https://github.com/dab246/languagetool_textfield.git"
source: git
name: languagetool_textfield
sha256: "6b3d97445f1a82ff2cba39151cacebd3ef797c26aaeae0e13efcb1ffb89f1e80"
url: "https://pub.dev"
source: hosted
version: "0.1.0"
leak_tracker:
dependency: transitive
Expand Down
9 changes: 4 additions & 5 deletions core/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -651,11 +651,10 @@ packages:
languagetool_textfield:
dependency: "direct main"
description:
path: "."
ref: twake-supported
resolved-ref: f47dd9829e145acc795b4e3e62f8bc668135fcd6
url: "https://github.com/dab246/languagetool_textfield.git"
source: git
name: languagetool_textfield
sha256: "6b3d97445f1a82ff2cba39151cacebd3ef797c26aaeae0e13efcb1ffb89f1e80"
url: "https://pub.dev"
source: hosted
version: "0.1.0"
leak_tracker:
dependency: transitive
Expand Down
10 changes: 2 additions & 8 deletions core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@ dependencies:
flutter:
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

### Dependencies from pub.dev ###
cupertino_icons: 1.0.6

Expand Down Expand Up @@ -89,6 +81,8 @@ dependencies:

flutter_charset_detector: 3.0.0

languagetool_textfield: 0.1.0

dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
9 changes: 4 additions & 5 deletions model/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -675,11 +675,10 @@ packages:
languagetool_textfield:
dependency: transitive
description:
path: "."
ref: twake-supported
resolved-ref: f47dd9829e145acc795b4e3e62f8bc668135fcd6
url: "https://github.com/dab246/languagetool_textfield.git"
source: git
name: languagetool_textfield
sha256: "6b3d97445f1a82ff2cba39151cacebd3ef797c26aaeae0e13efcb1ffb89f1e80"
url: "https://pub.dev"
source: hosted
version: "0.1.0"
leak_tracker:
dependency: transitive
Expand Down
9 changes: 4 additions & 5 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1267,11 +1267,10 @@ packages:
languagetool_textfield:
dependency: "direct main"
description:
path: "."
ref: twake-supported
resolved-ref: f47dd9829e145acc795b4e3e62f8bc668135fcd6
url: "https://github.com/dab246/languagetool_textfield.git"
source: git
name: languagetool_textfield
sha256: "6b3d97445f1a82ff2cba39151cacebd3ef797c26aaeae0e13efcb1ffb89f1e80"
url: "https://pub.dev"
source: hosted
version: "0.1.0"
leak_tracker:
dependency: transitive
Expand Down
9 changes: 2 additions & 7 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,6 @@ dependencies:
url: https://github.com/linagora/flutter_pdf_render.git
ref: main

# 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

### Dependencies from pub.dev ###
cupertino_icons: 1.0.6

Expand Down Expand Up @@ -248,6 +241,8 @@ dependencies:

app_settings: 5.1.1

languagetool_textfield: 0.1.0

dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
Loading