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 cirrusci/flutter:stable flutter test
The example above simply mount current working directory and runs flutter test