图标更换

pull/1/head
张萌 3 years ago
parent 545cdbb1d6
commit 97403bedba

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

File diff suppressed because it is too large Load Diff

@ -89,7 +89,7 @@ class _SplashPageState extends State<SplashPage> {
debug: DeveloperUtil.dev, debug: DeveloperUtil.dev,
); );
Future.delayed(Duration(milliseconds: 0), () async { Future.delayed(Duration(milliseconds: 1000), () async {
// //
await Hive.initFlutter(); await Hive.initFlutter();
await HiveStore.init(); await HiveStore.init();

@ -1,4 +1,5 @@
import 'package:aku_new_community/const/resource.dart'; import 'package:aku_new_community/const/resource.dart';
import 'package:aku_new_community/gen/assets.gen.dart';
import 'package:aku_new_community/pages/sign/login/other_login_page.dart'; import 'package:aku_new_community/pages/sign/login/other_login_page.dart';
import 'package:aku_new_community/provider/app_provider.dart'; import 'package:aku_new_community/provider/app_provider.dart';
import 'package:aku_new_community/ui/community/community_views/community_page.dart'; import 'package:aku_new_community/ui/community/community_views/community_page.dart';
@ -82,28 +83,24 @@ class _TabNavigatorState extends State<TabNavigator>
List<BottomNavigationBarItem> _bottomNav = <BottomNavigationBarItem>[ List<BottomNavigationBarItem> _bottomNav = <BottomNavigationBarItem>[
_buildBottomBar( _buildBottomBar(
'首页', '首页',
R.ASSETS_ICONS_TABBAR_HOME_NO_PNG, Assets.home.icShouyeNor.path,
R.ASSETS_ICONS_TABBAR_HOME_PNG, Assets.home.icShouyeSel.path,
), ),
_buildBottomBar( _buildBottomBar(
'商城', '商城',
R.ASSETS_ICONS_TABBAR_MARKET_NO_PNG, R.ASSETS_ICONS_TABBAR_MARKET_NO_PNG,
R.ASSETS_ICONS_TABBAR_MARKET_PNG, R.ASSETS_ICONS_TABBAR_MARKET_PNG,
), ),
// _buildBottomBar( BottomNavigationBarItem(icon: Container()),
// '物业',
// R.ASSETS_ICONS_TABBAR_HOUSE_NO_PNG,
// R.ASSETS_ICONS_TABBAR_HOUSE_PNG,
// ),
_buildBottomBar( _buildBottomBar(
'社区', '社区',
R.ASSETS_ICONS_TABBAR_MESSAGE_NO_PNG, Assets.home.icShequNor.path,
R.ASSETS_ICONS_TABBAR_MESSAGE_PNG, Assets.home.icShequSel.path,
), ),
_buildBottomBar( _buildBottomBar(
'我的', '我的',
R.ASSETS_ICONS_TABBAR_USER_NO_PNG, Assets.home.icWodeNor.path,
R.ASSETS_ICONS_TABBAR_USER_PNG, Assets.home.icWodeSel.path,
), ),
]; ];
return BeeScaffold( return BeeScaffold(

Loading…
Cancel
Save