Before creating a pull request, please follow these steps:
- Fork the repository and create your branch from
dev
. - Install all dependencies (
dart pub get
). - Squash your commits and ensure you have a meaningful, semantic commit message.
- Add tests! Pull Requests without 100% test coverage will not be approved.
- Ensure the existing test suite passes locally.
- Format your code (
dart format .
). - Analyze your code (
dart analyze --fatal-infos --fatal-warnings .
). - Create the Pull Request targeting the
dev
branch. - Verify that all status checks are passing.