Skip to content

First stable release - 1.0.0

Compare
Choose a tag to compare
@RadekVyM RadekVyM released this 19 Sep 14:58
· 229 commits to main since this release
6821bff

This version of SimpleToolkit consists of:

  • SimpleToolkit.Core - set of simple .NET MAUI controls and helpers
    • Icon - control that allows you to display a tinted image
    • ContentButton - button that can hold whatever content you want
    • Popover - control that allows you to display custom popovers (flyouts) anchored to any control
    • Some useful helpers for managing the safe area of an application window. For example, there are helpers that allow you to force application content to be displayed behind system bars (status and navigation bars) on Android and iOS
  • SimpleToolkit.SimpleShell - simplified implementation of .NET MAUI Shell that lets you easily create custom navigation experience in your .NET MAUI applications

NuGet NuGet

Full Changelog: v1.0.0-preview1...v1.0.0