Great project! I'm using your image and am able to create an app inside a flutter container.
Any tips on how to connect to a device? I have connected my iPad but after running flutter run I get an error:
No supported devices connected.
Is there any argument I need to pass when running a container? Currently I'm using the following command:
docker run --rm -it -h ubuntu -v $PWD:/software --name flutter -p 8080:8080 fischerscode/flutter /bin/bash