We have finished the functionality, but some tareto be missed. Mainly, we haven't followed the Dart style guide:
So, let's work on fixing these issues by running the automated fixes.
Running Automated Fixes and Fixing Dart Issues
Let's start our work by running the automated fixes. We can do this by running the following command:
dart fix --apply
And see how many issues it fixes:
That's not too bad! We went from 56 issues down to 25...