
passsy/flutterwFlutterw Docker镜像是一个包含所有Flutter依赖但未实际安装Flutter的容器镜像。该镜像需与flutter_wrapper配合使用,后者会根据项目中指定的Flutter版本自动完成安装,从而实现Flutter项目的构建。
镜像已发布至Docker Hub,提供以下两个版本:
基础版:仅包含Flutter基础依赖
passsy/flutterw:base-latest
Android版:包含完整依赖(含Android相关工具)
passsy/flutterw:android-latest
在项目根目录下执行以下命令,使用基础版镜像构建Flutter项目:
bashdocker run -v $(pwd):/app passsy/flutterw:base-latest ./flutterw build
bash# 使用Android版镜像构建Android应用 docker run -v $(pwd):/app passsy/flutterw:android-latest ./flutterw build appbundle
Copyright 2020 Pascal Welsch Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at [***] Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务