chore: add Dart/windows-only example project

This commit is contained in:
Nick Fisher
2024-11-02 13:10:36 +11:00
parent 9c6b2a92ac
commit 27e1456b9f
7 changed files with 113 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Thermion Example - Dart/Windows-only (no Flutter)
A (Windows-only) command-line application that renders into a window without Flutter.
```
dart --enable-experiment=native-assets bin\cli_windows.dart
```