fabulous-dev / Fabulous

Declarative UI framework for cross-platform mobile & desktop apps, using MVU and F# functional programming
https://fabulous.dev
Apache License 2.0
1.13k stars 122 forks source link

Add support for Maps in Fabulous.MauiControls.Maps #1014

Closed edgarfgp closed 1 year ago

edgarfgp commented 1 year ago

Now that net7 rc1 is out we finally have maps

TimLariviere commented 1 year ago

@edgarfgp Yes, it would be a good idea to have maps support both for XF and Maui. We would be able to fully migrate FabulousContacts as well.

Should this be a separate nuget ?

I would even have a separate repo for it and host it in the fsharp-mobile org.

edgarfgp commented 1 year ago

@TimLariviere Could you create the repos so we can start start 😀

TimLariviere commented 1 year ago

Done. :)

Xamarin.Forms: https://github.com/fsharp-mobile/Fabulous.XamarinForms.Maps Maui.Controls: https://github.com/fsharp-mobile/Fabulous.MauiControls.Maps

Bonus point: We can reuse those 2 repos as templates for other 3rd party extensions :)

Let's continue in those repos