mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
@@ -71,7 +71,6 @@ Future<void> _initApp() async {
|
|||||||
|
|
||||||
final windowSize = Stores.setting.windowSize.fetch().toSize();
|
final windowSize = Stores.setting.windowSize.fetch().toSize();
|
||||||
final hideTitleBar = Stores.setting.hideTitleBar.fetch();
|
final hideTitleBar = Stores.setting.hideTitleBar.fetch();
|
||||||
print('windowSize: $windowSize, hideTitleBar: $hideTitleBar');
|
|
||||||
SystemUIs.initDesktopWindow(
|
SystemUIs.initDesktopWindow(
|
||||||
hideTitleBar: hideTitleBar,
|
hideTitleBar: hideTitleBar,
|
||||||
size: windowSize,
|
size: windowSize,
|
||||||
|
|||||||
@@ -385,8 +385,8 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: "v1.0.47"
|
ref: "v1.0.48"
|
||||||
resolved-ref: ea605db48e626fa08f06b2056510ed4887ade087
|
resolved-ref: "48e91d023afa5c73970c75b8fc1f5dffa0c809d7"
|
||||||
url: "https://github.com/lppcg/fl_lib"
|
url: "https://github.com/lppcg/fl_lib"
|
||||||
source: git
|
source: git
|
||||||
version: "0.0.1"
|
version: "0.0.1"
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ dependencies:
|
|||||||
fl_lib:
|
fl_lib:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/lppcg/fl_lib
|
url: https://github.com/lppcg/fl_lib
|
||||||
ref: v1.0.47
|
ref: v1.0.48
|
||||||
|
|
||||||
dependency_overrides:
|
dependency_overrides:
|
||||||
# dartssh2:
|
# dartssh2:
|
||||||
|
|||||||
Reference in New Issue
Block a user