Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

这里改好了 #5

Closed
william-xue opened this issue Mar 3, 2021 · 1 comment
Closed

这里改好了 #5

william-xue opened this issue Mar 3, 2021 · 1 comment

Comments

@william-xue
Copy link

_bottomItem(String title, String normalIcon, String selectIcon) {
return BottomNavigationBarItem(
icon: Image.asset(normalIcon, width: 24, height: 24),
activeIcon: Image.asset(selectIcon, width: 24, height: 24),
// title:title);
title: Padding(
padding: EdgeInsets.only(top: 5),
child: Text(title,
style: TextStyle(color: Color(0xff000000), fontSize: 14))),
);
}

@fmtjava
Copy link
Owner

fmtjava commented Mar 4, 2021

前阵子升级Flutter SDK版本,label是1.12版本推荐使用的,你可以升级一下你的本地Flutter SDK

@fmtjava fmtjava closed this as completed Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants