docker_flutter icon indicating copy to clipboard operation
docker_flutter copied to clipboard

Alpine Linux image for Flutter & Dart with helpful utils and web build support.

Results 7 docker_flutter issues
Sort by recently updated
recently updated
newest added

Build specific version at major versions. ```bash git -c 'versionsort.suffix=-' ls-remote --exit-code --refs --sort='version:refname' \ --tags https://github.com/flutter/flutter.git '*.*.*' \ | cut -d '/' -f 3 \ | grep -e "^[0-9]\+\.[0-9]\+\.[0-9]\+$"...

enhancement

Hi! I wander if it would be a trouble to get another tag for flutter ready for linux apps. thanks in advance

enhancement

arm64 support

enhancement

Parallel build and assembly

enhancement

**To Reproduce** Steps to reproduce the behavior: ``` FROM plugfox/flutter:2.10.5 RUN flutter doctor -v ``` I get on flutter doctor -v: `Waiting for another flutter command to release the startup...

question

I am new to contributing to this project and have added a Dockerfile for building Flutter Linux. I would greatly appreciate any suggestions or feedback on improvements, best practices, or...