From c9380086fea1c8128205485547ff3bae633a9b54 Mon Sep 17 00:00:00 2001 From: "yifeng.yl" Date: Tue, 15 Jan 2019 10:56:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=95=B0=E6=8D=AE=E5=BA=93=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=20cupertino=20=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/app.db | Bin 53248 -> 53248 bytes lib/views/collection_page.dart | 4 ++-- .../BottomNavigationBarItem/index.dart | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/app.db b/assets/app.db index a59b04be9eebb3f68acc42592a396850da90e3d8..911c9dd69754755f9f7bf91daeb94d6b8453f1d8 100644 GIT binary patch delta 2037 zcmaJ>TTc@~6g~yi4otTsXcRFKu^_irP>EPfs8kV+n8p(0gGRR71yIs#I<-2uEcg6F#po+2fmeSf!1xo6|@m1y(so;u3Cf>#t@!pm)?HruspTmu+i&%&(6d1|(_b1h;2YRou~9Ky5w55z|5z@RH=ti=1_@}deQk+6v8$&^2ZD}{-Br76 z)&68$R1#859+0A<5|D&ZQDJdXlphwuvJe)dvU_9o{*Tprz2q2zH|Bsq$}?JjcSLzgA-Rz4XcW+ZZ&9AVVMhk^n>G$cpDW(%EDDar8hl6C|w zEtWKTcvDOGkRCF{ZB}vcmXr`ia{C*h%1~b>hY_4TTex*FBHa{~OX83sj*a-`SVEB_ zc`wEy!+3yr5S%$j*9vz zhb@T}EijVul2%5qB2w5iGkO}T9y8QF(t@D9y(k?)Z%!m+I;mimVOaE%X6xt%gbQ)80z&bU4IU*~0u@N#h_L5qwxTupxm>2u#tDV{U7}<}Y YzP>Q+Q}KANZvB5=my@Mk*T2XA0hP_gwg3PC delta 332 zcmZozz}&Ead4e?K@rg3djK?=7ER<*GiC`$>31FDaq43r^fd>LRc<{pj9t^ly&_ID( zfSs9%iD5RwY@P)S91OD3|*79BmAPfwbYCoBvk6B;_%NKcoO$Jdvyje*U_XL5#K zIwRNQ3wkyJ3_?0O{7MWw+S)*pO-pODjQ%+R#(A4x+e-@Yu<)xe@Neg@;Sc6l0eVw} Kf3r&bodN)rg-kC1 diff --git a/lib/views/collection_page.dart b/lib/views/collection_page.dart index 1629b67e..b1e0fe60 100644 --- a/lib/views/collection_page.dart +++ b/lib/views/collection_page.dart @@ -2,7 +2,7 @@ * @Author: 一凨 * @Date: 2019-01-08 17:12:58 * @Last Modified by: 一凨 - * @Last Modified time: 2019-01-14 20:02:46 + * @Last Modified time: 2019-01-14 20:13:28 */ import 'package:flutter/material.dart'; import '../model/collection.dart'; @@ -78,7 +78,7 @@ class _CollectionPageState extends State { if (_collectionList[index - 1].name.endsWith('Doc')) { _icons = Icons.library_books; } else { - _icons = Icons.bookmark; + _icons = Icons.language; } } else { _icons = Icons.extension; diff --git a/lib/widgets/components/Navigation/BottomNavigationBarItem/index.dart b/lib/widgets/components/Navigation/BottomNavigationBarItem/index.dart index f28b77a5..00b042df 100644 --- a/lib/widgets/components/Navigation/BottomNavigationBarItem/index.dart +++ b/lib/widgets/components/Navigation/BottomNavigationBarItem/index.dart @@ -38,7 +38,7 @@ class _DemoState extends State { Widget build(BuildContext context) { return WidgetDemo( title: 'BottomNavigationBarItem', - codeUrl: 'components/Bar/BottomNavigationBarItem/demo.dart', + codeUrl: 'components/Navigation/BottomNavigationBarItem/demo.dart', contentList: [allCheckboxs(context, this)], docUrl: 'https://docs.flutter.io/flutter/widgets/BottomNavigationBarItem-class.html', );