commit | e5cb1a57d10e63a377902e0936af1fa37c747c9a | [log] [tgz] |
---|---|---|
author | Amir Hardon <amirh@users.noreply.github.com> | Wed Aug 29 09:48:51 2018 -0700 |
committer | GitHub <noreply@github.com> | Wed Aug 29 09:48:51 2018 -0700 |
tree | 639e3ae4d46c4eae502cb767a0d0cf7a86482740 | |
parent | 69380a9914d57465cbe5ae78d6604c7839cb7fb3 [diff] |
Port google_maps_flutter to use AndroidView for embedding the map. (#743) This change adds a GoogleMap widget which shows a map as part of the widget tree. Each map uses a dedicated method channel named 'plugins.flutter.io/google_maps_$id', The Java GoogleMapsController class now extends PlatformView, and is the Java endpoint of the per map method channel. This change disables the plugin on iOS until we have an inlining solution for iOS.
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.