Tested on latest version of Flutter and google_maps_flutter. MinhMark123123 commented May 13, 2019 I have the same problem. In my code i have 3 pages with Map page is the middle page and switching between them via bottom bar cause crash. It also crash when i zoom in, zoom out ...
dependencies: flutter_google_places: <latest_version> Usage const kGoogleApiKey = "API_KEY"; Prediction p = await PlacesAutocomplete.show( context: context, apiKey: kGoogleApiKey, mode: Mode.overlay, // Mode.fullscreen language: "fr", components: [new Component(Component.country, "fr")])...
is recommended to use "git" directly to perform update checks and upgrades. [!] Android toolchain - develop for Android devices (Android SDK version 35.0.0) • Android SDK at /Users/admin/Library/Android/sdk ✗ cmdline-tools component is missing Runpath/to/sdkmanager --install "cmdline-to...
I fixed it by creating new project with latest flutter version, then moved code to new project. Yes its works, i have same issue and try lot of way, but create new project in different directory location and add plugin in pubsepc.yaml google_maps_flutter: its working see in given image...
I am able to reproduce this issue on the latest master and stable channels. On iOS both with Impeller and without, there is an animation of marker from one point to another. Code Sample import 'package:flutter/material.dart'; import 'dart:math'; import 'package:google_maps_flutter/google...
# Set platform to 15.0 to enable latest Google Maps SDK platform :ios, '15.0' Set Google Maps API Key Add your API key to the Flutter project using these instructions for the corresponding Android (build.gradle) and iOS (AppDelegate.swift) files. The instructions for this step in the go...
This branch is up to date with marchdev-tk/flutter_google_maps:master.Folders and filesLatest commit OlehMarch Update CHANGELOG.md 664c61c· Feb 23, 2021 History59 Commits .github created PULL_REQUEST_TEMPLATE Mar 16, 2020 .vscode migrated to GeoCoord from Point, fixed assets Mar 4, 2020 ...
I'm using the latest google_maps_flutter version (0.5.21) and flutter v1.9.8-pre.83 [✓] Flutter (Channel master, v1.9.8-pre.83, on Linux, locale en_GB.UTF-8) • Flutter version 1.9.8-pre.83 at /home/corey/development/flutter • Framework revision 3932ffb1cd (24 hours ago...
Hi@cybex-dev, Thanks for filing the issue. I am able to reproduce the issue on the latest stable and the master channel. Upon quick search I landed on this issue trackerhttps://issuetracker.google.com/issues/228091313?pli=1, So I think this issue doesn't seem to be from the plugin,...
Initializegoogle_maps_flutter_androidwith thelatestrenderer:https://pub.dev/packages/google_maps_flutter_android#map-renderer Display aGoogleMapwith acloudMapIdwith a custom style attached. Expected results The custom style is applied to the map. ...