Material.Avalonia 3.13.1-nightly.0.6

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

Material.Avalonia

Customizable Material Design implementation for AvaloniaUI framework.

alternate text is missing from this package README image

Overview

This library is a collection of styles and controls to help you customize your Avalonia application with Material Design theme.

  • Material Design styles for almost all Avalonia controls
  • Additional controls to support the Snackbars, side sheets, floating buttons, cards, dialogs and more
  • Easy configuration of palette (at design and runtime), according to Material Guidelines guidelines
  • Full Material Design Icons icon pack support (must be installed separately, in favor of small library size)
  • Demo applications included in the source project

Nuget.Material.Avalonia Nuget.Material.Avalonia Nuget.Material.Avalonia

Getting started

Check out the getting started wiki page. Or follow these instructions:

  1. Add Material.Avalonia nuget package to your project:

    dotnet add package Material.Avalonia
    

    Nuget.Material.Avalonia Nuget.Material.Avalonia

  2. Edit App.xaml file:

    <Application ...
      xmlns:themes="clr-namespace:Material.Styles.Themes;assembly=Material.Styles"
      ...>
      <Application.Styles>
        <themes:MaterialTheme BaseTheme="Dark" PrimaryColor="Purple" SecondaryColor="Lime" />
      </Application.Styles>
    </Application>
    
  3. Installing additional packages:

    All styles will be included automatically if you using MaterialTheme

  4. Done! Now your app is styled! You can use the Demo app to view how different styles look.
    Every control has the ShowMeTheXaml button in the right bottom corner which will show you a markup needed to recreate it.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 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 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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on Material.Avalonia:

Package Downloads
Material.Avalonia.DataGrid

DataGrid styles library of Material.Avalonia.

Material.Avalonia.Dialogs

Material.Dialog provide some essential material dialogs for use.

Slithin.Controls

Package Description

Material.Avalonia.TreeDataGrid

TreeDataGrid styles library of Material.Avalonia.

Slithin

A management application for your rM Tablet 1 and 2

GitHub repositories (12)

Showing the top 12 popular GitHub repositories that depend on Material.Avalonia:

Repository Stars
Tyrrrz/YoutubeDownloader
Downloads videos and playlists from YouTube
Tyrrrz/DiscordChatExporter
Exports Discord chat logs to a file
Tyrrrz/YoutubeExplode
Abstraction layer over YouTube's internal API
Tyrrrz/LightBulb
Reduces eye strain by adjusting screen gamma based on the current time
bcssov/IronyModManager
Mod Manager for Paradox Games. Official Discord: https://discord.gg/t9JmY8KFrV
dotnettools/SharpGrabber
Download from YouTube, Vimeo, HLS (M3U8 files) and more with .NET and JavaScript - Library and desktop app for downloading high quality media
furesoft/Slithin
A management application for the remarkable tablet
MeltyPlayer/MeltyTool
Multitool for viewing/extracting assets from various N64/GCN/3DS/PC games en-masse.
SignatureBeef/Open-Terraria-API
Open Terraria API - Mac, Linux & Windows
deanthecoder/GLSLShaderShrinker
Cross-platform tool to Reformat/Remove Dead Code/Optimise/Analyse GLSL shader code.
chyyran/skyinstaller
One-click installer for Trails in the Sky voice acting mods.
deanthecoder/ZXSpeculator
Cross-platform ZX Spectrum emulator written in C#
Version Downloads Last Updated
3.13.1-nightly.0.8 41 9/7/2025
3.13.1-nightly.0.7 40 9/6/2025
3.13.1-nightly.0.6 87 8/23/2025
3.13.1-nightly.0.3 150 8/10/2025
3.13.1-nightly.0.1 252 7/31/2025
3.13.0 3,228 7/31/2025
3.12.1-nightly.0.11 101 7/31/2025
3.12.1-nightly.0.10 93 7/31/2025
3.12.1-nightly.0.9 150 7/16/2025
3.12.1-nightly.0.6 117 7/16/2025
3.12.1-nightly.0.5 116 7/16/2025
3.12.1-nightly.0.4 118 7/16/2025
3.12.1-nightly.0.3 312 5/18/2025
3.12.1-nightly.0.1 92 5/17/2025
3.12.0 8,418 5/16/2025
3.11.1-nightly.0.3 180 5/16/2025
3.11.1-nightly.0.2 226 5/14/2025
3.11.1-nightly.0.1 73 5/10/2025
3.11.0 2,607 5/1/2025
3.10.3-nightly.0.3 144 5/1/2025
3.10.2 1,540 4/24/2025
3.10.1 3,841 4/3/2025
3.9.3-nightly.0.6 153 4/3/2025
3.9.3-nightly.0.5 144 4/3/2025
3.9.3-nightly.0.4 145 4/3/2025
3.9.3-nightly.0.3 149 4/2/2025
3.9.3-nightly.0.2 331 3/1/2025
3.9.2 18,652 2/8/2025
3.9.1 13,249 12/27/2024
3.9.0 474 12/25/2024
3.8.1-nightly.0.3 91 12/25/2024
3.8.1-nightly.0.1 279 11/28/2024
3.8.0 5,723 11/26/2024
3.7.5-nightly.0.2 89 11/26/2024
3.7.4 13,002 9/21/2024
3.7.3 2,251 9/7/2024
3.7.2 8,854 7/28/2024
3.7.1 222 7/27/2024
3.7.0 193 7/26/2024
3.6.1 490 7/29/2024
3.6.0 11,042 4/28/2024
3.5.1 438 4/28/2024
3.5.0 4,912 4/1/2024
3.4.3 1,080 3/24/2024
3.4.2 3,696 2/28/2024
3.4.1 696 2/25/2024
3.4.0 906 2/23/2024
3.3.0 6,861 2/1/2024
3.2.4 777 1/29/2024
3.2.2 1,098 1/12/2024
3.2.1 2,001 1/8/2024
3.2.0 305 1/8/2024
3.1.3 1,406 12/28/2023
3.1.2 1,430 12/11/2023
3.1.1 1,375 11/23/2023
3.1.0 740 11/15/2023
3.0.2 11,789 10/9/2023
3.0.1 2,867 9/19/2023
3.0.0 1,888 9/3/2023
3.0.0-avalonia11-preview6 349 8/14/2023
3.0.0-avalonia11-preview5 810 6/18/2023
3.0.0-avalonia11-preview4 278 4/22/2023
3.0.0-avalonia11-preview3 573 1/31/2023
3.0.0-avalonia11-preview2 672 10/12/2022
3.0.0-avalonia11-preview1 265 10/12/2022
3.0.0-avalonia10-preview3 205 8/3/2023
3.0.0-avalonia10-preview2 696 9/26/2022
3.0.0-avalonia10-preview1 403 9/25/2022
2.5.1 15,096 3/22/2022
2.5.0 1,600 11/28/2021
2.4.1 4,361 10/10/2021
2.4.0 1,646 9/28/2021
2.3.1 739 9/5/2021
2.3.0 1,498 8/1/2021
2.2.0 2,567 5/22/2021
2.1.0 896 4/22/2021
2.0.0 911 3/22/2021
1.0.1 1,102 1/17/2021
0.10.5-rc1 529 12/15/2020
0.10.4 948 11/15/2020
0.10.3 1,103 10/24/2020
0.10.1 632 10/15/2020
0.10.0-new1prev 454 10/9/2020
0.9.0 1,969 1/31/2020
0.1.0-preview5 539 11/15/2019

This version based on commit https://github.com/AvaloniaCommunity/Material.Avalonia/commit/6d71d0370e13b4abca214a3f946795b05c8b123c

Fix project file target framework syntax