Important
This repostiry will stop updating images starting May 1st 2026 due to Cirrus Labs winding down operations after an acquisition.
Docker Images for Flutter
You can either use it in CI or run locally via Docker:
docker run --rm -it -v ${PWD}:/build --workdir /build ghcr.io/cirruslabs/flutter:stable flutter testThe example above simply mount current working directory and runs flutter test
https://github.com/cirruslabs/docker-images-flutter/pkgs/container/flutter