Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a-mabe/todo-tada
A fully open source visual to-do list Flutter application.
https://github.com/a-mabe/todo-tada
flutter mobile-app todolist
Last synced: about 1 month ago
JSON representation
A fully open source visual to-do list Flutter application.
- Host: GitHub
- URL: https://github.com/a-mabe/todo-tada
- Owner: a-mabe
- License: bsd-3-clause
- Created: 2021-03-18T23:43:50.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-03T19:33:47.000Z (almost 3 years ago)
- Last Synced: 2023-03-10T19:27:15.373Z (almost 2 years ago)
- Topics: flutter, mobile-app, todolist
- Language: Dart
- Homepage: https://github.com/a-mabe/todo-tada/wiki
- Size: 1.37 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
To-do Tada
A fully open source visual to-do list Flutter application.# Description
⚠️ This app is currently **in progress and actively under developement**.
✔️ Feel free to utilize GitHub issues, particularly the enhancement (feature request) tag, to suggest things as I'm developing the app.
ℹ️ Please [see the wiki](https://github.com/a-mabe/todo-tada/wiki) for more detailed information on the design, development status, and implementation of the app.
# Running from Source
1. [Install Flutter](https://flutter.dev/docs/get-started/install)
2. [Setup your editor (Android Studio, VSCode, or Emacs)](https://flutter.dev/docs/get-started/editor?tab=androidstudio)3. Clone the repository
```
git clone https://github.com/a-mabe/todo-tada.git
```4. Open the project in your editor of choice and follow the [Flutter Test Drive](https://flutter.dev/docs/get-started/test-drive?tab=androidstudio) instructions to run the application.
# Status and Contributing
The workflow for this app utilizes [GitHub Projects](https://github.com/a-mabe/todo-tada/projects).
* [Generic To-do Lists](https://github.com/a-mabe/todo-tada/projects/2) - Covers the basic functionality of the to-do list app.
* [Daily Lists Screen](https://github.com/a-mabe/todo-tada/projects/1) - Expands on the general to-do list functionaly by allowing lists to be created for and sorted by specific dates.
* [Testing](https://github.com/a-mabe/todo-tada/projects/3) - Goes over what tests need to be/have been written for the current functionality.I make all the icons for the app myself in [Inkscape](https://inkscape.org/). You can view the list of icons, suggest icons, or suggest changes to existing icons in [this Google Doc](https://docs.google.com/document/d/1pbwKDSxXyNEMPFTxxMaQqzwsmXEjMaDuyFj48iWG1UY/edit?usp=sharing).
# Author
* Abigail Mabe [[email protected]](mailto:[email protected])
## My Other Apps
* I created [Weatheristic](https://weatheristic.app/), a weather condition posting app, as a summer project with the help of [Dhruv Patel](https://github.com/dhruv282).
# License
See the [license file](https://github.com/a-mabe/todo-tada/blob/master/LICENSE) at the root of the project.