dotnet-maui-toolkit

.NET MAUI Toolkit is a set of fluent helper methods and classes to simplify working with .NET MAUI. Made available as NuGet packages.

MIT License

Stars
18

Bot releases are visible (Hide)

dotnet-maui-toolkit - vNext release of VijayAnand.Toolkit.Markup NuGet package

Published by egvijayanand over 2 years ago

  • Added a new helper method named GetXamlResource<T> (in the ResourceHelper class) to obtain an instance for XAML only type definition
    • Configured with <?xaml-comp compile="true" ?> and No code-behind file with C# type definition (hence no x:Class attribute)
  • Reorganization of helper methods from the Utility class.
Helper Method Moved to a New type
AppResource ResourceHelper
AppResource ResourceHelper
AddSwipeItem SwipeViewHelper
CreateSwipeItems SwipeViewHelper
CreateVisualStateGroupList VisualStateHelper
dotnet-maui-toolkit - vNext release of VijayAnand.MauiToolkit.* NuGet packages

Published by egvijayanand over 2 years ago

Fix on top of an earlier preview release.

dotnet-maui-toolkit - vNext release of VijayAnand.MauiToolkit.* NuGet packages

Published by egvijayanand over 2 years ago

  • Added a new Markup Method, named AddSubMenuGroup, to define a sub-menu group within a menu group to manage the multi-level menu.

     
  • VijayAnand.MauiToolkit.Core - v1.0.2-pre1
  • VijayAnand.MauiToolkit - v1.0.2-pre1
dotnet-maui-toolkit - Stable release of VijayAnand.Toolkit.Markup

Published by egvijayanand over 2 years ago

The stable release of VijayAnand.Toolkit.Markup to support .NET MAUI GA/SR1 version and Xamarin.Forms SR8 (5.0.0.2291) or a later version.

  • VijayAnand.Toolkit.Markup - v1.0.0
dotnet-maui-toolkit - Updated release of VijayAnand.MauiToolkit.* NuGet packages

Published by egvijayanand over 2 years ago

  1. Route parameters in the Navigation service methods can also be passed as Tuple (string key, object value)
  2. Now the GoBackAsync method also takes parameters
  • VijayAnand.MauiToolkit.Core - v1.0.1
  • VijayAnand.MauiToolkit - v1.0.1
dotnet-maui-toolkit - Updated release of .NET MAUI Blazor Toolkit

Published by egvijayanand over 2 years ago

This updated stable version of the Blazor NuGet package is built on top of the .NET MAUI SR1 (Service Release 1) version package dependency.

  • VijayAnand.MauiBlazor.Markup - v1.0.1
dotnet-maui-toolkit - vNext release of VijayAnand.MauiToolkit.* NuGet packages

Published by egvijayanand over 2 years ago

  1. Route parameters in the Navigation service methods can also be passed as Tuple (string key, object value)
  2. Now the GoBackAsync method also takes parameters
dotnet-maui-toolkit - Stable release of .NET MAUI Blazor Toolkit

Published by egvijayanand over 2 years ago

This stable version of the NuGet package is built on top of the .NET MAUI GA release.

  • VijayAnand.MauiBlazor.Markup - v1.0.0
dotnet-maui-toolkit - Stable release of VijayAnand.MauiToolkit.* NuGet packages

Published by egvijayanand over 2 years ago

This stable version of the NuGet package is built on top of the .NET MAUI GA release.

  • VijayAnand.MauiToolkit.Core - v1.0.0
  • VijayAnand.MauiToolkit - v1.0.0
dotnet-maui-toolkit - RC3 supported service release of VijayAnand.MauiToolkit.* NuGet packages

Published by egvijayanand over 2 years ago

This service release version of the NuGet package is built on top of .NET MAUI RC3, the latest release as of May 2022.

dotnet-maui-toolkit - RC3 supported release of VijayAnand.MauiToolkit.* NuGet packages

Published by egvijayanand over 2 years ago

This version of the NuGet package is released on top of .NET MAUI RC3, the latest release as of May 2022.

dotnet-maui-toolkit - RC3 supported release of .NET MAUI Blazor Toolkit

Published by egvijayanand over 2 years ago

This version of the NuGet package is released on top of .NET MAUI RC3, the latest release as of May 2022.

dotnet-maui-toolkit - Updated release of VijayAnand.MauiToolkit.* NuGet packages

Published by egvijayanand over 2 years ago

AppService updated to include the Tizen platform.

dotnet-maui-toolkit - Updated release of VijayAnand.MauiToolkit.* NuGet packages

Published by egvijayanand over 2 years ago

This version of the package is built on top of .NET MAUI RC2 dependencies, the latest release as of Apr 2022.

dotnet-maui-toolkit - RC2 supported release of .NET MAUI Blazor Toolkit

Published by egvijayanand over 2 years ago

This version of the package is built on top of .NET MAUI RC2 dependencies, the latest release as of Apr 2022.

Included Tizen as a supported platform.

dotnet-maui-toolkit - RC2 supported release of VijayAnand.MauiToolkit.* NuGet packages (Pre8)

Published by egvijayanand over 2 years ago

This version of the package is built on top of .NET MAUI RC2 dependencies, the latest release as of Apr 2022.

dotnet-maui-toolkit - RC1 supported release of VijayAnand.MauiToolkit.* NuGet packages (Pre7)

Published by egvijayanand over 2 years ago

This version of the package is built on top of .NET MAUI RC1 dependencies, the latest release as of Apr 2022.

dotnet-maui-toolkit - RC1 supported release of .NET MAUI Blazor Toolkit

Published by egvijayanand over 2 years ago

This version of the package is built on top of .NET MAUI RC1 dependencies, the latest release as of Apr 2022.

dotnet-maui-toolkit - Updated release of VijayAnand.MauiToolkit.* NuGet packages (Pre6)

Published by egvijayanand over 2 years ago

  1. Includes additional Markup methods for defining Menu groups and items using Fluent API syntax
  2. Methods in the DialogService and ShareService have been suffixed with Async
dotnet-maui-toolkit - Updated release of VijayAnand.MauiToolkit.* NuGet packages (Pre5)

Published by egvijayanand over 2 years ago

Extension methods for accessing resources.