Fabulous.Avalonia.Templates 2.3.0

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet new install Fabulous.Avalonia.Templates::2.3.0
This package contains a .NET Template Package you can call from the shell/command line.

Templates for Fabulous.Avalonia

Fabulous.Avalonia brings the great development experience of Fabulous to Avalonia, allowing you to take advantage of the latest cross-platform UI framework from Microsoft with a tailored declarative UI DSL and clean architecture.

Deploy to any platform supported by Avalonia, such as Android, iOS, macOS, Windows, Linux and more!

How to use the templates

Using the dotnet CLI, install the templates:

dotnet new install Fabulous.Avalonia.Templates

Then, you will be able to create new Fabulous.Avalonia projects with dotnet new:

Single Project

Single project takes the platform-specific development experiences and abstracts them into a single shared project that can target Android, iOS, Desktop.

dotnet new fabulous-avalonia -n MyApp
  • MyApp
    • Platform
      • Android
      • iOS
      • Desktop

Note: Browser is not supported in single project template.

Multi Project

Multi project takes the platform-specific development and abstracts them into a multiple projects that can target Android, iOS, Desktop, Browser.

dotnet new fabulous-avalonia-multi -n MyApp
  • MyApp
    • MyApp
    • MyApp.Android
    • MyApp.iOS
    • MyApp.Desktop

Note: Browser is not supported in multi project template.

Documentation

Documentation can be found at https://docs.fabulous.dev/v2/avalonia

  • .NETStandard 2.0

    • No dependencies.

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
3.0.0-pre4 61 4/19/2024
3.0.0-pre3 143 4/13/2024
3.0.0-pre2 111 3/31/2024
3.0.0-pre1 200 3/23/2024
2.4.0-pre1 1,107 2/9/2024
2.3.0 883 1/17/2024
2.2.0 364 1/9/2024
2.1.0 167 1/8/2024
2.0.0 328 1/1/2024

### Added
- No changes