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

https://github.com/zaddyai/flutter-tasks-tracker

Flutter Tasks Tracker is a simple Flutter app that allows users to manage tasks by adding, editing, and deleting them.
https://github.com/zaddyai/flutter-tasks-tracker

Last synced: 12 days ago
JSON representation

Flutter Tasks Tracker is a simple Flutter app that allows users to manage tasks by adding, editing, and deleting them.

Awesome Lists containing this project

README

          

# Flutter Tasks Tracker

Flutter Tasks Tracker is a simple Flutter app that allows users to manage tasks by adding, editing, and deleting them.

## Table of Contents

- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Running the App](#running-the-app)
- [Usage](#usage)
- [Features](#features)
- [Screenshots](#screenshots)

## Getting Started

### Prerequisites

- Make sure you have [Flutter](https://flutter.dev/docs/get-started/install) installed on your machine.
- Ensure you have a compatible IDE such as [VSCode](https://code.visualstudio.com/) or [Android Studio](https://developer.android.com/studio).

### Installation

1. Clone the repository:

```bash
git clone https://github.com/ChiniMishri/Flutter-Tasks-Tracker.git

2. Navigate to the project directory:

```bash
cd Flutter-Tasks-Tracker

3. Install dependencies:

```bash
flutter pub get

## Running the App
Ensure you have a device connected or an emulator running.
- Run the app using the following commands:
```bash
flutter run
### Usage

- Launch the app.
- Add a new task by pressing the "+" button.
- Edit a task by pressing the edit button.
- Delete a task by pressing the delete button.

### Features

- Add, edit, and delete tasks.
- Simple and intuitive user interface.
- User-friendly task management.

## Screenshots
- Add Task

![Add Task](https://media.discordapp.net/attachments/1036120891857305661/1188061588947750942/Screenshot_1703326312.png?ex=65992793&is=6586b293&hm=f4b44101608ecec0709b850ad59cdbadaf151d5e1637dd05647233648e760f92&=&format=webp&quality=lossless&width=322&height=663)
- Update Task

![Update Task](https://cdn.discordapp.com/attachments/1036120891857305661/1188062353003122718/Screenshot_1703325410.png?ex=6599284a&is=6586b34a&hm=cd641cbd2642a85c5b48c2a4acc1f7b251621892237a5993b576480a9c11052a&)
- Delete Task

![Delete Task ](https://cdn.discordapp.com/attachments/1036120891857305661/1188062017781760071/Screenshot_1703325425.png?ex=659927fa&is=6586b2fa&hm=c015383543a6e50914cb788191d69d08c1acd06fe8ec7e553584a38e1dbd0851&)