@@ -8,7 +8,7 @@ description: >-
8
8
When you come from iOS development, you might need to find
9
9
Flutter plugins that offer the same abilities as Apple's system
10
10
libraries. This might include accessing device hardware or interacting
11
- with specific frameworks like ` HealthKit ` or ` MapKit ` .
11
+ with specific frameworks like ` HealthKit ` .
12
12
13
13
For an overview of how the SwiftUI framework compares to Flutter,
14
14
see [ Flutter for SwiftUI developers] [ ] .
@@ -62,7 +62,6 @@ should provide details.
62
62
| Send push notifications | ` UserNotifications ` | [ ` firebase_messaging ` ] [ ] [ ^3 ] |
63
63
| Access GPS coordinates | ` CoreLocation ` | [ ` geolocator ` ] [ ] |
64
64
| Access sensor data[ ^ 4 ] | ` CoreMotion ` | [ ` sensors_plus ` ] [ ] |
65
- | Embed maps | ` MapKit ` | [ ` google_maps_flutter ` ] [ ] |
66
65
| Make network requests | ` URLSession ` | [ ` http ` ] [ ] |
67
66
| Store key-values | ` @AppStorage ` property wrapper and ` NSUserDefaults ` | [ ` shared_preferences ` ] [ ] |
68
67
| Persist to a database | ` CoreData ` or SQLite | [ ` sqflite ` ] [ ] |
@@ -99,7 +98,6 @@ should provide details.
99
98
[ `in_app_purchase` ] : {{site.pub-pkg}}/in_app_purchase
100
99
[ `pay` ] : {{site.pub-pkg}}/pay
101
100
[ `firebase_messaging` ] : {{site.pub-pkg}}/firebase_messaging
102
- [ `google_maps_flutter` ] : {{site.pub-pkg}}/google_maps_flutter
103
101
[ `google_ml_kit` ] : {{site.pub-pkg}}/google_ml_kit
104
102
[ Use a custom TensorFlow Lite model with Flutter ] : {{site.firebase}}/docs/ml/flutter/use-custom-models
105
103
[ `speech_to_text` ] : {{site.pub-pkg}}/speech_to_text
0 commit comments