I found the way to make a docker file for the flutter project which is something like this. FROM ubuntu:18.04 # Prerequisites RUN apt update && apt install ...
確定! 回上一頁