mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-05-21 23:06:33 +08:00
feat:数据库更新 cupertino 组件
This commit is contained in:
BIN
assets/app.db
BIN
assets/app.db
Binary file not shown.
@ -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<CollectionPage> {
|
||||
if (_collectionList[index - 1].name.endsWith('Doc')) {
|
||||
_icons = Icons.library_books;
|
||||
} else {
|
||||
_icons = Icons.bookmark;
|
||||
_icons = Icons.language;
|
||||
}
|
||||
} else {
|
||||
_icons = Icons.extension;
|
||||
|
@ -38,7 +38,7 @@ class _DemoState extends State<Demo> {
|
||||
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',
|
||||
);
|
||||
|
Reference in New Issue
Block a user