refactor (dep): Introduce more submodules and update fl_lib submodule (#1060)

* refactor (dep): Introduce more submodules and update fl_lib submodule

* chore: Add default branch configuration for submodules
This commit is contained in:
GT610
2026-02-28 20:21:55 +08:00
committed by GitHub
parent bc69686d16
commit ac4607371a
7 changed files with 28 additions and 27 deletions

12
.gitmodules vendored
View File

@@ -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
packages/circle_chart Submodule

Submodule packages/circle_chart added at 449a3fa7e8

View File

@@ -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
@@ -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
@@ -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

View File

@@ -42,9 +42,7 @@ 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:
@@ -52,21 +50,15 @@ dependencies:
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