From ee1984a14583d99451a8be05eeef640442b7acff Mon Sep 17 00:00:00 2001 From: Alex Dobrynin Date: Mon, 23 Dec 2024 13:51:14 +0200 Subject: [PATCH 1/2] added MPowerKit.GoogleMaps --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a940a9..b704264 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ Here you can find a curated list of **awesome** .NET MAUI libraries and resource [Indiko.Maui.Controls.Markdown](https://github.com/0xc3u/Indiko.Maui.Controls.Markdown)|The MarkdownView component is a versatile and customizable Markdown renderer designed for MAUI.NET applications. It allows developers to display Markdown-formatted text within their MAUI.NET applications, providing a rich text experience.|[![GitHub stars](https://img.shields.io/github/stars/0xc3u/Indiko.Maui.Controls.Markdown?style=flat-square)](https://github.com/0xc3u/Indiko.Maui.Controls.Markdown/stargazers)|[![GitHub last-commit](https://img.shields.io/github/last-commit/0xc3u/Indiko.Maui.Controls.Markdown?style=flat-square)](https://github.com/0xc3u/Indiko.Maui.Controls.Markdown/commits) [LiveCharts2](https://github.com/beto-rodriguez/LiveCharts2)|Simple, flexible, interactive & powerful charts, maps and gauges.|[![GitHub stars](https://img.shields.io/github/stars/beto-rodriguez/LiveCharts2?style=flat-square)](https://github.com/beto-rodriguez/LiveCharts2/stargazers)|[![GitHub last-commit](https://img.shields.io/github/last-commit/beto-rodriguez/LiveCharts2?style=flat-square)](https://github.com/beto-rodriguez/LiveCharts2/commits) [Manuela](https://github.com/beto-rodriguez/Manuela)|Manuela is a productivity framework for Maui; it is a quick way to get things done.|[![GitHub stars](https://img.shields.io/github/stars/beto-rodriguez/Manuela?style=flat-square)](https://github.com/beto-rodriguez/Manuela/stargazers)|[![GitHub last-commit](https://img.shields.io/github/last-commit/beto-rodriguez/Manuela?style=flat-square)](https://github.com/beto-rodriguez/Manuela/commits) +[MPowerKit.GoogleMaps](https://github.com/MPowerKit/GoogleMaps)|oogle Maps SDK library for .NET MAUI. Very easy to use. Allows to interact with map in MVVM manner through bindings or with map control directly.|[![GitHub stars](https://img.shields.io/github/stars/MPowerKit/GoogleMaps?style=flat-square)](https://github.com/MPowerKit/GoogleMaps/stargazers)|[![GitHub last-commit](https://img.shields.io/github/last-commit/MPowerKit/GoogleMaps?style=flat-square)](https://github.com/MPowerKit/GoogleMaps/commits) [Mapbox](https://github.com/tuyen-vuduc/mapbox-maui)|A dedicated library and starting sample for integrating Mapbox into your MAUI application.|[![GitHub stars](https://img.shields.io/github/stars/tuyen-vuduc/mapbox-maui?style=flat-square)](https://github.tuyen-vuduc/mapbox-maui/stargazers)|[![GitHub last-commit](https://img.shields.io/github/last-commit/tuyen-vuduc/mapbox-maui?style=flat-square)](https://github.com/tuyen-vuduc/mapbox-maui/commits) [Mapsui](https://github.com/Mapsui/Mapsui)|Mapsui is a .NET Map component.|[![GitHub stars](https://img.shields.io/github/stars/Mapsui/Mapsui?style=flat-square)](https://github.Mapsui/Mapsui/stargazers)|[![GitHub last-commit](https://img.shields.io/github/last-commit/Mapsui/Mapsui?style=flat-square)](https://github.com/Mapsui/Mapsui/commits) [Material.Components.Maui](https://github.com/yiszza/Material.Components.Maui)|Material You Components for .NET MAUI.|[![GitHub stars](https://img.shields.io/github/stars/yiszza/Material.Components.Maui?style=flat-square)](https://github.com/yiszza/Material.Components.Maui/stargazers)|[![GitHub last-commit](https://img.shields.io/github/last-commit/yiszza/Material.Components.Maui?style=flat-square)](https://github.com/yiszza/Material.Components.Maui/commits) From cc48f223fa903c214b782040549f5af7c8f1d64b Mon Sep 17 00:00:00 2001 From: Alex Dobrynin Date: Mon, 23 Dec 2024 13:53:08 +0200 Subject: [PATCH 2/2] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b704264..ad2eea8 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Here you can find a curated list of **awesome** .NET MAUI libraries and resource [Indiko.Maui.Controls.Markdown](https://github.com/0xc3u/Indiko.Maui.Controls.Markdown)|The MarkdownView component is a versatile and customizable Markdown renderer designed for MAUI.NET applications. It allows developers to display Markdown-formatted text within their MAUI.NET applications, providing a rich text experience.|[![GitHub stars](https://img.shields.io/github/stars/0xc3u/Indiko.Maui.Controls.Markdown?style=flat-square)](https://github.com/0xc3u/Indiko.Maui.Controls.Markdown/stargazers)|[![GitHub last-commit](https://img.shields.io/github/last-commit/0xc3u/Indiko.Maui.Controls.Markdown?style=flat-square)](https://github.com/0xc3u/Indiko.Maui.Controls.Markdown/commits) [LiveCharts2](https://github.com/beto-rodriguez/LiveCharts2)|Simple, flexible, interactive & powerful charts, maps and gauges.|[![GitHub stars](https://img.shields.io/github/stars/beto-rodriguez/LiveCharts2?style=flat-square)](https://github.com/beto-rodriguez/LiveCharts2/stargazers)|[![GitHub last-commit](https://img.shields.io/github/last-commit/beto-rodriguez/LiveCharts2?style=flat-square)](https://github.com/beto-rodriguez/LiveCharts2/commits) [Manuela](https://github.com/beto-rodriguez/Manuela)|Manuela is a productivity framework for Maui; it is a quick way to get things done.|[![GitHub stars](https://img.shields.io/github/stars/beto-rodriguez/Manuela?style=flat-square)](https://github.com/beto-rodriguez/Manuela/stargazers)|[![GitHub last-commit](https://img.shields.io/github/last-commit/beto-rodriguez/Manuela?style=flat-square)](https://github.com/beto-rodriguez/Manuela/commits) -[MPowerKit.GoogleMaps](https://github.com/MPowerKit/GoogleMaps)|oogle Maps SDK library for .NET MAUI. Very easy to use. Allows to interact with map in MVVM manner through bindings or with map control directly.|[![GitHub stars](https://img.shields.io/github/stars/MPowerKit/GoogleMaps?style=flat-square)](https://github.com/MPowerKit/GoogleMaps/stargazers)|[![GitHub last-commit](https://img.shields.io/github/last-commit/MPowerKit/GoogleMaps?style=flat-square)](https://github.com/MPowerKit/GoogleMaps/commits) +[MPowerKit.GoogleMaps](https://github.com/MPowerKit/GoogleMaps)|Google Maps SDK library for .NET MAUI. Very easy to use. Allows to interact with map in MVVM manner through bindings or with map control directly.|[![GitHub stars](https://img.shields.io/github/stars/MPowerKit/GoogleMaps?style=flat-square)](https://github.com/MPowerKit/GoogleMaps/stargazers)|[![GitHub last-commit](https://img.shields.io/github/last-commit/MPowerKit/GoogleMaps?style=flat-square)](https://github.com/MPowerKit/GoogleMaps/commits) [Mapbox](https://github.com/tuyen-vuduc/mapbox-maui)|A dedicated library and starting sample for integrating Mapbox into your MAUI application.|[![GitHub stars](https://img.shields.io/github/stars/tuyen-vuduc/mapbox-maui?style=flat-square)](https://github.tuyen-vuduc/mapbox-maui/stargazers)|[![GitHub last-commit](https://img.shields.io/github/last-commit/tuyen-vuduc/mapbox-maui?style=flat-square)](https://github.com/tuyen-vuduc/mapbox-maui/commits) [Mapsui](https://github.com/Mapsui/Mapsui)|Mapsui is a .NET Map component.|[![GitHub stars](https://img.shields.io/github/stars/Mapsui/Mapsui?style=flat-square)](https://github.Mapsui/Mapsui/stargazers)|[![GitHub last-commit](https://img.shields.io/github/last-commit/Mapsui/Mapsui?style=flat-square)](https://github.com/Mapsui/Mapsui/commits) [Material.Components.Maui](https://github.com/yiszza/Material.Components.Maui)|Material You Components for .NET MAUI.|[![GitHub stars](https://img.shields.io/github/stars/yiszza/Material.Components.Maui?style=flat-square)](https://github.com/yiszza/Material.Components.Maui/stargazers)|[![GitHub last-commit](https://img.shields.io/github/last-commit/yiszza/Material.Components.Maui?style=flat-square)](https://github.com/yiszza/Material.Components.Maui/commits)