Nkkinsoft.SimpleToolkit.Core
10.0.0
dotnet add package Nkkinsoft.SimpleToolkit.Core --version 10.0.0
NuGet\Install-Package Nkkinsoft.SimpleToolkit.Core -Version 10.0.0
<PackageReference Include="Nkkinsoft.SimpleToolkit.Core" Version="10.0.0" />
<PackageVersion Include="Nkkinsoft.SimpleToolkit.Core" Version="10.0.0" />
<PackageReference Include="Nkkinsoft.SimpleToolkit.Core" />
paket add Nkkinsoft.SimpleToolkit.Core --version 10.0.0
#r "nuget: Nkkinsoft.SimpleToolkit.Core, 10.0.0"
#:package Nkkinsoft.SimpleToolkit.Core@10.0.0
#addin nuget:?package=Nkkinsoft.SimpleToolkit.Core&version=10.0.0
#tool nuget:?package=Nkkinsoft.SimpleToolkit.Core&version=10.0.0
SimpleToolkit.Core
The SimpleToolkit.Core package is a set of simple .NET MAUI controls and helpers.
Controls
These are all the controls this package has to offer:
Icon- control that allows you to display a tinted imageContentButton- button that can hold whatever content you wantPopover- control that allows you to display custom popovers (flyouts) anchored to any control
Getting Started
In order to use the controls listed above, you need to call the UseSimpleToolkit() extension method in your MauiProgram.cs file:
builder.UseSimpleToolkit();
XAML namespace
All controls can be found in the following XAML namespace:
xmlns:simpleCore="clr-namespace:SimpleToolkit.Core;assembly=SimpleToolkit.Core"
Helpers
These are all the helpers this package has to offer:
- Safe area helpers - helpers for managing the safe area of an application window
- System bars helpers - helpers for changing the appearance of system bars on Android
- Bounds helper -
GetBounds()extension method returning the bounds of aVisualElementrelative to anotherVisualElementor the app screen if no element is passed as an argument
See documentation for more information.
| 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.Extensions.Logging.Abstractions (>= 10.0.3)
- Microsoft.Maui.Controls (>= 10.0.40)
-
net10.0-android36.0
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.3)
- Microsoft.Maui.Controls (>= 10.0.40)
-
net10.0-ios26.0
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.3)
- Microsoft.Maui.Controls (>= 10.0.40)
-
net10.0-maccatalyst26.0
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.3)
- Microsoft.Maui.Controls (>= 10.0.40)
-
net10.0-windows10.0.19041
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.3)
- Microsoft.Maui.Controls (>= 10.0.40)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Nkkinsoft.SimpleToolkit.Core:
| Package | Downloads |
|---|---|
|
Nkkinsoft.SimpleToolkit.SimpleShell
Simplified .NET MAUI Shell implementation for .NET 10. |
|
|
Nkkinsoft.SimpleToolkit.SimpleShell.Controls
Collection of ready-to-use, navigation-related controls that is part of SimpleToolkit library. These controls work well with SimpleShell. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.0 | 139 | 2/17/2026 |
| 10.0.0-preview1 | 121 | 2/15/2026 |