Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.89 KB

README.md

File metadata and controls

56 lines (39 loc) · 1.89 KB

To-Do List App

This project is a mobile application developed in Flutter that allows adding, removing, and marking a task as completed. The project uses components like Floating Action Button, Snackbar, Dismissible, and local database on the user's device.

example image

💻 Prerequisites

Before you begin, make sure you meet the following requirements:

  • You have a <Windows / Linux / Mac> machine;
  • You have installed Flutter 2.10;
  • You have installed XCode;
  • You have installed Android Studio;
  • You have run Flutter Doctor.

📫 Contributing to <App_list_to_do>

To contribute to <App_list_to_do>, follow these steps:

  1. Fork the project.
  2. Create a branch: git checkout -b feature/feature_name.
  3. Make your changes and commit them: git commit -m 'Add some feature_name'
  4. Push to the original branch: git push origin feature/feature_name
  5. Create the pull request.

Alternatively, see the GitHub documentation on creating a pull request.

🤝 Contributors

We thank the following people who contributed to this project:

Leonardo Augustus

😄 Be one of the contributors

Want to be part of this project? Click HERE and fill out the form.

📝 License

This project is licensed. See the LICENSE file for more details.

⬆ Back to top