docker_flutter
docker_flutter copied to clipboard
Alpine Linux image for Flutter & Dart with helpful utils and web build support.
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]\+$"...
Hi! I wander if it would be a trouble to get another tag for flutter ready for linux apps. thanks in advance
**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...
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...