Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahil1202/flutter-todo-app
https://github.com/rahil1202/flutter-todo-app
Last synced: about 11 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/rahil1202/flutter-todo-app
- Owner: rahil1202
- License: mit
- Created: 2024-02-07T09:57:43.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-07T10:02:37.000Z (11 months ago)
- Last Synced: 2024-04-25T04:33:11.294Z (9 months ago)
- Language: Dart
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# todo_lite
## Introduction
What is a todoLite and how can it helps in daily life?- You often feel completely overwhelmed with the amount of work you’ve got to do?
- You sometimes forget to do things that are important
- People have to chase you to get things done
- You find it a struggle to keep to deadlinesTodoLite is designed in a minimalistic style to simplify writing everyday tasks and tracking tasks already completed! It can solve all the problems above!
## Features
- Add your task by clicking the '+' button
- Enter title and description
- Delete the task by swipe
- Restore a task from completed tasks with a swipe
## Used packages
- State management with [flutter_riverpod](https://pub.dev/packages/flutter_riverpod)
- Route management with [go_router](https://pub.dev/packages/go_router)
- [Freezed](https://pub.dev/packages/freezed), code generator for data-classes/unions/pattern-matching/cloning and [freezed_annotation](https://pub.dev/packages/freezed_annotation)
- Unique Id with [shortId](https://pub.dev/packages/shortid)
- [Flutter_scripts](https://pub.dev/packages/flutter_scripts), [build_runner](https://pub.dev/packages/build_runner)
# Overview
| Home page | Create New Todo | Completed todos | Edit Todo | Dark mode |
|-----------|---------------|-------------|----------|-----------|
|||||
# Demonstrationhttps://user-images.githubusercontent.com/101862863/227725581-c1b62b4a-1194-43d4-b5ac-980d0272c6fa.mp4