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

Keep a reference to the plugin registrar in FLTGoogleMapController. #943

Merged
merged 2 commits into from
Nov 28, 2018

Conversation

amirh
Copy link
Contributor

@amirh amirh commented Nov 28, 2018

The _registrar field was never set in FLTGoogleMapController.
This made asset lookup return nil in interepretMapOptions resulting in
custom marker images not working.

The `_registrar` field was never set in `FLTGoogleMapController`.
This made asset lookup return nil in `interepretMapOptions` resulting in
custom marker images not working.
@@ -1,3 +1,6 @@
## 0.0.3+1
Copy link
Contributor

@bparrishMines bparrishMines Nov 28, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: space after version and after changelog notes

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Contributor

@bparrishMines bparrishMines left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@amirh amirh merged commit 805976c into flutter:master Nov 28, 2018
@amirh amirh deleted the custom_marker branch November 28, 2018 21:12
andreidiaconu pushed a commit to andreidiaconu/plugins that referenced this pull request Feb 17, 2019
…flutter#943)

The `_registrar` field was never set in `FLTGoogleMapController`.
This made asset lookup return nil in `interepretMapOptions` resulting in
custom marker images not working.
andreidiaconu added a commit to andreidiaconu/plugins that referenced this pull request Feb 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
3 participants