RatingViewControl 1.0.0-alpha

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

Maui.RatingView

RatingView is a Dotnet MAUI control that allow to integrate the rating control into a MAUI application.

Desktop

https://github.com/Eel2000/Maui.RatingView/assets/44249870/0c8f2fd2-73b8-4bd8-b763-5e01abc36684

Mobile(Android)

https://github.com/Eel2000/Maui.RatingView/assets/44249870/3701a884-8d5a-4e6e-bd15-94cbac31835f

Getting Started with the Rating View Ccontrol

Configuration

   var builder = MauiApp.CreateBuilder();
            builder
                .UseMauiApp<App>()
                .ConfigureRatingView()//Add the control to the build pipeline
                .ConfigureFonts(fonts =>
                {
                    fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
                    fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
                });
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-android33.0 is compatible.  net7.0-ios was computed.  net7.0-ios16.1 is compatible.  net7.0-maccatalyst was computed.  net7.0-maccatalyst16.1 is compatible.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net7.0-windows10.0.19041 is compatible.  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.
  • net7.0

    • No dependencies.
  • net7.0-android33.0

    • No dependencies.
  • net7.0-ios16.1

    • No dependencies.
  • net7.0-maccatalyst16.1

    • No dependencies.
  • net7.0-windows10.0.19041

    • 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.1.3-alpha 760 7/20/2023
1.1.2-alpha 151 7/19/2023
1.0.0-alpha 140 7/12/2023