Skip to content

Commit 018c966

Browse files
authored
Remove erroneous line about MapKit (#11097)
Fixes #11088
1 parent 119f898 commit 018c966

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/content/platform-integration/ios/apple-frameworks.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >-
88
When you come from iOS development, you might need to find
99
Flutter plugins that offer the same abilities as Apple's system
1010
libraries. This might include accessing device hardware or interacting
11-
with specific frameworks like `HealthKit` or `MapKit`.
11+
with specific frameworks like `HealthKit`.
1212

1313
For an overview of how the SwiftUI framework compares to Flutter,
1414
see [Flutter for SwiftUI developers][].
@@ -62,7 +62,6 @@ should provide details.
6262
| Send push notifications | `UserNotifications` | [`firebase_messaging`][][^3] |
6363
| Access GPS coordinates | `CoreLocation` | [`geolocator`][] |
6464
| Access sensor data[^4] | `CoreMotion` | [`sensors_plus`][] |
65-
| Embed maps | `MapKit` | [`google_maps_flutter`][] |
6665
| Make network requests | `URLSession` | [`http`][] |
6766
| Store key-values | `@AppStorage` property wrapper and `NSUserDefaults` | [`shared_preferences`][] |
6867
| Persist to a database | `CoreData` or SQLite | [`sqflite`][] |
@@ -99,7 +98,6 @@ should provide details.
9998
[`in_app_purchase`]: {{site.pub-pkg}}/in_app_purchase
10099
[`pay`]: {{site.pub-pkg}}/pay
101100
[`firebase_messaging`]: {{site.pub-pkg}}/firebase_messaging
102-
[`google_maps_flutter`]: {{site.pub-pkg}}/google_maps_flutter
103101
[`google_ml_kit`]: {{site.pub-pkg}}/google_ml_kit
104102
[Use a custom TensorFlow Lite model with Flutter]: {{site.firebase}}/docs/ml/flutter/use-custom-models
105103
[`speech_to_text`]: {{site.pub-pkg}}/speech_to_text

0 commit comments

Comments
 (0)