mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2026-02-23 00:24:20 +01:00
update: README
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
class BuildData {
|
||||
static const String name = "ServerBox";
|
||||
static const int build = 488;
|
||||
static const int build = 489;
|
||||
static const String engine = "3.10.6";
|
||||
static const String buildAt = "2023-08-20 22:00:57.355648";
|
||||
static const int modifications = 4;
|
||||
static const String buildAt = "2023-08-20 22:40:51.896334";
|
||||
static const int modifications = 3;
|
||||
}
|
||||
|
||||
@@ -153,8 +153,12 @@ class _ServerPageState extends State<ServerPage>
|
||||
return Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
Padding(padding: const EdgeInsets.symmetric(horizontal: 7), child: _buildTagsSwitcher(pro),),
|
||||
Expanded(child: Row(
|
||||
Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 7),
|
||||
child: _buildTagsSwitcher(pro),
|
||||
),
|
||||
Expanded(
|
||||
child: Row(
|
||||
children: [
|
||||
Expanded(
|
||||
child: _buildBodySmall(
|
||||
|
||||
Reference in New Issue
Block a user