Closed marcinsydor closed 7 years ago
Which version ?
google_maps 3.2.1 angular2: 3.1.0
I cannot reproduce this issue. Moreover the first file ( google_maps/src/generated/core/layers/fusion_tables_layer_options.dart
) in your error logs doesn't exist in google_maps-3.2.1 package.
Is your projet visible/clonable somewhere ?
BTW I tested the example 01-basics/map-simple
with pub build --web-compiler=dartdevc
and it works well.
Ok, I know where was the problem. When you asked me about the version I had setup google_maps to 'any'. For some reason, pub did not download the latest version but 2.something. So I had changed 'any' to '3.2.1'. But then I still had the same error. So I thought it did not work with the latest version as well. Few minutes ago I had to restard Webstorm and then when I run serve again and the map started working. So It had to be some caching problem. The app had to load version 2 instead of the latest one. It's a shame that I did not think about it before. Thanks for your help!
There is an error when I try to use the package with DDC. Works fine in Dartium.