Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MahmudX/awesome-maui
A collection of awesome libraries, tools, frameworks, and samples for DotNet MAUI
https://github.com/MahmudX/awesome-maui
List: awesome-maui
awesome csharp dotnet dotnet-core dotnet-maui maui microsoft xamarin xamarin-forms
Last synced: about 2 months ago
JSON representation
A collection of awesome libraries, tools, frameworks, and samples for DotNet MAUI
- Host: GitHub
- URL: https://github.com/MahmudX/awesome-maui
- Owner: MahmudX
- License: cc0-1.0
- Created: 2021-07-08T04:14:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T03:14:27.000Z (about 2 months ago)
- Last Synced: 2024-10-31T04:18:57.648Z (about 2 months ago)
- Topics: awesome, csharp, dotnet, dotnet-core, dotnet-maui, maui, microsoft, xamarin, xamarin-forms
- Homepage:
- Size: 65.4 KB
- Stars: 213
- Watchers: 8
- Forks: 26
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
- ultimate-awesome - awesome-maui - A collection of awesome libraries, tools, frameworks, and samples for DotNet MAUI. (Other Lists / Monkey C Lists)
README
# Awesome MAUI [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)
> A collection of awesome MAUI resources
.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML.
Contributions are always welcome! Please take a look at the [contribution guidelines](https://github.com/MahmudX/awesome-maui/blob/main/contributing.md) page first.
## Contents
* [Introduction](#introduction)
* [General](#general)
* [Plugins](#plugins)
* [UI](#ui)
* [Sample Apps](#sample-apps)## Introduction
### What is MAUI?
.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. Using .NET MAUI, you can develop apps that can run on Android, iOS, macOS, and Windows from a single shared code-base.
### Get Started
To get started with MAUI, follow the instructions in the [MAUI Get Started](https://docs.microsoft.com/en-us/dotnet/maui/) documentation.
**Notable mention -**
* [Javier Suárez](https://github.com/jsuarezruiz)'s [Awesome .NET MAUI](https://github.com/jsuarezruiz/awesome-dotnet-maui)
* Microsoft's official sample repository - [Maui Samples](https://github.com/dotnet/maui-samples/)## General
* [.NET MAUI Blog(s)](https://devblogs.microsoft.com/dotnet/category/net-maui/) - Microsoft's Official Dev blog
* [Official GitHub repo](https://github.com/dotnet/maui) [![GitHub issues](https://img.shields.io/github/issues/dotnet/maui?style=flat-square)](https://github.com/dotnet/maui) [![GitHub stars](https://img.shields.io/github/stars/dotnet/maui?style=flat-square)](https://github.com/dotnet/maui/stargazers) ![last commit](https://img.shields.io/github/last-commit/dotnet/maui?style=flat-square) .NET MAUI's official repo.
* [MAUI Check Tool](https://github.com/Redth/dotnet-maui-check) [![GitHub issues](communityToolkit/Maui: https://img.shields.io/github/issues/Redth/dotnet-maui-check?style=flat-square)](https://github.com/Redth/dotnet-maui-check) [![GitHub stars](https://img.shields.io/github/stars/Redth/dotnet-maui-check?style=flat-square)](https://github.com/Redth/dotnet-maui-check/stargazers) ![last commit](https://img.shields.io/github/last-commit/Redth/dotnet-maui-check?style=flat-square) - .NET MAUI Check tool.
* [.NET MAUI Community Toolkit](https://github.com/CommunityToolkit/Maui) [![GitHub issues](https://img.shields.io/github/issues/CommunityToolkit/Maui?style=flat-square)](https://github.com/CommunityToolkit/Maui) [![GitHub stars](https://img.shields.io/github/stars/CommunityToolkit/Maui?style=flat-square)](https://github.com/CommunityToolkit/Maui/stargazers) ![last commit](https://img.shields.io/github/last-commit/CommunityToolkit/Maui?style=flat-square) - A collection of common elements for development with .NET MAUI.
* [Xamarin Forms to .NET MAUI](https://github.com/jsuarezruiz/xamarin-forms-to-net-maui) [![GitHub issues](https://img.shields.io/github/issues/jsuarezruiz/xamarin-forms-to-net-maui?style=flat-square)](https://github.com/jsuarezruiz/xamarin-forms-to-net-maui) [![GitHub stars](https://img.shields.io/github/stars/jsuarezruiz/xamarin-forms-to-net-maui?style=flat-square)](https://github.com/jsuarezruiz/xamarin-forms-to-net-maui/stargazers) ![last commit](https://img.shields.io/github/last-commit/jsuarezruiz/xamarin-forms-to-net-maui?style=flat-square) - This repository is a compilation with documentation, examples and tips when converting code from Xamarin.Forms to .NET MAUI.## Plugins
* [Maui.BindableProperty.Generator](https://github.com/rrmanzano/maui-bindableproperty-generator) [![GitHub issues](https://img.shields.io/github/issues/rrmanzano/maui-bindableproperty-generator?style=flat-square)](https://github.com/rrmanzano/maui-bindableproperty-generator/issues) [![GitHub stars](https://img.shields.io/github/stars/rrmanzano/maui-bindableproperty-generator?style=flat-square)](https://github.com/rrmanzano/maui-bindableproperty-generator/stargazers) ![last commit](https://img.shields.io/github/last-commit/rrmanzano/maui-bindableproperty-generator?style=flat-square) - Source generator that automatically transforms fields into BindableProperties that can be used in MAUI.
* [Maui.Plugins.PageResolver](https://github.com/matt-goldman/Maui.Plugins.PageResolver) [![GitHub issues](https://img.shields.io/github/issues/matt-goldman/Maui.Plugins.PageResolver?style=flat-square)](https://github.com/matt-goldman/Maui.Plugins.PageResolver/issues) [![GitHub stars](https://img.shields.io/github/stars/matt-goldman/Maui.Plugins.PageResolver?style=flat-square)](https://github.com/matt-goldman/Maui.Plugins.PageResolver/stargazers) ![last commit](https://img.shields.io/github/last-commit/matt-goldman/Maui.Plugins.PageResolver?style=flat-square) - A simple and lightweight page resolver for use in .NET MAUI projects.
* [.NET MAUI Community Toolkit](https://github.com/CommunityToolkit/Maui) - [![GitHub issues](https://img.shields.io/github/issues/CommunityToolkit/Maui?style=flat-square)](https://github.com/CommunityToolkit/Maui) [![GitHub stars](https://img.shields.io/github/stars/CommunityToolkit/Maui?style=flat-square)](https://github.com/CommunityToolkit/Maui/stargazers) ![last commit](https://img.shields.io/github/last-commit/CommunityToolkit/Maui?style=flat-square) - The .NET MAUI Community Toolkit is a collection of common elements for development with .NET MAUI that people tend to replicate across multiple apps.
* [.NET MAUI Community Toolkit Markup](https://github.com/CommunityToolkit/Maui.Markup) - [![GitHub issues](https://img.shields.io/github/issues/CommunityToolkit/Maui.Markup?style=flat-square)](https://github.com/CommunityToolkit/Maui.Markup) [![GitHub stars](https://img.shields.io/github/stars/CommunityToolkit/Maui.Markup?style=flat-square)](https://github.com/CommunityToolkit/Maui.Markup/stargazers) ![last commit](https://img.shields.io/github/last-commit/CommunityToolkit/Maui.Markup?style=flat-square) - MAUI Community Toolkit Markup
* [Microsoft MAUI Graphics](https://github.com/dotnet/Microsoft.Maui.Graphics) [![GitHub issues](https://img.shields.io/github/issues/dotnet/Microsoft.Maui.Graphics?style=flat-square)](https://github.com/dotnet/Microsoft.Maui.Graphics/issues) [![GitHub stars](https://img.shields.io/github/stars/dotnet/Microsoft.Maui.Graphics?style=flat-square)](https://github.com/dotnet/Microsoft.Maui.Graphics/stargazers) ![last commit](https://img.shields.io/github/last-commit/dotnet/Microsoft.Maui.Graphics?style=flat-square) - Microsoft.Maui.Graphics is a cross-platform graphics library for iOS, Android, Windows, macOS, Tizen and Linux completely in C#.
* [InputKit](https://github.com/enisn/Xamarin.Forms.InputKit) [![GitHub issues](https://img.shields.io/github/issues/enisn/Xamarin.Forms.InputKit?style=flat-square)](https://github.com/enisn/Xamarin.Forms.InputKit/issues) [![GitHub stars](https://img.shields.io/github/stars/enisn/Xamarin.Forms.InputKit?style=flat-square)](https://github.com/enisn/Xamarin.Forms.InputKit/stargazers) ![last commit](https://img.shields.io/github/last-commit/enisn/Xamarin.Forms.InputKit?style=flat-square) - Fully bindable, featured and customizable input collection for MAUI & Xamarin.
* [Taiizor.Essentials.Maui](https://github.com/Taiizor/Taiizor.Essentials.Maui) [![GitHub issues](https://img.shields.io/github/issues/Taiizor/Taiizor.Essentials.Maui?style=flat-square)](https://github.com/Taiizor/Taiizor.Essentials.Maui/issues) [![GitHub stars](https://img.shields.io/github/stars/Taiizor/Taiizor.Essentials.Maui?style=flat-square)](https://github.com/Taiizor/Taiizor.Essentials.Maui/stargazers) ![last commit](https://img.shields.io/github/last-commit/Taiizor/Taiizor.Essentials.Maui?style=flat-square) - Taiizor.Essentials.Maui is a essentials library for projects using .NET MAUI. It provides convenience with various functions it offers.
* [Aptabase.Maui](https://aptabase.com/for-maui) [![GitHub issues](https://img.shields.io/github/issues/aptabase/aptabase-maui?style=flat-square)](https://github.com/aptabase/aptabase-maui/issues) [![GitHub stars](https://img.shields.io/github/stars/aptabase/aptabase-maui?style=flat-square)](https://github.com/aptabase/aptabase-maui/stargazers) ![last commit](https://img.shields.io/github/last-commit/aptabase/aptabase-maui?style=flat-square) - Analytics for .NET MAUI Apps. 100% Open Source, Privacy-Friendly and Simple.
## UI
* [Breadcrumb](https://github.com/IeuanWalker/Maui.Breadcrumb) [![GitHub issues](https://img.shields.io/github/issues/IeuanWalker/Maui.Breadcrumb?style=flat-square)](https://github.com/IeuanWalker/Maui.Breadcrumb/issues) [![GitHub stars](https://img.shields.io/github/stars/IeuanWalker/Maui.Breadcrumb?style=flat-square)](https://github.com/IeuanWalker/Maui.Breadcrumb/stargazers) ![last commit](https://img.shields.io/github/last-commit/IeuanWalker/Maui.Breadcrumb?style=flat-square) - This is a breadcrumb navigation control that is complete automatic and uses the Navigation stack and page titles to generate the breadcrumbs.
* [DevExpress Date Grid](https://github.com/DevExpress-Examples/maui-data-grid-examples) [![GitHub issues](https://img.shields.io/github/issues/DevExpress-Examples/maui-data-grid-examples?style=flat-square)](https://github.com/DevExpress-Examples/maui-data-grid-examples/issues) [![GitHub stars](https://img.shields.io/github/stars/DevExpress-Examples/maui-data-grid-examples?style=flat-square)](https://github.com/DevExpress-Examples/maui-data-grid-examples/stargazers) ![last commit](https://img.shields.io/github/last-commit/DevExpress-Examples/maui-data-grid-examples?style=flat-square) - The DevExpress ChartView for for .NET MAUI Preview 5 can visualize data in the Cartesian coordinate system as areas, bars, points, bubbles, lines, and other forms.
* [DevExpress Cartesian Chart](https://github.com/DevExpress-Examples/maui-chart-examples/tree/21.2.1+/CS/ChartViewExample) [![GitHub issues](https://img.shields.io/github/issues/DevExpress-Examples/maui-chart-examples?style=flat-square)](https://github.com/DevExpress-Examples/maui-chart-examples/issues) [![GitHub stars](https://img.shields.io/github/stars/DevExpress-Examples/maui-chart-examples?style=flat-square)](https://github.com/DevExpress-Examples/maui-chart-examples/stargazers) ![last commit](https://img.shields.io/github/last-commit/DevExpress-Examples/maui-chart-examples?style=flat-square) - The DevExpress ChartView for for .NET MAUI Preview 5 can visualize data in the Cartesian coordinate system as areas, bars, points, bubbles, lines, and other forms.
* [DevExpress Pie Chart](https://github.com/DevExpress-Examples/maui-chart-examples/tree/21.2.1+/CS/PieChartExample) [![GitHub issues](https://img.shields.io/github/issues/DevExpress-Examples/maui-chart-examples?style=flat-square)](https://github.com/DevExpress-Examples/maui-chart-examples/issues) [![GitHub stars](https://img.shields.io/github/stars/DevExpress-Examples/maui-chart-examples?style=flat-square)](https://github.com/DevExpress-Examples/maui-chart-examples/stargazers) ![last commit](https://img.shields.io/github/last-commit/DevExpress-Examples/maui-chart-examples?style=flat-square) - The DevExpress Pie Chart for .NET MAUI Preview 5 visualizes data as a circle chart divided into slices to illustrate numerical proportion.
* [Microsoft MAUI Graphics Controls](https://github.com/dotnet/Microsoft.Maui.Graphics.Controls) [![GitHub issues](https://img.shields.io/github/issues/dotnet/Microsoft.Maui.Graphics.Controls?style=flat-square)](https://github.com/dotnet/Microsoft.Maui.Graphics.Controls) [![GitHub stars](https://img.shields.io/github/stars/dotnet/Microsoft.Maui.Graphics.Controls?style=flat-square)](https://github.com/dotnet/Microsoft.Maui.Graphics.Controls/stargazers) ![last commit](https://img.shields.io/github/last-commit/dotnet/Microsoft.Maui.Graphics.Controls?style=flat-square) - Microsoft.Maui.Graphics.Controls is a .NET MAUI experiment that offers drawn controls allowing to choose between Cupertino, Fluent and Material.
* [LiveCharts2](https://github.com/beto-rodriguez/LiveCharts2) - [![GitHub issues](https://img.shields.io/github/issues/beto-rodriguez/LiveCharts2?style=flat-square)](https://github.com/beto-rodriguez/LiveCharts2) [![GitHub stars](https://img.shields.io/github/stars/beto-rodriguez/LiveCharts2?style=flat-square)](https://github.com/beto-rodriguez/LiveCharts2/stargazers) ![last commit](https://img.shields.io/github/last-commit/beto-rodriguez/LiveCharts2?style=flat-square) - Simple, flexible, interactive & powerful charts, maps and gauges for .Net
* [Syncfusion .NET MAUI examples](https://github.com/syncfusion/maui-demos) - [![GitHub issues](https://img.shields.io/github/issues/syncfusion/maui-demos?style=flat-square)](https://github.com/syncfusion/maui-demos) [![GitHub stars](https://img.shields.io/github/stars/syncfusion/maui-demos?style=flat-square)](https://github.com/syncfusion/maui-demos/stargazers) ![last commit](https://img.shields.io/github/last-commit/syncfusion/maui-demos?style=flat-square) - The Syncfusion .NET MAUI control’s samples and the guide to use them.
* [StateButton](https://github.com/IeuanWalker/Maui.StateButton) - [![GitHub issues](https://img.shields.io/github/issues/IeuanWalker/Maui.StateButton)](https://github.com/IeuanWalker/Maui.StateButton) [![GitHub stars](https://img.shields.io/github/stars/IeuanWalker/Maui.StateButton?style=flat-square)](https://github.com/IeuanWalker/Maui.StateButton/stargazers) ![last commit](https://img.shields.io/github/last-commit/IeuanWalker/Maui.StateButton?style=flat-square) - With this control you are able to create any style of button. This is possible as it acts as a wrapper to your XAML and provides you the events/ commands and properties to bind too. It's also 100% accessible with each platform seeing/ treating the control as a native button.
* [Switch](https://github.com/IeuanWalker/Maui.Switch) - [![GitHub issues](https://img.shields.io/github/issues/IeuanWalker/Maui.Switch)](https://github.com/IeuanWalker/Maui.Switch) [![GitHub stars](https://img.shields.io/github/stars/IeuanWalker/Maui.Switch?style=flat-square)](https://github.com/IeuanWalker/Maui.Switch/stargazers) ![last commit](https://img.shields.io/github/last-commit/IeuanWalker/Maui.Switch?style=flat-square) - A control that allows you to design any type of switch/ toggle for .NET MAUI. It's also 100% accessible.
* [Uranium UI Kit](https://github.com/enisn/UraniumUI) - [![GitHub issues](https://img.shields.io/github/issues/enisn/UraniumUI)](https://github.com/enisn/UraniumUI) [![GitHub stars](https://img.shields.io/github/stars/enisn/UraniumUI?style=flat-square)](https://github.com/enisn/UraniumUI/stargazers) ![last commit](https://img.shields.io/github/last-commit/enisn/UraniumUI?style=flat-square) - Uranium is a Free & Open-Source UI Kit for .NET MAUI. It provides a set of controls and utilities to build modern applications. It is built on top of the .NET MAUI infrastructure and provides a set of controls and layouts to build modern UIs. It also provides infrastructure for building custom controls and themes on it.
* [Syncfusion .NET MAUI Toolkit](https://github.com/syncfusion/maui-toolkit) - [![GitHub issues](https://img.shields.io/github/issues/syncfusion/maui-toolkit?style=flat-square)](https://github.com/syncfusion/maui-toolkit) [![GitHub stars](https://img.shields.io/github/stars/syncfusion/maui-toolkit?style=flat-square)](https://github.com/syncfusion/maui-toolkit/stargazers) ![last commit](https://img.shields.io/github/last-commit/syncfusion/maui-toolkit?style=flat-square) - The Syncfusion Toolkit for .NET MAUI is an open-source library offering high-quality, customizable UI components, controls, and file-format libraries for building rich, interactive applications across iOS, Android, macOS, and Windows.
## Sample Apps
* [Starbucks Redesign](https://github.com/sattasundar/maui-starbucks-ui) [![GitHub issues](https://img.shields.io/github/issues/sattasundar/maui-starbucks-ui?style=flat-square)](https://github.com/sattasundar/maui-starbucks-ui) [![GitHub stars](https://img.shields.io/github/stars/sattasundar/maui-starbucks-ui?style=flat-square)](https://github.com/sattasundar/maui-starbucks-ui/stargazers) ![last commit](https://img.shields.io/github/last-commit/sattasundar/maui-starbucks-ui?style=flat-square) - A sample Starbucks redesign app using .NET MAUI features.
* [MAUI Chat](https://github.com/matt-goldman/maui-chat) [![GitHub issues](https://img.shields.io/github/issues/matt-goldman/maui-chat?style=flat-square)](https://github.com/matt-goldman/maui-chat) [![GitHub stars](https://img.shields.io/github/stars/matt-goldman/maui-chat?style=flat-square)](https://github.com/matt-goldman/maui-chat/stargazers) ![last commit](https://img.shields.io/github/last-commit/matt-goldman/maui-chat?style=flat-square) - A simple chat app using SignalR, MAUI and Blazor.
* [Chat App](https://github.com/jsuarezruiz/netmaui-chat-app-challenge) [![GitHub issues](https://img.shields.io/github/issues/jsuarezruiz/netmaui-chat-app-challenge?style=flat-square)](https://github.com/jsuarezruiz/netmaui-chat-app-challenge) [![GitHub stars](https://img.shields.io/github/stars/jsuarezruiz/netmaui-chat-app-challenge?style=flat-square)](https://github.com/jsuarezruiz/netmaui-chat-app-challenge/stargazers) ![last commit](https://img.shields.io/github/last-commit/jsuarezruiz/netmaui-chat-app-challenge?style=flat-square) - Chat App UI Challenge made with .NET MAUI.
* [Hacker News](https://github.com/brminnick/HackerNews) [![GitHub issues](https://img.shields.io/github/issues/brminnick/HackerNews?style=flat-square)](https://github.com/brminnick/HackerNews) [![GitHub stars](https://img.shields.io/github/stars/brminnick/HackerNews?style=flat-square)](https://github.com/brminnick/HackerNews/stargazers) ![last commit](https://img.shields.io/github/last-commit/brminnick/HackerNews?style=flat-square) - A .NET MAUI app for displaying the top posts on Hacker News.
* [Bird Atlas](https://github.com/AppCreativity/BirdAtlas) [![GitHub issues](https://img.shields.io/github/issues/AppCreativity/BirdAtlas?style=flat-square)](https://github.com/AppCreativity/BirdAtlas) [![GitHub stars](https://img.shields.io/github/stars/AppCreativity/BirdAtlas?style=flat-square)](https://github.com/AppCreativity/BirdAtlas/stargazers) ![last commit](https://img.shields.io/github/last-commit/AppCreativity/BirdAtlas?style=flat-square) - Bird Atlas app.
* [Weather '21](https://github.com/davidortinau/WeatherTwentyOne/) - [![GitHub issues](https://img.shields.io/github/issues/davidortinau/WeatherTwentyOne?style=flat-square)](https://github.com/davidortinau/WeatherTwentyOnes) [![GitHub stars](https://img.shields.io/github/stars/davidortinau/WeatherTwentyOne?style=flat-square)](https://github.com/davidortinau/WeatherTwentyOne/stargazers) ![last commit](https://img.shields.io/github/last-commit/davidortinau/WeatherTwentyOne?style=flat-square) - Microsoft Build 2021 showcase app.
* [Dotnet Podcast](https://github.com/microsoft/dotnet-podcasts/tree/main/src) - [![GitHub issues](https://img.shields.io/github/issues/microsoft/dotnet-podcasts?style=flat-square)](https://github.com/microsoft/dotnet-podcasts) [![GitHub stars](https://img.shields.io/github/stars/microsoft/dotnet-podcasts?style=flat-square)](https://github.com/microsoft/dotnet-podcasts/stargazers) ![last commit](https://img.shields.io/github/last-commit/microsoft/dotnet-podcasts?style=flat-square) - .NET 6 reference application shown at .NET Conf 2021
* [Scientific Calculator](https://github.com/naweed/MauiScientificCalculator) - [![GitHub issues](https://img.shields.io/github/issues/naweed/MauiScientificCalculator?style=flat-square)](https://github.com/naweed/MauiScientificCalculator) [![GitHub stars](https://img.shields.io/github/stars/naweed/MauiScientificCalculator?style=flat-square)](https://github.com/naweed/MauiScientificCalculator/stargazers) ![last commit](https://img.shields.io/github/last-commit/naweed/MauiScientificCalculator?style=flat-square) - Beautiful Scentific Calculator built using .NET MAUI
* [Mobile Chat](https://github.com/jihadkhawaja/MobileChat) [![GitHub issues](https://img.shields.io/github/issues/jihadkhawaja/MobileChat?style=flat-square)](https://github.com/jihadkhawaja/MobileChat) [![GitHub stars](https://img.shields.io/github/stars/jihadkhawaja/MobileChat?style=flat-square)](https://github.com/jihadkhawaja/MobileChat/stargazers) ![last commit](https://img.shields.io/github/last-commit/jihadkhawaja/MobileChat?style=flat-square) - Cross-platform chat application created with MAUI and ASP.NET SignalR.
* [Soferity: Game Portal](https://github.com/Soferity/GamePortal) [![GitHub issues](https://img.shields.io/github/issues/Soferity/GamePortal?style=flat-square)](https://github.com/Soferity/GamePortal/issues) [![GitHub stars](https://img.shields.io/github/stars/Soferity/GamePortal?style=flat-square)](https://github.com/Soferity/GamePortal/stargazers) ![last commit](https://img.shields.io/github/last-commit/Soferity/GamePortal?style=flat-square) - Soferity: Game Portal is a game hub. It allows you to have a fun and good time with the various types of games it offers.
* [V2ex.MAUI](https://github.com/rwecho/V2ex.MAUI) [![GitHub issues](https://img.shields.io/github/issues/rwecho/V2ex.MAUI?style=flat-square)](https://github.com/rwecho/V2ex.MAUI/issues) [![GitHub stars](https://img.shields.io/github/stars/rwecho/V2ex.MAUI?style=flat-square)](https://github.com/rwecho/V2ex.MAUI/stargazers) ![last commit](https://img.shields.io/github/last-commit/rwecho/V2ex.MAUI?style=flat-square) - A multi-platform, user-friendly, and feature-rich V2ex native application made by MAUI.
* [WeightTracker](https://github.com/fdmomtaz/WeightTracker-DotNetMaui) [![GitHub issues](https://img.shields.io/github/issues/fdmomtaz/WeightTracker-DotNetMaui?style=flat-square)](https://github.com/fdmomtaz/WeightTracker-DotNetMaui/issues) [![GitHub stars](https://img.shields.io/github/stars/fdmomtaz/WeightTracker-DotNetMaui?style=flat-square)](https://github.com/fdmomtaz/WeightTracker-DotNetMaui/stargazers) ![last commit](https://img.shields.io/github/last-commit/fdmomtaz/WeightTracker-DotNetMaui?style=flat-square) - A simple, user-friendly .NET MAUI weight tracker app with a clean design for anyone looking to explore .NET MAUI development.