StateUI 0.2.0
See the version list below for details.
dotnet add package StateUI --version 0.2.0
NuGet\Install-Package StateUI -Version 0.2.0
<PackageReference Include="StateUI" Version="0.2.0" />
<PackageVersion Include="StateUI" Version="0.2.0" />
<PackageReference Include="StateUI" />
paket add StateUI --version 0.2.0
#r "nuget: StateUI, 0.2.0"
#:package StateUI@0.2.0
#addin nuget:?package=StateUI&version=0.2.0
#tool nuget:?package=StateUI&version=0.2.0
Overview
Write .NET MAUI user interfaces in Swift. Runtime library - the C# half; the Swift half arrives through SwiftPM when an app builds, so this package alone does not make an app. The working path starts from the template:
dotnet new install StateUI.Template
dotnet new stateui -n MyApp
Version 0.2 - the API is still changing. Use in a project is at your own risk: names and signatures move between versions while the design is being found.
License
Apache License 2.0, Copyright 2026 Paweł Krzywdziński and Contributors
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-android36.0 is compatible. net10.0-browser was computed. net10.0-ios was computed. net10.0-ios26.0 is compatible. net10.0-maccatalyst was computed. net10.0-maccatalyst26.0 is compatible. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. net10.0-windows10.0.19041 is compatible. |
-
net10.0
- Microsoft.Maui.Controls (>= 10.0.20)
- Microsoft.Maui.Controls.Maps (>= 10.0.20)
-
net10.0-android36.0
- Microsoft.Maui.Controls (>= 10.0.20)
- Microsoft.Maui.Controls.Maps (>= 10.0.20)
-
net10.0-ios26.0
- Microsoft.Maui.Controls (>= 10.0.20)
- Microsoft.Maui.Controls.Maps (>= 10.0.20)
-
net10.0-maccatalyst26.0
- Microsoft.Maui.Controls (>= 10.0.20)
- Microsoft.Maui.Controls.Maps (>= 10.0.20)
-
net10.0-windows10.0.19041
- Microsoft.Maui.Controls (>= 10.0.20)
- Microsoft.Maui.Controls.Maps (>= 10.0.20)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on StateUI:
| Package | Downloads |
|---|---|
|
StateUI.Linux
The Linux half of StateUI: hosting over MAUI's GTK4 backend, and this library's answers to what that backend leaves undone - styling, gestures, scrolling, measures, dispatching, navigation teardown and transforms. Reference it beside StateUI in an application's Linux head. Version 0.2: the API is still changing, so use in a project is at your own risk. |
GitHub repositories
This package is not used by any popular GitHub repositories.