We are thrilled that you want to contribute to the project! Below are the guidelines for contributing.
- Fork the repository.
- Create a new branch for your feature or bugfix.
git checkout -b feature/your-feature-name
- Make your changes.
- Commit your changes:
git commit -m "Add your feature description"
- Push to your branch:
git push origin feature/your-feature-name
- Create a pull request.
- Please follow standard Dart and Flutter coding conventions.
- Document your code with comments where necessary.
Feel free to submit issues and feature requests.