changed icon and Readme

This commit is contained in:
andrei 2021-11-04 11:37:36 -04:00
parent 9bc0310205
commit a6f413cc5c
2 changed files with 6 additions and 14 deletions

View File

@ -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.

View File

@ -166,7 +166,7 @@ class _MainListPageState extends State<MainListPage> {
label: "Lists",
),
BottomNavigationBarItem(
icon: Icon(Icons.folder_open),
icon: Icon(Icons.list_alt),
label: "Templates",
),
]));