[google_maps_flutter] Marker APIs are now widget based (Dart Changes) (#1239)

* Marker APIs are now widget based

Additional Context: Maps Plugin is in the process of being
moved away from a controller based API to a widget based api.
This is to facilitate easier state management and address a
lot of the common issues.

* use collection literals

* Address CR comments

* Revert "use collection literals"

This reverts commit 75956c2f58d2b97a90ce9b2ccfad6fd4856e155d.

* fix collection literal stuff

* Crearte a marker update handler and update TODOs

* ignore collection literals

* Fix test failures

* Move marker updates to their own chunks

* Fix failing tests

* Improved some docs and added some assertions

* Make class private

* Fix all hashCode and equals

* update formatring

* Address all the pending cr comments

* fix failing test

* Do not use => without return value

* remove factory method

* User `Marker marker` instead of `Marker m`

* Update changelog and pubspec.yaml
12 files changed
tree: 1b9ba8e86049ef074adf4d8804e669ff6ef083bd
  1. .ci/
  2. .opensource/
  3. packages/
  4. script/
  5. .cirrus.yml
  6. .gitattributes
  7. .gitignore
  8. analysis_options.yaml
  9. AUTHORS
  10. CODEOWNERS
  11. CONTRIBUTING.md
  12. FlutterFire.md
  13. LICENSE
  14. README.md
README.md

Flutter plugins

Build Status

This repo is a companion repo to the main flutter repo. It contains the source code for Flutter first-party plugins (i.e., plugins developed by the core Flutter team). Check the packages directory for all plugins.

Flutter plugins enable access to platform-specific APIs. For more information about plugins, and how to use them, see https://flutter.io/platform-plugins/.

These plugins are also available on pub.

Issues

Please file any issues, bugs, or feature requests in the main flutter repo.

Contributing

If you wish to contribute a new plugin to the Flutter ecosystem, please see the documentation for developing packages and platform channels. You can store your plugin source code in any GitHub repository (the present repo is only intended for plugins developed by the core Flutter team). Once your plugin is ready you can publish to the pub repository.

If you wish to contribute a change to any of the existing plugins in this repo, please review our contribution guide, and send a pull request.

Plugins

These are the available plugins in this repository.

PluginPub
android_alarm_managerpub package
android_intentpub package
batterypub package
camerapub package
connectivitypub package
device_infopub package
google_maps_flutterpub package
google_sign_inpub package
image_pickerpub package
local_authpub package
package_infopub package
path_providerpub package
quick_actionspub package
sensorspub package
sharepub package
shared_preferencespub package
url_launcherpub package
video_playerpub package
webview_flutterpub package
FlutterFire Plugins
cloud_firestorepub package
cloud_functionspub package
firebase_admobpub package
firebase_analyticspub package
firebase_authpub package
firebase_corepub package
firebase_databasepub package
firebase_dynamic_linkspub package
firebase_messagingpub package
firebase_ml_visionpub package
firebase_performancepub package
firebase_remote_configpub package
firebase_storagepub package

Learn more about FlutterFire.