Skip to content

Update Flutter CI Template to use the current Flutter image

Edwin requested to merge edwin.ludik/gitlab:master into master

What does this MR do and why?

Update the Flutter CI/CD template to use the latest docker image as at 22 May 2023.

Screenshots or screen recordings

image

Before After
cirrusci/flutter:1.22.5 ghcr.io/cirruslabs/flutter:3.10.0
pub global activate dart_code_metrics flutter pub global activate dart_code_metrics
`test --machine --coverage tojunit -o report.xml`

How to set up and validate locally

  1. Create a new flutter project
  2. add .gitlab-ci.yml file with contents from template
  3. Save, merge and push to GitLab to trigger CI

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports