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.
- Host: GitHub
- URL: https://github.com/zaddyai/flutter-tasks-tracker
- Owner: ZaddyAI
- Created: 2023-12-22T18:30:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-24T13:57:16.000Z (over 2 years ago)
- Last Synced: 2025-02-26T20:12:54.361Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 791 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

- Update Task

- Delete Task
