Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 841 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 841 Bytes

Flyout Page Project in .NET MAUI

This project demonstrates how to create a Flyout Page in .NET MAUI. A Flyout Page is used to implement a side menu (also known as a navigation drawer), which allows navigation between different sections of the app.

Features

  • Flyout Menu: A navigation drawer for easy access to different pages.
  • Multi-page Navigation: Switch between various content pages using the flyout menu.
  • Cross-platform Support: The app is designed to work on Android, iOS, and Windows using .NET MAUI.

Prerequisites

  • Visual Studio 2022 (with .NET MAUI workload installed)
  • .NET 6 or later
  • Basic knowledge of XAML and C# for creating UI in .NET MAUI

Getting Started

1. Clone the repository

git clone https://github.com/BalramApply/FlyoutDemo.git
cd BalramApply/FlyoutDemo