From a6f413cc5c1acebc3a9baeed158b4c1a821d8aaa Mon Sep 17 00:00:00 2001 From: andrei Date: Thu, 4 Nov 2021 11:37:36 -0400 Subject: [PATCH] changed icon and Readme --- README.md | 18 +++++------------- lib/box_checker.dart | 2 +- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index bb13ba0..f546f93 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,8 @@ -# boxchecker +# BoxChecker -A new Flutter project. +Simple todo list app with templates built on flutter -## Getting Started +## General -This project is a starting point for a Flutter application. - -A few resources to get you started if this is your first Flutter project: - -- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab) -- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook) - -For help getting started with Flutter, view our -[online documentation](https://flutter.dev/docs), which offers tutorials, -samples, guidance on mobile development, and a full API reference. +No bells and whistles but you can create new check lists or ones based on +templates. You can even check things off those lists. diff --git a/lib/box_checker.dart b/lib/box_checker.dart index 4f7d443..af01e2f 100644 --- a/lib/box_checker.dart +++ b/lib/box_checker.dart @@ -166,7 +166,7 @@ class _MainListPageState extends State { label: "Lists", ), BottomNavigationBarItem( - icon: Icon(Icons.folder_open), + icon: Icon(Icons.list_alt), label: "Templates", ), ]));