Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 23 hours 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.

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).