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
<PackageReference Include="Sharpnado.Maui.TaskLoaderView" Version="2.5.1" />
paket add Sharpnado.Maui.TaskLoaderView --version 2.5.1
#r "nuget: Sharpnado.Maui.TaskLoaderView, 2.5.1"
// 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 | Versions 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. |
-
net6.0
- Microsoft.Maui.Dependencies (>= 6.0.312)
- Microsoft.Maui.Extensions (>= 6.0.312)
- Sharpnado.TaskMonitor (>= 1.0.2)
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.
|
Fixed timed visibility duration, introduced ForCommands building pattern for composite task notifier.