Skip to content
Merged
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
12 changes: 12 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,15 @@
path = packages/server_box_monitor
url = https://github.com/lollipopkit/server_box_monitor
branch = main
[submodule "circle_chart"]
path = packages/circle_chart
url = https://github.com/lollipopkit/circle_chart
branch = main
[submodule "plain_notification_token"]
path = packages/plain_notification_token
url = https://github.com/lollipopkit/plain_notification_token
branch = master
[submodule "watch_connectivity"]
path = packages/watch_connectivity
url = https://github.com/lollipopkit/watch_connectivity
branch = master
1 change: 1 addition & 0 deletions packages/circle_chart
Submodule circle_chart added at 449a3f
2 changes: 1 addition & 1 deletion packages/fl_lib
Submodule fl_lib updated 1 files
+1 −1 pubspec.yaml
1 change: 1 addition & 0 deletions packages/plain_notification_token
1 change: 1 addition & 0 deletions packages/watch_connectivity
Submodule watch_connectivity added at 13e427
24 changes: 9 additions & 15 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,9 @@ packages:
circle_chart:
dependency: "direct main"
description:
path: "."
ref: main
resolved-ref: "449a3fa7e886869e87ea10ab56f99be3f16f2c1f"
url: "https://github.com/lollipopkit/circle_chart"
source: git
path: "packages/circle_chart"
relative: true
source: path
version: "0.0.3"
cli_config:
dependency: transitive
Expand Down Expand Up @@ -1168,11 +1166,9 @@ packages:
plain_notification_token:
dependency: "direct main"
description:
path: "."
ref: "v1.0.23"
resolved-ref: "5f56dc56a6670e2533b0caa7d09d31d16e6c7663"
url: "https://github.com/lollipopkit/plain_notification_token"
source: git
path: "packages/plain_notification_token"
relative: true
source: path
version: "0.0.4"
platform:
dependency: transitive
Expand Down Expand Up @@ -1766,11 +1762,9 @@ packages:
watch_connectivity:
dependency: "direct main"
description:
path: "."
ref: "v1.0.85"
resolved-ref: "13e42750a8f8dbf9a6c7890198b0dd18283a0692"
url: "https://github.com/lollipopkit/watch_connectivity"
source: git
path: "packages/watch_connectivity"
relative: true
source: path
version: "0.1.5"
watcher:
dependency: transitive
Expand Down
14 changes: 3 additions & 11 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,31 +42,23 @@ dependencies:
dartssh2:
path: packages/dartssh2
circle_chart:
git:
url: https://github.com/lollipopkit/circle_chart
ref: main
path: packages/circle_chart
xterm:
path: packages/xterm
computer:
git:
url: https://github.com/lollipopkit/dart_computer
ref: v1.0.88
watch_connectivity:
git:
url: https://github.com/lollipopkit/watch_connectivity
ref: v1.0.85
path: packages/watch_connectivity
plain_notification_token:
git:
url: https://github.com/lollipopkit/plain_notification_token
ref: v1.0.23
path: packages/plain_notification_token
fl_lib:
path: packages/fl_lib

dependency_overrides:
# webdav_client_plus:
# path: ../webdav_client
# fl_build:
# path: ../fl_build
gtk: # TODO: remove it after fixed in upstream
git:
url: https://github.com/lollipopkit/gtk.dart
Expand Down