Sharpnado.Maui.TaskLoaderView 2.5.1

dotnet add package Sharpnado.Maui.TaskLoaderView --version 2.5.1
NuGet\Install-Package Sharpnado.Maui.TaskLoaderView -Version 2.5.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="Sharpnado.Maui.TaskLoaderView" Version="2.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sharpnado.Maui.TaskLoaderView --version 2.5.1
#r "nuget: Sharpnado.Maui.TaskLoaderView, 2.5.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.
// Install Sharpnado.Maui.TaskLoaderView as a Cake Addin
#addin nuget:?package=Sharpnado.Maui.TaskLoaderView&version=2.5.1

// Install Sharpnado.Maui.TaskLoaderView as a Cake Tool
#tool nuget:?package=Sharpnado.Maui.TaskLoaderView&version=2.5.1

Free yourself from IsBusy=true!
       The `TaskLoaderView` and the `TemplatedTaskLoader` are UI components that handle 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (2)

Showing the top 2 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.
Version Downloads Last updated
2.5.1 6,679 6/23/2022
2.5.0 422 6/21/2022

Fixed timed visibility duration, introduced ForCommands building pattern for composite task notifier.