Skip to content

Strypper/mauisland

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ๏ธ MAUIsland

MAUIsland is an app that showcases all the .NET MAUI controls available for developers. It allows you to easily interact with them and see how they look and behave on different platforms. It also provides guidance, tips and tricks to help you use them effectively in your own apps.

MAUIsland

Explore and interact. Stay up to date with the .NET MAUI Community.

Store link

Version 2.0 (Dragon version)

  1. Revamped Design ๐ŸŽจ: The application now features a sleek, acrylic + mica material design. The interface is smoother, with enhanced contrast and reduced distractions, offering users a more engaging experience.

  2. Performance Enhancements ๐ŸŽ๏ธ: Significant improvements have been made in page navigation, resulting in a reduced memory footprint. Additionally, internet data is cached locally in a database, enhancing performance and enabling better offline support. The lazy loading of the code view expander contributes to faster initialization of pages.

  3. Expanded Community Toolkit ๐Ÿ”จ: The Community Toolkit Gallery has been enriched with the addition of four new controls, nine converters, and three layouts, empowering developers with more tools to enhance their applications.

  4. GitHub Community Gallery ๐Ÿค: We've integrated six widely used GitHub nuggets that are commonly utilized with .NET MAUI, including LiveChart2, ZXing.Net.Maui, and more. This gallery not only provides access to these resources but also offers UI fixes to address issues like stretched clicking and hovering targets for a smoother user interaction.

โš ๏ธ Create appsettings.Development.json before run App

  1. Click right MAUIsland in Solution Explorer
  2. Select Add -> New Item -> only JSON File
  3. Set Name: appsettings.Development.json
  4. Click Add and copy the format below (You can leave the key value empty if you don't have the syncfusion key, but this will lead to a crash if you try to view syncfusion controls) Add the json settings from the issue:
{
  "AppSettings": {
    "SyncfusionKey": "Your_syncfustion_key",
    "DiscordApplicationId": "Yout_discord_bot_application_id"
  }
}

๐Ÿš€ Features

  1. Browse through over 50 .NET MAUI controls organized by categories
  2. See live previews of each control on iOS, Android, Windows, and Mac
  3. Learn how to use each control with code snippets and documentation links
  4. Customize each controlโ€™s properties and styles
  5. Copy code snippets to the clipboard and use them in your app

โฌ‡๏ธ Installation

To install .NET MAUI Control Gallery on your device or emulator/simulator:

  1. Clone or download this repository
  2. Open the solution file (.sln) in Visual Studio 2022 or later
  3. Select your target platform and device/emulator/simulator
  4. Create the appsettings.Development.json file this file will not contain any private key
  5. Build and run the app

We will publish our application on all platforms soon enough. Stay tuned!!!

โ‰ Support

If you need help with something or have an idea, feel free to start a Discussion or find us on Discord. If you have detailed repro steps, open an issue here instead.

๐Ÿ“„ Code of Conduct

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct.

Meet the contributors

Made with contrib.rocks.