docker-flutter icon indicating copy to clipboard operation
docker-flutter copied to clipboard

flutter docker image with full android sdk

Results 16 docker-flutter issues
Sort by recently updated
recently updated
newest added

https://github.com/matsp/docker-flutter/blob/3cd6be2dad8deb6b984892e300db5dad18f78c73/stable/Dockerfile#L14 It looks like there is a missing `_ release` in the URL https://storage.googleapis.com/flutter_infra/releases/stable/linux/flutter_linux_2.10.5-stable.tar.xz should be https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_2.10.5-stable.tar.xz

When I run `flutter emulators --launch flutter_emulator`, I get the following error ``` The Android emulator exited with code -11 during startup Android emulator stderr: handleCpuAcceleration: feature check for hvf...

Hi Mat, As per title, Flutter container stops when doing the following: In VSCode, Ctrl + Shift + P, Remote-Containers: Clone Repository in Container Volume... Choose a project to clone...

I cannot see any updates since 6 months ago on the related repo on docker hub. Are you still maintaining this project, or I have to switch to another one?

Hi, I'm trying to perform the following command: ```bash xhost local:$USER && docker run --rm -ti -e UID=$(id -u) -e GID=$(id -g) -p 42000:42000 --workdir /project --device /dev/kvm --device /dev/dri:/dev/dri...

It seems the flutter-web entrypoint is no longer copied into the `stable` image since 98824a3 , although it can be found in the `dev` image. The instructions in https://github.com/matsp/docker-flutter/blob/master/README.md#flutter-web lead...

``` [yakforward@yoga-720 ~]$ docker run --rm -e UID=$(id -u) -e GID=$(id -g) --workdir /project -v "$PWD":/project matspfeiffer/flutter help Unable to find image 'matspfeiffer/flutter:latest' locally latest: Pulling from matspfeiffer/flutter 345e3491a907: Pull...

Dockerhub will switch to paid plans for automatic builds.

I believe hardware keyboard support is a sensible default setting for an emulator running on a PC.

Add Linux requirements to target Linux desktop platform.