commit | 18d5506b03ad9288eb86558953ec71d1151c5f09 | [log] [tgz] |
---|---|---|
author | Rexios <rexios@rexios.dev> | Mon Jul 24 15:48:57 2023 -0400 |
committer | GitHub <noreply@github.com> | Mon Jul 24 19:48:57 2023 +0000 |
tree | a667ca7a1c13ba5fed494f734f7d3e08487106e4 | |
parent | 8028cafa1f0c1bd1f7f678c455f48e64bc8a4e15 [diff] |
[google_maps_flutter_web] Options to disable tilt controls and configure gesture handling (#3258) Transferred from https://github.com/flutter/plugins/pull/4916 tiltControlsEnabled: On web, in satellite view, and at close zoom levels, the map displays tilt controls. This lets you disable them. gestureHandling: On web, without greedy gesture handling the map can have an overlay saying you can only move the map with two fingers or Cmd+drag. This is not ideal, and greedy gestures lets you make that not happen. I added the other gesture handling options from the [Google Maps documentation](https://developers.google.com/maps/documentation/javascript/reference/map#MapOptions.gestureHandling) for completeness. *List which issues are fixed by this PR. You must list at least one issue.* [flutter/flutter/#99044](https://github.com/flutter/flutter/issues/99044) *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
This repo is a companion repo to the main flutter repo. It contains the source code for Flutter's first-party packages (i.e., packages developed by the core Flutter team). Check the packages
directory to see all packages.
These packages are also available on pub.
Please file any issues, bugs, or feature requests in the main flutter repo. Issues pertaining to this repository are labeled “package”.
If you wish to contribute a new package to the Flutter ecosystem, please see the documentation for developing packages. You can store your package source code in any GitHub repository (the present repo is only intended for packages developed by the core Flutter team). Once your package is ready you can publish to the pub repository.
If you wish to contribute a change to any of the existing packages in this repo, please review our contribution guide, and send a pull request.
These are the packages hosted in this repository: