👍🎉 First off, thanks for taking the time to contribute! 🎉👍
The following is a set of guidelines for contributing to this package. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
If you intend to change the DarwinCamera
widget, or make any non-trivial changes to the implementation, we recommend filing an issue. This lets us reach an agreement on your proposal before you put significant effort into it.
If you’re only fixing a bug, it’s fine to submit a pull request right away but we still recommend to file an issue detailing what you’re fixing. This is helpful in case we don’t accept that specific fix but want to keep track of the issue.
Before creating a pull request please:
- Fork the repository and create your branch from
master
. - Install all dependencies (
flutter packages get
orpub get
). - Squash your commits and ensure you have a meaningful commit message.
- Ensure the test suite passes.
- If you've changed the
DarwinCamera
widget, make sure to update/add documentation. - Create the Pull Request.
While the prerequisites above must be satisfied prior to having your pull request reviewed, the reviewer(s) may ask you to complete additional design work, tests, or other changes before your pull request can be ultimately accepted.
Drop an email to [email protected] to connect with us.
By contributing to Darwin-Camera, you agree that your contributions will be licensed under its MIT license.