你只能在 macOS 机器上构建 DMG 目标。
appdmg
运行以下命令
npm install -g appdmg
将 make_config.yaml 添加到你的项目 macos/packaging/dmg 目录。
make_config.yaml
macos/packaging/dmg
title: hello_worldcontents: - x: 448 y: 344 type: link path: "/Applications" - x: 192 y: 344 type: file path: hello_world.app
运行:
flutter_distributor package --platform macos --targets dmg