Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kabirjaipal/todos-flutter
Boost productivity with our simple Flutter Todo App. Easily organize tasks and save preferences for a seamless experience. Streamline your day, effortlessly.
https://github.com/kabirjaipal/todos-flutter
appdevelopment dart dart-lang flutter flutter-app flutter-apps todo-list todoapp todos
Last synced: 3 days ago
JSON representation
Boost productivity with our simple Flutter Todo App. Easily organize tasks and save preferences for a seamless experience. Streamline your day, effortlessly.
- Host: GitHub
- URL: https://github.com/kabirjaipal/todos-flutter
- Owner: kabirjaipal
- Created: 2023-12-30T07:26:24.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-30T07:44:08.000Z (11 months ago)
- Last Synced: 2024-10-13T08:41:53.691Z (about 1 month ago)
- Topics: appdevelopment, dart, dart-lang, flutter, flutter-app, flutter-apps, todo-list, todoapp, todos
- Language: C++
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todos Flutter App
This is a simple Flutter project that implements a Todos list application. Users can add, edit, and delete tasks to manage their to-do list efficiently.
## Getting Started
These instructions will help you set up and run the project on your local machine.
### Prerequisites
- [Flutter](https://flutter.dev/docs/get-started/install)
- [Dart](https://dart.dev/get-dart)### Installation
1. Clone the repository:
```bash
git clone https://github.com/kabirsingh2004/todos-flutter.git
```2. Navigate to the project directory:
```bash
cd todos-flutter
```3. Install dependencies:
```bash
flutter pub get
```### Running the App
Run the app on an emulator or connected device:
```bash
flutter run
```## Features
- Add new tasks to the list
- Edit existing tasks
- Mark tasks as completed
- Search Todos in List
- Delete tasks
- Light/Dark Mode## Contributing
Contributions are welcome! Please follow the [contribution guidelines](CONTRIBUTING.md).
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
## Acknowledgments
- Thanks to the Flutter community for inspiration and support.
- Icons used in the app are provided by [Icons8](https://icons8.com).