changed icon and Readme
This commit is contained in:
parent
9bc0310205
commit
a6f413cc5c
18
README.md
18
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.
|
||||
|
|
|
|||
|
|
@ -166,7 +166,7 @@ class _MainListPageState extends State<MainListPage> {
|
|||
label: "Lists",
|
||||
),
|
||||
BottomNavigationBarItem(
|
||||
icon: Icon(Icons.folder_open),
|
||||
icon: Icon(Icons.list_alt),
|
||||
label: "Templates",
|
||||
),
|
||||
]));
|
||||
|
|
|
|||
Loading…
Reference in New Issue