Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 1.49 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.49 KB

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.

Features:

  • Not cross-platform. (Windows only)
  • Doesn't require c++ (everything is a Dart).

Goals:

Cover the range of low-level windows api by wrapping them in high-level wrappers.

Example

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