更新flutter版本

This commit is contained in:
toly
2022-01-08 21:12:08 +08:00
parent 6e83586f9e
commit 6bc10a2eee
16 changed files with 190 additions and 229 deletions

View File

@@ -109,9 +109,7 @@ class _CustomScaffoldState extends State with SingleTickerProviderStateMixin {
showSelectedLabels: true,
items: iconsMap.keys
.map((key) => BottomNavigationBarItem(
title: Text(
key,
),
label: key,
icon: Icon(iconsMap[key]),
backgroundColor: _colors[_position]))
.toList(),