Downloads
Download snapshot 0.9.0 of wxDart Native and wxDart Native
A link to the current snapshot is here: wxDartNative.zip
The Linux and Windows apps are Dart apps. Build them on Linux with
dart compile exe ./lib/main.dart
Build them on Windows with
dart compile exe .\lib\main.dart
from the example folder. Dart creates a command line app which requires some minor modification on Windows (manifest file and PE entry).
The macOS app currently uses Flutter until the issue of thread pinning in Dart is resolved (see Dart thread pinning on macOS bug). The Runner app needs a minor modification to hide the Flutter ghost window when building a wxDart Native on macOS.
Build them on macOS with
flutter build macos
from the example folder. Apps built with wxDart Native need one of the bridge libraries below.
Download wxDart Native bridge libraries
The bridge libraries export a pure C interface and are therefore not compiler dependent.
The respective bridge library needs to be placed into the folder of the main binary (*.exe) on Windows and Linux and into the Frameworks folder of the application package on macOS.
Link to the wxDart Native bridge version 0.9.0 for Windows (Intel) here: libwxdart.dll
Link to the wxDart Native bridge version 0.9.0 for macOS (ARM) here: libwxdart.dylib
Link to the wxDart Native bridge version 0.9.0 for Linux (Intel,GTK+3) here: libwxdart.so