diff --git a/pubspec.lock b/pubspec.lock index 4d7a7c31..07719ab1 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1006,9 +1006,11 @@ packages: xterm: dependency: "direct main" description: - path: "../xterm.dart" - relative: true - source: path + path: "." + ref: master + resolved-ref: "8039a582d855428cec49b23641bcfcafd6682574" + url: "https://github.com/lollipopkit/xterm.dart" + source: git version: "3.4.1" yaml: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index ae809bff..b7cf0ab8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -54,8 +54,11 @@ dependencies: intl: ^0.17.0 share_plus_web: ^3.1.0 # xterm: ^3.4.1 - xterm: - path: ../xterm.dart + xterm: + # path: ../xterm.dart + git: + ref: master + url: https://github.com/lollipopkit/xterm.dart file_picker: ^5.2.5 plain_notification_token: ^0.0.4