- Move the map options from the GoogleMapOptions class to GoogleMap widget parameters.
- Relax Flutter version requirement to 0.11.9.
- Update README to recommend using the package from pub.
- Bug fix: custom marker images were not working on iOS as we were not keeping a reference to the plugin registrar so couldn't fetch assets.
- Don't export
dart:async
. - Update the minimal required Flutter SDK version to one that supports embedding platform views.
- Initial developers preview release.