Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aliesmaeil/dot
Todo mobile app that manage user's tasks.
https://github.com/aliesmaeil/dot
bloc cubit dart flutter sqlite todo-app todoapp todolist
Last synced: 30 days ago
JSON representation
Todo mobile app that manage user's tasks.
- Host: GitHub
- URL: https://github.com/aliesmaeil/dot
- Owner: AliEsmaeil
- License: mit
- Created: 2024-08-20T05:04:12.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T08:01:25.000Z (6 months ago)
- Last Synced: 2024-11-13T18:06:51.022Z (3 months ago)
- Topics: bloc, cubit, dart, flutter, sqlite, todo-app, todoapp, todolist
- Language: Dart
- Homepage: https://www.youtube.com/watch?v=jVj20aQWsqA
- Size: 1.78 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Dot App
Dot is a Todo mobile app that's built using flutter framework, and it's concerned with how to manage your day and tasks.
#### Table of contents
- Features and usage
- Technologies used
- How it looks
- How to install_____________________________________________________________________________________________
**Features and usage**
Giving the user the ability to *add* tasks to be accomplished, mark them as *done*, *archive* them for later use if it's a common task that's performed daily and finally *delete* tasks that are no longer needed and probably not planned to do in the near future.
**Technologies used**
1. Dart
2. Flutter
3. Bloc (Cubit)
4. SQLite**How it looks**
- Watch [Video Preview](https://www.youtube.com/watch?v=jVj20aQWsqA)
- All in one screen![all-in-one.png](screenshots%2Fall-in-one.png)
you could see screenshots singularly, just go to [screenshots dir](screenshots).
**How to install**
You can simply follow this steps:
1.
```
git clone https://github.com/AliEsmaeil/dot.git
```
2. open the app in an IDE, and it's supposed that you have `flutter` installed on your machine.
3.
```
flutter pub get
```You are free to run, go ahead.
**BTW, this repo is welcoming any contribution, feel free to open a pull request.**