FlintUI 1.0.5

dotnet add package FlintUI --version 1.0.5
                    
NuGet\Install-Package FlintUI -Version 1.0.5
                    
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.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FlintUI" Version="1.0.5" />
                    
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.5
                    
#r "nuget: FlintUI, 1.0.5"
                    
#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.5
                    
#: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.5
                    
Install as a Cake Addin
#tool nuget:?package=FlintUI&version=1.0.5
                    
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.

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>

Demo

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

Showcase

alternate text is missing from this package README image

Notes

Some usage details and edge cases:


MIT License · Report an Issue

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net9.0-windows7.0 is compatible.  net10.0-windows was computed.  net10.0-windows7.0 is compatible. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  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.6.2

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

    • No dependencies.
  • net6.0-windows7.0

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

    • No dependencies.
  • net9.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.5 55 6/21/2026
1.0.4 64 6/21/2026 1.0.4 is deprecated because it is no longer maintained.
1.0.3 66 6/21/2026 1.0.3 is deprecated because it is no longer maintained.
1.0.2 61 6/17/2026
1.0.1 57 6/16/2026
1.0.0 58 6/15/2026