KProgressHUD.csharp 1.2.1

dotnet add package KProgressHUD.csharp --version 1.2.1
                    
NuGet\Install-Package KProgressHUD.csharp -Version 1.2.1
                    
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="KProgressHUD.csharp" Version="1.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="KProgressHUD.csharp" Version="1.2.1" />
                    
Directory.Packages.props
<PackageReference Include="KProgressHUD.csharp" />
                    
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 KProgressHUD.csharp --version 1.2.1
                    
#r "nuget: KProgressHUD.csharp, 1.2.1"
                    
#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 KProgressHUD.csharp@1.2.1
                    
#: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=KProgressHUD.csharp&version=1.2.1
                    
Install as a Cake Addin
#tool nuget:?package=KProgressHUD.csharp&version=1.2.1
                    
Install as a Cake Tool

An implement of ProgressHUD for Android, similar to MBProgressHUD, SVProgressHUD. Inspired by MBProgressHUD for iOS.

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed.  net9.0-android was computed.  net10.0-android was computed. 
MonoAndroid monoandroid is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • MonoAndroid 7.1

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on KProgressHUD.csharp:

Package Downloads
Passingwind.UserDialogs

A cross platform library that allows you to call for standard user dialogs from a shared/portable library, suport android and ios . Includes Alert, Confirm, Toast, ActionSheet, Loading, Progress, Prompt.

Passingwind.UserDialogs.fix.v1

A cross platform library that allows you to call for standard user dialogs from a shared/portable library, suport android and ios . Includes Alert, Confirm, Toast, ActionSheet, Loading, Progress, Prompt.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.1 3,035 10/29/2018
1.2.0 980 10/24/2018

fix namespance (KProgressHUDLib)