fabulous-dev / Fabulous

Declarative UI framework for cross-platform mobile & desktop apps, using MVU and F# functional programming

Home Page:https://fabulous.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for Maps in Fabulous.MauiControls.Maps

edgarfgp opened this issue · comments

Now that net7 rc1 is out we finally have maps

  • Should we add maps support ?
  • Should this be a separate nuget ?

@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.

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

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