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:
12
.gitmodules
vendored
12
.gitmodules
vendored
@@ -18,3 +18,15 @@
|
|||||||
path = packages/server_box_monitor
|
path = packages/server_box_monitor
|
||||||
url = https://github.com/lollipopkit/server_box_monitor
|
url = https://github.com/lollipopkit/server_box_monitor
|
||||||
branch = main
|
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
1
packages/circle_chart
Submodule
Submodule packages/circle_chart added at 449a3fa7e8
Submodule packages/fl_lib updated: 9e2269adcd...c1d32f89cd
1
packages/plain_notification_token
Submodule
1
packages/plain_notification_token
Submodule
Submodule packages/plain_notification_token added at 5f56dc56a6
1
packages/watch_connectivity
Submodule
1
packages/watch_connectivity
Submodule
Submodule packages/watch_connectivity added at 13e42750a8
24
pubspec.lock
24
pubspec.lock
@@ -244,11 +244,9 @@ packages:
|
|||||||
circle_chart:
|
circle_chart:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "packages/circle_chart"
|
||||||
ref: main
|
relative: true
|
||||||
resolved-ref: "449a3fa7e886869e87ea10ab56f99be3f16f2c1f"
|
source: path
|
||||||
url: "https://github.com/lollipopkit/circle_chart"
|
|
||||||
source: git
|
|
||||||
version: "0.0.3"
|
version: "0.0.3"
|
||||||
cli_config:
|
cli_config:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
@@ -1168,11 +1166,9 @@ packages:
|
|||||||
plain_notification_token:
|
plain_notification_token:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "packages/plain_notification_token"
|
||||||
ref: "v1.0.23"
|
relative: true
|
||||||
resolved-ref: "5f56dc56a6670e2533b0caa7d09d31d16e6c7663"
|
source: path
|
||||||
url: "https://github.com/lollipopkit/plain_notification_token"
|
|
||||||
source: git
|
|
||||||
version: "0.0.4"
|
version: "0.0.4"
|
||||||
platform:
|
platform:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
@@ -1766,11 +1762,9 @@ packages:
|
|||||||
watch_connectivity:
|
watch_connectivity:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "packages/watch_connectivity"
|
||||||
ref: "v1.0.85"
|
relative: true
|
||||||
resolved-ref: "13e42750a8f8dbf9a6c7890198b0dd18283a0692"
|
source: path
|
||||||
url: "https://github.com/lollipopkit/watch_connectivity"
|
|
||||||
source: git
|
|
||||||
version: "0.1.5"
|
version: "0.1.5"
|
||||||
watcher:
|
watcher:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
|
|||||||
14
pubspec.yaml
14
pubspec.yaml
@@ -42,9 +42,7 @@ dependencies:
|
|||||||
dartssh2:
|
dartssh2:
|
||||||
path: packages/dartssh2
|
path: packages/dartssh2
|
||||||
circle_chart:
|
circle_chart:
|
||||||
git:
|
path: packages/circle_chart
|
||||||
url: https://github.com/lollipopkit/circle_chart
|
|
||||||
ref: main
|
|
||||||
xterm:
|
xterm:
|
||||||
path: packages/xterm
|
path: packages/xterm
|
||||||
computer:
|
computer:
|
||||||
@@ -52,21 +50,15 @@ dependencies:
|
|||||||
url: https://github.com/lollipopkit/dart_computer
|
url: https://github.com/lollipopkit/dart_computer
|
||||||
ref: v1.0.88
|
ref: v1.0.88
|
||||||
watch_connectivity:
|
watch_connectivity:
|
||||||
git:
|
path: packages/watch_connectivity
|
||||||
url: https://github.com/lollipopkit/watch_connectivity
|
|
||||||
ref: v1.0.85
|
|
||||||
plain_notification_token:
|
plain_notification_token:
|
||||||
git:
|
path: packages/plain_notification_token
|
||||||
url: https://github.com/lollipopkit/plain_notification_token
|
|
||||||
ref: v1.0.23
|
|
||||||
fl_lib:
|
fl_lib:
|
||||||
path: packages/fl_lib
|
path: packages/fl_lib
|
||||||
|
|
||||||
dependency_overrides:
|
dependency_overrides:
|
||||||
# webdav_client_plus:
|
# webdav_client_plus:
|
||||||
# path: ../webdav_client
|
# path: ../webdav_client
|
||||||
# fl_build:
|
|
||||||
# path: ../fl_build
|
|
||||||
gtk: # TODO: remove it after fixed in upstream
|
gtk: # TODO: remove it after fixed in upstream
|
||||||
git:
|
git:
|
||||||
url: https://github.com/lollipopkit/gtk.dart
|
url: https://github.com/lollipopkit/gtk.dart
|
||||||
|
|||||||
Reference in New Issue
Block a user