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

Connecting the Windows platform with the beautiful Dart language.

Notifications You must be signed in to change notification settings

ilopX/win

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Connecting the Windows platform with the beautiful Dart language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages