Optris.LoadingIndicators.Avalonia
12.0.4
dotnet add package Optris.LoadingIndicators.Avalonia --version 12.0.4
NuGet\Install-Package Optris.LoadingIndicators.Avalonia -Version 12.0.4
<PackageReference Include="Optris.LoadingIndicators.Avalonia" Version="12.0.4" />
<PackageVersion Include="Optris.LoadingIndicators.Avalonia" Version="12.0.4" />
<PackageReference Include="Optris.LoadingIndicators.Avalonia" />
paket add Optris.LoadingIndicators.Avalonia --version 12.0.4
#r "nuget: Optris.LoadingIndicators.Avalonia, 12.0.4"
#:package Optris.LoadingIndicators.Avalonia@12.0.4
#addin nuget:?package=Optris.LoadingIndicators.Avalonia&version=12.0.4
#tool nuget:?package=Optris.LoadingIndicators.Avalonia&version=12.0.4
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.Avaloniato 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

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
- Add resources in App.axaml
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceInclude Source="avares://LoadingIndicators.Avalonia/LoadingIndicators.axaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
- Include namespace
<Window ...
xmlns:li="using:LoadingIndicators.Avalonia">
- Add indicator and select mode
<li:LoadingIndicator IsActive="{Binding IsBusy}" Mode="Arcs" SpeedRatio="1.2" />
Releasing a new version
The major & minor version track Avalonia (e.g. 12.0.y for Avalonia 12). Patch versions are for library changes.
- Tag the release:
git tag -a v12.0.1 -m "v12.0.1" - 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 | Versions 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. |
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.