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.
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.
// Install RatingViewControl as a Cake Addin
#addin nuget:?package=RatingViewControl&version=1.0.0-alpha&prerelease

// Install RatingViewControl as a Cake Tool
#tool nuget:?package=RatingViewControl&version=1.0.0-alpha&prerelease                

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. 
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 256 7/20/2023
1.1.2-alpha 87 7/19/2023
1.0.0-alpha 89 7/12/2023