https://github.com/brownboycodes/flutter_task_management_app
Flutter Task Management App
https://github.com/brownboycodes/flutter_task_management_app
Last synced: 8 months ago
JSON representation
Flutter Task Management App
- Host: GitHub
- URL: https://github.com/brownboycodes/flutter_task_management_app
- Owner: brownboycodes
- Created: 2025-01-25T10:06:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-25T11:28:07.000Z (about 1 year ago)
- Last Synced: 2025-01-25T12:21:39.378Z (about 1 year ago)
- Language: Dart
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Management App
Flutter Task Management App
## Getting Started
clone the repository and run the following command to get the required packages
```bash
flutter pub get
```
to run the app use the following command
```bash
flutter run
```
