| commit | d434feec973bfb9df41f7fdcdf8d2e1f96d1f503 | [log] [tgz] |
|---|---|---|
| author | Kaushik Iska <iska.kaushik@gmail.com> | Wed Feb 27 07:47:13 2019 -0800 |
| committer | GitHub <noreply@github.com> | Wed Feb 27 07:47:13 2019 -0800 |
| tree | 1b9ba8e86049ef074adf4d8804e669ff6ef083bd | |
| parent | 06737e3452725811ae1003b5d374c3931e5b6157 [diff] |
[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
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.
Please file any issues, bugs, or feature requests in the main flutter repo.
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.
These are the available plugins in this repository.
Learn more about FlutterFire.