An Open-Source To-do List App for all your needs!
- Clone the repository
git clone https://github.com/OGabrielPereira/flutter_do.git
- Install the dependencies
flutter pub get
- Run the application
flutter run
- Add new tasks.
- Save all tasks locally.
- Mark a task as complete.
- Delete completed tasks.
- Adit the info of a task.
- Add name and description for a task.
- See all the info of a task.
- See how many tasks there are.
Contributions welcome!
- Fork it (https://github.com/OGabrielPereira/flutter_do.git/fork)
- Clone it (
git clone https://github.com/OGabrielPereira/flutter_do.git
) - Create your feature branch (
git checkout -b your_branch_name
) - Commit your changes (
git commit -m 'Description of a commit'
) - Push to the branch (
git push origin your_branch_name
) - Create a new Pull Request