Optris.LoadingIndicators.Avalonia 12.0.2

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

Optris.LoadingIndicators.Avalonia

Optris-maintained fork. The original LoadingIndicators.Avalonia has been unmaintained for over two years, and an open community PR for newer Avalonia versions has been sitting unreviewed for months. Optris GmbH has adopted this project to keep it alive for the Avalonia community, starting with an Avalonia 12 port. Published to NuGet as Optris.LoadingIndicators.Avalonia to avoid colliding with the original package ID. Namespaces are unchanged, so consumer code only needs to swap the package reference.

Repository: https://github.com/Optris/Optris.LoadingIndicators.Avalonia


Nuget

Demo

Online demo

LoadingIndicators.Avalonia is an adaptation for Avalonia of the LoadingIndicators.WPF collection of 9 animated loading indicators.

Themes

  • Arc
  • Arcs
  • Arcs Ring
  • Double Bounce
  • FlipPlane
  • Pulse
  • Ring
  • Three Dots
  • Wave

Features

  • Easy activation/deactivation
  • Easy theme change
  • Adjustable animation speed

Usage

  1. Add resources in App.axaml
<Application.Resources>
    <ResourceDictionary>
        <ResourceDictionary.MergedDictionaries>
            <ResourceInclude Source="avares://LoadingIndicators.Avalonia/LoadingIndicators.axaml" />
        </ResourceDictionary.MergedDictionaries>
    </ResourceDictionary>
</Application.Resources>
  1. Include namespace
<Window ...
        xmlns:li="using:LoadingIndicators.Avalonia">
  1. Add indicator and select mode
<li:LoadingIndicator IsActive="{Binding IsBusy}" Mode="Arcs" SpeedRatio="1.2" />

Releasing a new version

The major version tracks Avalonia (e.g. 12.x.y for Avalonia 12). Minor and patch versions are for library changes.

  1. Tag the release: git tag -a v12.0.1 -m "v12.0.1"
  2. Push the tag: git push origin v12.0.1

The release workflow extracts the version from the tag, packs the package with it, and publishes to nuget.org. No need to edit version numbers in source files.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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 is compatible.  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 is compatible.  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

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
12.0.4 225 5/4/2026
12.0.3 409 4/14/2026
12.0.2 102 4/14/2026
12.0.1 120 4/9/2026
12.0.0 114 4/8/2026