Sharpnado.Maui.TaskLoaderView 2.5.0

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

Free yourself from IsBusy=true!
       The `TaskLoaderView` is a UI component that handles all your UI loading state (Loading, Error, Result, Notification), and removes all the pain of async loading from your view models (try catch / async void / IsBusy / HasErrors / base view models / ...) thanks to its brother the `TaskLoaderNotifier`.
       Featuring:

       * Default views for all loading states (Loading, Error, Success, Notification, Refresh)
       * Snackbar component
       * Compose notifiers with CompositeTaskLoaderNotifier
       * Stylable views including fonts, accent color, error images, ...
       * Any states are overridable with user custom views and easily positionned with AbsoluteLayout properties
       * Support for Xamarin.Forms.Skeleton nuget package
       * Support for refresh scenarios, and error while refreshing with the ErrorNotificationView
       * Supports Async mvvm ICommand through TaskLoaderCommand
       * Supports loading task on demand with the NotStarted state
       * TaskLoaderNotifier for the ViewModel side taking care of all the error handling and the IsBusy nonsense

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Sharpnado.Maui.TaskLoaderView:

Package Downloads
CyberBizSoft.Smart.Recipes.Library

Smart Recipes Library

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on Sharpnado.Maui.TaskLoaderView:

Repository Stars
roubachof/Sharpnado.Tabs
Pure MAUI and Xamarin.Forms Tabs, including fixed tabs, scrollable tabs, bottom tabs, badge, segmented control, custom tabs, button tabs, bendable tabs...
roubachof/Sharpnado.CollectionView
A performant list view supporting: grid, horizontal and vertical layout, drag and drop, and reveal animations.
StephanArnas/CraftUI
CraftUI is a design system library for .NET MAUI. Simply copy CraftUI.Library.Maui into your project and enjoy full control, unlimited customization and lifetime maintainability (no NuGet packages).
Version Downloads Last Updated
2.6.3 1,051 10/24/2025
2.6.2 196 10/23/2025
2.6.1 529 9/9/2025
2.6.0 1,118 8/11/2025
2.5.1 49,103 6/23/2022
2.5.0 608 6/21/2022

First .Net MAUI (.net 6) release \o/