Material.Avalonia 3.7.4

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

// Install Material.Avalonia as a Cake Tool
#tool nuget:?package=Material.Avalonia&version=3.7.4                

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

    • If you want to use DataGrid control, add Material.Avalonia.DataGrid package:

      dotnet add package Material.Avalonia.DataGrid
      

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

    • If you want to use dialogs provided from Material.Avalonia, add Material.Avalonia.Dialogs package:

      dotnet add package Material.Avalonia.Dialogs
      

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

  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. 
.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 (6)

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

Slithin

A management application for your rM Tablet 1 and 2

CastelloBranco.AnnotationsMarkupExtensions.Avalonia

Markup Extensions to use DataAnnotations in XAML

GitHub repositories (8)

Showing the top 5 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
Version Downloads Last updated
3.7.4 6,683 9/21/2024
3.7.4-nightly.0.2 52 9/21/2024
3.7.3 1,270 9/7/2024
3.7.2 6,909 7/28/2024
3.7.1 159 7/27/2024
3.7.0 104 7/26/2024
3.6.1 255 7/29/2024
3.6.0 9,363 4/28/2024
3.5.1 249 4/28/2024
3.5.0 4,060 4/1/2024
3.4.3 961 3/24/2024
3.4.2 3,500 2/28/2024
3.4.1 600 2/25/2024
3.4.0 617 2/23/2024
3.3.0 3,323 2/1/2024
3.2.4 688 1/29/2024
3.2.2 978 1/12/2024
3.2.1 1,901 1/8/2024
3.2.0 235 1/8/2024
3.1.3 1,332 12/28/2023
3.1.2 1,338 12/11/2023
3.1.1 1,259 11/23/2023
3.1.0 629 11/15/2023
3.0.2 8,231 10/9/2023
3.0.1 2,775 9/19/2023
3.0.0 1,559 9/3/2023
3.0.0-avalonia11-preview6 293 8/14/2023
3.0.0-avalonia11-preview5 702 6/18/2023
3.0.0-avalonia11-preview4 204 4/22/2023
3.0.0-avalonia11-preview3 499 1/31/2023
3.0.0-avalonia11-preview2 590 10/12/2022
3.0.0-avalonia11-preview1 198 10/12/2022
3.0.0-avalonia10-preview3 146 8/3/2023
3.0.0-avalonia10-preview2 622 9/26/2022
3.0.0-avalonia10-preview1 327 9/25/2022
2.5.1 12,767 3/22/2022
2.5.0 1,495 11/28/2021
2.4.1 4,032 10/10/2021
2.4.0 1,541 9/28/2021
2.3.1 640 9/5/2021
2.3.0 1,381 8/1/2021
2.2.0 2,311 5/22/2021
2.1.0 789 4/22/2021
2.0.0 767 3/22/2021
1.0.1 975 1/17/2021
0.10.5-rc1 422 12/15/2020
0.10.4 840 11/15/2020
0.10.3 948 10/24/2020
0.10.1 529 10/15/2020
0.10.0-new1prev 350 10/9/2020
0.9.0 1,719 1/31/2020
0.1.0-preview5 434 11/15/2019

## What's Changed
* Add nullability to many places in Material.Avalonia.Dialogs, resolves warnings by @SKProCH in https://github.com/AvaloniaCommunity/Material.Avalonia/pull/400
* Fixes missing DataValidationErrors. Fix #402 by @SKProCH in https://github.com/AvaloniaCommunity/Material.Avalonia/pull/403


**Full Changelog**: https://github.com/AvaloniaCommunity/Material.Avalonia/compare/v3.7.3...v3.7.4