Skip to content

[google_maps_flutter] Add support for iOS Google Maps SDK 8.x #138972

@dihsarjr

Description

@dihsarjr

Is there an existing issue for this?

Steps to reproduce

  1. uninstall existing app
  2. install app again
  3. launch the map widget or the screen
  4. showing this message -> Google Maps SDK for iOS version: 7.4.0.0
    New version of Google Maps SDK for iOS available: 8.3.0.0

Expected results

nill

Actual results

Google Maps SDK for iOS version: 7.4.0.0
New version of Google Maps SDK for iOS available: 8.3.0.0

Code sample

Code sample
GoogleMap(
                            zoomControlsEnabled: false,
                            zoomGesturesEnabled: false,
                            myLocationEnabled: false,
                            myLocationButtonEnabled: false,
                            mapType: MapType.normal,
                            initialCameraPosition: CameraPosition(
                              target: LatLng(
                                -----
                             ,-----
                              ),
                              zoom: 14.4746,
                            ),
                            onMapCreated: (GoogleMapController controllers) {
                              _controller.complete(controllers);
                            },
                          )

Screenshots or Video

Screenshots / Video demonstration

[Upload media here]

Logs

Logs
[Paste your logs here]

Flutter Doctor output

Doctor output
[✓] Flutter (Channel stable, 3.13.9, on macOS 14.1.1 23B81 darwin-arm64, locale en-IN)
    • Flutter version 3.13.9 on channel stable at /Users/mohammedrashid/FlutterDev/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision d211f42860 (4 weeks ago), 2023-10-25 13:42:25 -0700
    • Engine revision 0545f8705d
    • Dart version 3.1.5
    • DevTools version 2.25.0

[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
    • Android SDK at /Users/mohammedrashid/Library/Android/sdk
    • Platform android-34, build-tools 33.0.1
    • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b829.9-10027231)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 15.0.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 15A507
    • CocoaPods version 1.13.0

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2022.3)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b829.9-10027231)

[✓] VS Code (version 1.84.2)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.76.0

[✓] Connected device (3 available)
    • iPhone 12 (mobile) • A0F50D1F-4FA6-4053-97F7-BCE3B1CF14F0 • ios            • com.apple.CoreSimulator.SimRuntime.iOS-17-0 (simulator)
    • macOS (desktop)    • macos                                • darwin-arm64   • macOS 14.1.1 23B81 darwin-arm64
    • Chrome (web)       • chrome                               • web-javascript • Google Chrome 108.0.5359.124
    ! Error: Browsing on the local area network for Jumana’s iPhone. Ensure the device is unlocked and attached with a cable or associated with
      the same local area network as this Mac.
      The device must be opted into Developer Mode to connect wirelessly. (code -27)

[✓] Network resources
    • All expected network resources are available.

• No issues found!

Metadata

Metadata

Labels

P1High-priority issues at the top of the work listp: mapsGoogle Maps pluginpackageflutter/packages repository. See also p: labels.platform-iosiOS applications specificallyteam-iosOwned by iOS platform team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions