Files
flutter_opencode_client/.gitmodules
GT610 3532844879 fix(ssh): Fixed the logic for handling font paths (#1093)
* fix(ssh): Fixed the logic for handling font paths

Correctly handles font filenames to avoid duplicate file extensions. Also optimized the logic for copying font files to ensure path accuracy.

Add an issue participant

* fix (Settings): Fixed the font clearing feature and added cache cleanup

On the SSH settings page, we fixed an issue where the font clearing feature failed to clear the cache and added logic to clear cached font files. Additionally, we changed the clearing operation to run asynchronously to ensure the page closes only after the operation is complete.

* fix: Check if the component has been mounted before popping the context

Avoid calling `context.pop()` when the component is unmounted, which causes an exception
2026-03-28 11:23:39 +08:00

33 lines
1004 B
Plaintext

[submodule "dartssh2"]
path = packages/dartssh2
url = https://github.com/lollipopkit/dartssh2
branch = master
[submodule "xterm"]
path = packages/xterm
url = https://github.com/lollipopkit/xterm.dart
branch = master
[submodule "fl_lib"]
path = packages/fl_lib
url = https://github.com/lollipopkit/fl_lib
branch = main
[submodule "fl_build"]
path = packages/fl_build
url = https://github.com/lppcg/fl_build.git
branch = main
[submodule "server_box_monitor"]
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