Add Flags.Icons.Avalonia under UI - Theming/Icons - #270
Open
Alpaq92 wants to merge 1 commit into
Open
Conversation
Drop-in `FlagIcon` Avalonia control bundling 1635 country and subdivision flag SVGs from 5 maintained upstream sources (jdecked twemoji, HatScripts circle-flags, kapowaz square-flags, lipis flag-icons, Alpaq92 FlagHub). Inserted alphabetically right after Material.Icons.Avalonia.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Flags.Icons.Avalonia under the UI - Theming - Icons section, immediately after Material.Icons.Avalonia.
Drop-in
FlagIconAvalonia templated control bundling 1635 country and subdivision flag SVGs from 5 maintained upstreams as embedded resources — no runtime download, no filesystem access:Usage in XAML:
```xml
<flag:FlagIcon Twemoji="US" Width="48" Height="36" />
<flag:FlagIcon Circle="US" Width="48" Height="36" />
<flag:FlagIcon FlagHub="US" Width="48" Height="36" />
```
Sibling packages also available for Eto.Forms, .NET MAUI, Aprillz.MewUI, Uno Platform, Windows Forms, WinUI 3, and WPF (same enum API; per-stack thin wrappers).
🤖 Generated with Claude Code