A To Do app in Flutter. Because we totally needed another one. It's not on Play Store or the App Store so don't worry about it.
- You'll need the Flutter tools installed first. Check the documentation.
- Clone the repository and
cd
into it. - Plug in your phone via USB to your computer. Make sure USB debugging is on.
- Run
flutter build apk
to create an Android apk (flutter build ios
if you're on a Mac and you want an iPhone app). - Run
flutter install
to install the app on to your phone.
- Touch the '+' button to add new items to the list.
- Enter the item name and touch the
add item
button to add it to the list. - Long press an item to delete it.
- Touch the 'delete sweep' icon at the top right to clear the list.