FlintUI 1.0.8

dotnet add package FlintUI --version 1.0.8
                    
NuGet\Install-Package FlintUI -Version 1.0.8
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FlintUI" Version="1.0.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FlintUI" Version="1.0.8" />
                    
Directory.Packages.props
<PackageReference Include="FlintUI" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FlintUI --version 1.0.8
                    
#r "nuget: FlintUI, 1.0.8"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package FlintUI@1.0.8
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FlintUI&version=1.0.8
                    
Install as a Cake Addin
#tool nuget:?package=FlintUI&version=1.0.8
                    
Install as a Cake Tool

.NET Build and Release NuGet

<img src="images/icon.png" width="45" height="45" align="left">

FlintUI

A WPF control library with light and dark themes for .NET Framework 4.7.2+ and .NET 8/10. It restyles the standard WPF controls and adds new ones, including NumericUpDown, ToggleSwitch, Dialog, Toast and Spinner. The theme can be switched at runtime.

alternate text is missing from this package README image

Getting started

dotnet add package FlintUI

Merge FlintResources into App.xaml and pick a theme:

<Application xmlns:ui="clr-namespace:FlintUI;assembly=FlintUI" ...>
    <Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <ui:FlintResources Theme="Light" />
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Application.Resources>
</Application>

Controls

Category Controls
Basic Button, Badge, Icon
Inputs TextBox, PasswordBox, NumericUpDown, ComboBox, DatePicker, Slider
Selection CheckBox, RadioButton, ToggleSwitch
Data DataGrid, ListBox, TreeView, ProgressBar
Containers TabControl, Expander, GroupBox, Menu
Layout Window, GridSplitter, Frame
Feedback Dialog, Toast, Spinner, ToolTip

Calendar, ScrollBar and other supporting elements are themed as well.

Demo

A gallery of every control. Grab the build from Releases, or run it from source with dotnet run --project examples.

Notes

Some usage details and edge cases:


MIT License · Report an Issue

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed.  net10.0-windows7.0 is compatible. 
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.7.2

    • No dependencies.
  • net10.0-windows7.0

    • No dependencies.
  • net8.0-windows7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.8 106 7/8/2026
1.0.7 103 7/5/2026
1.0.6 104 7/4/2026
1.0.5 110 6/21/2026
1.0.4 127 6/21/2026 1.0.4 is deprecated because it is no longer maintained.
1.0.3 128 6/21/2026 1.0.3 is deprecated because it is no longer maintained.
1.0.2 122 6/17/2026
1.0.1 118 6/16/2026
1.0.0 115 6/15/2026