Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Update Flutter

Jonas Wanke edited this page Apr 8, 2021 · 1 revision

As Flutter's minor releases usually contain some breaking changes (some of which have affected us in the past), we limit the supported version that can be used to work with this repository. This version has to be updated in two places:

  • environment.flutter in app/pubspec.yaml
  • env.FLUTTER_VERSION in .github/workflows/build.yml

After that, make sure to read the list of breaking changes to check whether any of these affect this repository. Finally, you can open a pull request, and the continuous integration should run successfully.

This is also a good opportunity to go through all dependencies and update them.

Clone this wiki locally