← 返回
未分类 中文

Flutter Release Pipeline

Build and package Flutter Android release artifacts (APK/AAB), collect outputs into a single folder, and produce a short release checklist. Use when the user...
构建并打包 Flutter Android 发布产物(APK/AAB),将输出收集到单一文件夹,并生成简短的发布检查清单。在用户需要时使用。
neo1307 neo1307 来源
未分类 clawhub v1.0.0 1 版本 99646.6 Key: 无需
★ 0
Stars
📥 282
下载
💾 0
安装
1
版本
#latest

概述

Flutter Android Release Pipeline

Workflow

1) Preflight

  • Confirm flutter --version works.
  • Confirm project path contains pubspec.yaml.

2) Build (choose one)

  • AAB: flutter build appbundle --release
  • APK: flutter build apk --release (optionally --split-per-abi)

3) Collect artifacts

Create out/flutter_release_/ and copy:

  • build/app/outputs/flutter-apk/*.apk (if APK build)
  • build/app/outputs/bundle/release/*.aab (if AAB build)
  • build/app/outputs/mapping/release/mapping.txt (if present)
  • pubspec.yaml (snapshot)

4) Report

  • Print paths + sizes + SHA256 for each artifact.
  • Print a short checklist (versionCode/versionName sanity, signing, Play Console notes).

Script

Run (PowerShell):

  • powershell -ExecutionPolicy Bypass -File scripts/flutter_release.ps1 -Project "" -Mode aab|apk -SplitPerAbi:$false

Notes

  • Avoid changing app code unless explicitly requested.
  • If build fails, return the exact error + suggested fix.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 00:24 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Browser Agent

neo1307
使用 Playwright 自动化浏览器,实现打开页面、截图、查找或点击元素、填写表单、提取文本及管理 Cookie。
★ 0 📥 603

Env Health Check

neo1307
检查环境变量、关键目录和写权限,生成健康报告。用于验证部署准备和本地运行。
★ 0 📥 701

Multi-API Data Pipeline to Google Sheets

neo1307
连接多个 REST API,获取并转换数据,推送至实时 Google Sheets 仪表盘,自动定时更新。
★ 0 📥 548