Flutter Tasks Tracker is a simple Flutter app that allows users to manage tasks by adding, editing, and deleting them.
- Make sure you have Flutter installed on your machine.
- Ensure you have a compatible IDE such as VSCode or Android Studio.
-
Clone the repository:
git clone /~https://github.com/ChiniMishri/Flutter-Tasks-Tracker.git
-
Navigate to the project directory:
cd Flutter-Tasks-Tracker
-
Install dependencies:
flutter pub get
Ensure you have a device connected or an emulator running.
- Run the app using the following commands:
flutter run
- 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.
- Add, edit, and delete tasks.
- Simple and intuitive user interface.
- User-friendly task management.
- Add Task
- Update Task
- Delete Task