Please include a summary of the change.
Fixes # (issue number, if there is one)
Please delete options that are not relevant.
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- This change requires a documentation update
If something is unclear, please submit the PR anyways and ask about what you thought was unclear.
- This branch is based on
develop
- This PR is targeted to merge into
develop
(notmaster
) - I have added an entry under
[next]
inCHANGELOG.md
- I have formatted my code with
flutter format
- I have made corresponding changes to the documentation
- I have added examples for new features in
doc/examples
- The continuous integration (CI) is passing