albert-heijn-technology / apple_maps_flutter

Apple Maps Plugin for Flutter
BSD 2-Clause "Simplified" License
69 stars 74 forks source link

Support for MacOS #3

Open rodydavis opened 4 years ago

rodydavis commented 4 years ago

Is Desktop on the roadmap?

Macos is now on the master channel and it would be awesome to have this option on desktop.

Also you could consider switching to a federated plugin system where others could add the support for the platforms you do not want to do.

Thanks for the awesome plugin!

LuisThein commented 4 years ago

Hey, yes they are definitely on the roadmap. A federated plugin system sounds like a good idea, because adding additional platforms will require a lot of work and will take a long time to implement by myself. Feel free to contribute/ share your ideas about adding new platforms.

rodydavis commented 4 years ago

Definitely! Would love to make PRs too

JayPerfetto commented 4 years ago

+1

JayPerfetto commented 4 years ago

Definitely! Would love to make PRs too

Any updates on this? I'm itching for a solution but lack the expertise

LuisThein commented 4 years ago

This will still take a while, but development should start soon 👍

cliftonlabrum commented 2 years ago

Any movement on this? I recently started using Flutter and am hoping to have a MapKit view in my macOS app.

Is this even possible on Flutter today? If so, can you give me some pointers on how I could get started? I have an MKMapView in a Swift app already, and I'd love to bring it to Flutter somehow.

Thanks!