website icon indicating copy to clipboard operation
website copied to clipboard

List of Apple frameworks exposed by plugins has incorrect implementation detail

Open sethladd opened this issue 1 year ago • 2 comments

Page URL

https://docs.flutter.dev/platform-integration/ios/apple-frameworks

Page source

No response

Describe the problem

The row for "Embed maps" incorrectly states that it wraps MapKit. In fact, this row's implementation wraps google maps.

Expected fix

The row for "Embed maps" should be removed. I believe the intention of this page is to show which plugins surface Apple-provided APIs.

We might want to point to https://pub.dev/packages/apple_maps_flutter but we'd have to try it first.

Additional context

No response

I would like to fix this problem.

  • [ ] I will try and fix this problem on docs.flutter.dev.

sethladd avatar Aug 27 '24 22:08 sethladd

cc @jmagman

sethladd avatar Aug 27 '24 22:08 sethladd

This MapKit unused import may have been the source of confusion: https://github.com/flutter/packages/pull/7522

jmagman avatar Aug 27 '24 22:08 jmagman