This is project in a very experimental stage
Connecting the Windows platform with the beautiful Dart language. Can be used inside or without flutter application.
- Not cross-platform. (
Windows
only) - Doesn't require
c++
(everything is aDart
).
Cover the range of low-level windows
api
by wrapping them in high-level wrappers
.
example |
description | show |
---|---|---|
flutter_window_man | The example demonstrates the functionality of Hwnd in flutter app | flutter_win_man.mp4 |
multi_instance_one_process.dart | Multiple flutter instances in one process | multi_instance_one_thread.mp4 |
notepad_inside.dart | Placing another program window into a Dart window | notepad_inside.mp4 |
simple.dart | A simple example of a native window | simple.mp4 |