migrate: flutter 3.32

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-05-25 17:05:46 +08:00
parent 7e16d2f159
commit 9547d92ac5
25 changed files with 1380 additions and 825 deletions

View File

@@ -52,7 +52,7 @@ class ServerFuncBtns extends StatelessWidget {
if (btns.isEmpty) return UIs.placeholder;
return SizedBox(
height: 70,
height: 74,
child: ListView.builder(
itemCount: btns.length,
scrollDirection: Axis.horizontal,