AiForms.Maui.SettingsView 0.1.23-pre

This is a prerelease version of AiForms.Maui.SettingsView.
There is a newer version of this package available.
See the version list below for details.
dotnet add package AiForms.Maui.SettingsView --version 0.1.23-pre
                    
NuGet\Install-Package AiForms.Maui.SettingsView -Version 0.1.23-pre
                    
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="AiForms.Maui.SettingsView" Version="0.1.23-pre" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AiForms.Maui.SettingsView" Version="0.1.23-pre" />
                    
Directory.Packages.props
<PackageReference Include="AiForms.Maui.SettingsView" />
                    
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 AiForms.Maui.SettingsView --version 0.1.23-pre
                    
#r "nuget: AiForms.Maui.SettingsView, 0.1.23-pre"
                    
#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 AiForms.Maui.SettingsView@0.1.23-pre
                    
#: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=AiForms.Maui.SettingsView&version=0.1.23-pre&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=AiForms.Maui.SettingsView&version=0.1.23-pre&prerelease
                    
Install as a Cake Tool

This is a flexible TableView specialized in settings for Android / iOS.
There are various cells such as (LabelCell,ButtonCell,CommandCell,SwitchCell,CheckboxCell,RadioCell,PickerCell,EntryCell,NumberPickerCell,TimePickerCell,DatePickerCell,CustomCell)

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-android27.0 is compatible.  net7.0-ios was computed.  net7.0-ios14.2 is compatible.  net7.0-maccatalyst was computed.  net7.0-maccatalyst14.2 is compatible.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has 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
9.0.4-pre 541 4/17/2025
9.0.3-pre 635 3/24/2025
9.0.2-pre 255 3/3/2025
1.0.17 3,967 2/13/2025
1.0.16 3,140 12/5/2024
1.0.15 2,810 10/16/2024
1.0.12 37,133 7/17/2024
1.0.11 856 6/7/2024
1.0.10 914 5/28/2024
1.0.9 1,343 4/9/2024
1.0.8 804 3/20/2024
1.0.7 1,712 1/25/2024
1.0.6 146 1/25/2024
1.0.3-pre 564 12/5/2023
1.0.1-pre 354 11/16/2023
0.1.26-pre 595 9/6/2023
0.1.25-pre 153 9/6/2023
0.1.24-pre 160 9/5/2023
0.1.23-pre 325 8/11/2023
0.1.22-pre 161 8/9/2023
0.1.21-pre 703 4/25/2023
0.1.20-pre 363 4/3/2023
0.1.18-pre 184 4/3/2023
0.1.15-pre 191 3/29/2023
0.1.14-pre 321 2/12/2023
0.1.13-pre 237 12/10/2022
0.1.12-pre 174 12/10/2022
0.1.11-pre 190 11/19/2022
0.1.10-pre 227 9/19/2022
0.1.9-pre 245 9/18/2022

- Update .NET 7.0
- Fix PickerCell SingleSelectMode not working.