to-do tada
a fully open source visual to-do list flutter application.
author
- abigail mabe [email protected]
my other apps
- i created weatheristic, a weather condition posting app, as a summer project with the help of dhruv patel.
license
see the license file at the root of the project.
overview
this app is a drag and drop visual to-do list. each icon is supposed to represent a to-do list item. instead of checking a box, you drag the completed icon from the “to-do” side to the “tada” side. implementing a list in this manner makes it easy to visually see how many items need completed and how many have been completed.
status
the workflow for this app utilizes github projects.
- generic to-do lists covers the basic functionality of the to-do list app.
- daily lists screen expands on the general to-do list functionaly by allowing lists to be created for and sorted by specific dates.
sitemap
initial planned sitemap.
screens
1. all lists
2. daily lists
3. other lists
packages and plugins
flutter allows the use of packages contributed by other developers. this app utilizes a variety of plugins.
- flutter_native_splash
- generates native code for the splash screen.
- flutter_settings_screens
- used to implement the settings screen. utilizes shared preferences to store user settings.
Comments are closed.