google_maps_flutter 0.0.3+3 google_maps_flutter: ^0.0.3+3 copied to clipboard
A Flutter plugin for integrating Google Maps in iOS and Android applications.
0.0.3+3 #
- Relax Flutter version requirement to 0.11.9.
0.0.3+2 #
- Update README to recommend using the package from pub.
0.0.3+1 #
- 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.
0.0.3 #
- Don't export
dart:async
. - Update the minimal required Flutter SDK version to one that supports embedding platform views.
0.0.2 #
- Initial developers preview release.