Let's see how to use GitHub Dependabot to check the versions of the packages used in the Flutter project, and if there is a new version, create a Pull request automatically.
Let's see how to use GitHub Actions to execute Flutter Linter to check the code style and execute the test code to check the code has issues in Flutter.