mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
fix: linux build script
This commit is contained in:
@@ -95,7 +95,8 @@ class ServerFuncBtns extends StatelessWidget {
|
||||
// );
|
||||
return Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceAround,
|
||||
children: Stores.setting.serverFuncBtns.fetch()
|
||||
children: Stores.setting.serverFuncBtns
|
||||
.fetch()
|
||||
.map(
|
||||
(e) => IconButton(
|
||||
onPressed: () => _onTapMoreBtns(e, spi, context),
|
||||
|
||||
Reference in New Issue
Block a user