Skip to content

GuruDhanush/flutter-winui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Windows UI toolkit

Build Status

UWP controls for use in flutter.

Check the demo in Flutter web

UI Components

  • Button

    • Normal
    • Repeated Button
    • DropDown Button
    • HyperLink Button
    • Toggle Button
    • Toggle SplitButton
  • Checkbox

  • RadioButton

  • Flyout

Follow instructions from the flutter desktop-embedding to know more on how to build and run apps. Alternate platform implementation of flutter engine embed with go is also available here. Both implementations currently use GLFW shell, so much changes are not expected in the toolkit implementation. Flutter embed might eventually migrate to an UWP implementation leading to better experience.