Thank you for your help! Before you start, let's take a look at some agreements.
Make sure that your code:
- Does not contain analyzer errors.
- Follows a official style.
- Follows the official style of formatting.
- Contains no errors.
- New functionality is covered by tests. New functionality passes old tests.
- Create example that demonstrate new functionality if it is possible.
After your pull request passes the review code, the project maintainers will merge the changes into the branch to which the pull request was sent.
Feel free to report any issues and bugs.
- To report about the problem, create an issue on GitHub.
- In the issue add the description of the problem.
- Do not forget to mention your development environment, Flutter version, libraries required for illustration of the problem.
- It is necessary to attach the code part that causes an issue or to make a small demo project that shows the issue.
- Attach stack trace so it helps us to deal with the issue.
- If the issue is related to graphics, screen recording is required.