Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[google_maps_flutter] fixed a small bug in example app. #3590

Merged
merged 8 commits into from
Feb 23, 2021

Commits on Feb 21, 2021

  1. fixed a small bug.

    in _onMarkerTapped function we were changing markers[markerId] to defaultMarker and than again markers[markerId] to hueGreen marker, while instead we should have changed markers[selectedMarker] to defaultMarker first instead of markers[markerId]
    vishnuagbly authored Feb 21, 2021
    Configuration menu
    Copy the full SHA
    ce4d921 View commit details
    Browse the repository at this point in the history
  2. fixed a typing mistake

    vishnuagbly authored Feb 21, 2021
    Configuration menu
    Copy the full SHA
    f328fd3 View commit details
    Browse the repository at this point in the history
  3. Update pubspec.yaml

    vishnuagbly authored Feb 21, 2021
    Configuration menu
    Copy the full SHA
    725f7e8 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    vishnuagbly authored Feb 21, 2021
    Configuration menu
    Copy the full SHA
    359bb47 View commit details
    Browse the repository at this point in the history
  5. Update pubspec.yaml

    vishnuagbly authored Feb 21, 2021
    Configuration menu
    Copy the full SHA
    353824f View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    vishnuagbly authored Feb 21, 2021
    Configuration menu
    Copy the full SHA
    437a6eb View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. cleaned code

    vishnuagbly authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    3e61214 View commit details
    Browse the repository at this point in the history
  2. Update place_marker.dart

    vishnuagbly authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    e6cbe85 View commit details
    Browse the repository at this point in the history