dart-native-executables icon indicating copy to clipboard operation
dart-native-executables copied to clipboard

An example Dart project compiled to Windows, Linux, macOS native executables with GitHub Actions

Compiling Dart to Native Executables for Windows, Linux and macOS using GitHub Actions

This is a sample repo that compiles a simple Dart script to native executables for Windows, Linux and macOS using GitHub actions, collecting the binaries in a artifact zip file for easy downloading.

For more info, see Compiling Dart to Native Executables for Windows, Linux and macOS with GitHub Actions