Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
maint(gui): Upgrade flutter deps (#720)
Even though there is no report from dependabot, it is not good to stay too many versions behind Flutter stable releases, as we risk having too many breaking changes to address later. This upgrade doesn't introduce any breaking change that affected us, yet, there are tons of changes in the lockfile. What really matters here is that CI is aware of the upgrade (by chaging `tools/flutter-version`) and the pubspec.yaml file upgraded the direct dependences as well. The rest is implementation details.
- Loading branch information