We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
template-cleanup ワークフローで実行ファイルではなく、 dart コマンド経由で実行している
実行ファイルを生成してそれでプログラムを実行すれば dart への依存を無くせそう
実行ファイルを生成して、リリースのアセットなどに配置しておいて、template-cleanup ワークフローではそれを利用する
The text was updated successfully, but these errors were encountered:
https://dart.dev/tools/dart-compile
Sorry, something went wrong.
No branches or pull requests
現状
template-cleanup ワークフローで実行ファイルではなく、 dart コマンド経由で実行している
動機
実行ファイルを生成してそれでプログラムを実行すれば dart への依存を無くせそう
提案
実行ファイルを生成して、リリースのアセットなどに配置しておいて、template-cleanup ワークフローではそれを利用する
The text was updated successfully, but these errors were encountered: