/CodedByKay.RunTimeTracker

Primary LanguageC#Apache License 2.0Apache-2.0

My Master MAUI Template

Welcome to My Master MAUI Template repository! This template is designed to kickstart your MAUI (Multi-platform App UI) projects with a focus on leveraging the power of the Community Toolkit and Community Toolkit MVVM.

Features

  • Includes the latest version of the Community Toolkit.
  • Integrates the Community Toolkit MVVM for efficient MVVM (Model-View-ViewModel) pattern implementation.
  • Provides a basic setup for utilizing the Community Toolkit MVVM.
  • Includes user preferences service for managing user-specific settings.
  • Implements secure storage service for safeguarding sensitive user data.
  • Incorporates lifecycle events such as OnAppearing and OnDisappearing in the main page for enhanced user experience.
  • Configures app settings for both development and production environments.
  • Registers the MainPage as a route in the AppShell code-behind for navigation purposes.

Prerequisites

Before getting started, make sure you have the following prerequisites installed:

  • .NET 8 SDK or later
  • Visual Studio 2022 or Visual Studio Code with the .NET workload installed