Plugin.SegmentedControl.Maui
1.0.18
See the version list below for details.
dotnet add package Plugin.SegmentedControl.Maui --version 1.0.18
NuGet\Install-Package Plugin.SegmentedControl.Maui -Version 1.0.18
<PackageReference Include="Plugin.SegmentedControl.Maui" Version="1.0.18" />
paket add Plugin.SegmentedControl.Maui --version 1.0.18
#r "nuget: Plugin.SegmentedControl.Maui, 1.0.18"
// Install Plugin.SegmentedControl.Maui as a Cake Addin #addin nuget:?package=Plugin.SegmentedControl.Maui&version=1.0.18 // Install Plugin.SegmentedControl.Maui as a Cake Tool #tool nuget:?package=Plugin.SegmentedControl.Maui&version=1.0.18
SegmentSelectEventArgs# Plugin.SegmentedControl.Maui
This library provides a segmented control for .NET MAUI apps using native platform APIs.
Download and Install Plugin.SegmentedControl.Maui
This library is available on NuGet: https://www.nuget.org/packages/Plugin.SegmentedControl.Maui Use the following command to install Plugin.FirebasePushNotifications using NuGet package manager console:
PM> Install-Package Plugin.SegmentedControl.Maui
You can use this library in any .NET MAUI project compatible to .NET 8 and higher.
App Setup
This plugin provides an extension method for MauiAppBuilder UseSegmentedControl
which ensure proper startup and initialization.
Call this method within your MauiProgram
just as demonstrated in the SegmentedControlDemoApp:
var builder = MauiApp.CreateBuilder()
.UseMauiApp<App>()
.UseSegmentedControl();
API Usage
tbd
Contribution
Contributors welcome! If you find a bug or you want to propose a new feature, feel free to do so by opening a new issue on github.com.
Links
tbd
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-android34.0 is compatible. net8.0-browser was computed. net8.0-ios was computed. net8.0-ios17.2 is compatible. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Microsoft.Maui.Controls (>= 8.0.61)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.61)
-
net8.0-android34.0
- Microsoft.Maui.Controls (>= 8.0.61)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.61)
-
net8.0-ios17.2
- Microsoft.Maui.Controls (>= 8.0.61)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.61)
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.4.9-pre | 34 | 11/20/2024 |
1.4.7-pre | 56 | 11/14/2024 |
1.4.6-pre | 92 | 11/11/2024 |
1.4.4 | 218 | 10/2/2024 |
1.3.25-pre | 80 | 10/1/2024 |
1.3.23-pre | 63 | 10/1/2024 |
1.3.22-pre | 63 | 9/30/2024 |
1.3.18-pre | 73 | 9/26/2024 |
1.3.16 | 158 | 9/14/2024 |
1.3.14-pre | 76 | 9/10/2024 |
1.3.13-pre | 83 | 9/10/2024 |
1.3.10-pre | 88 | 9/5/2024 |
1.3.8-pre | 65 | 9/1/2024 |
1.3.7 | 160 | 8/12/2024 |
1.3.3-pre | 103 | 8/12/2024 |
1.3.2-pre | 106 | 8/8/2024 |
1.3.1-pre | 82 | 8/1/2024 |
1.2.19 | 112 | 7/24/2024 |
1.0.18 | 104 | 7/16/2024 |
1.0.14 | 106 | 7/10/2024 |
1.0.8 | 90 | 7/5/2024 |
1.0
- Initial release