a14n / dart-google-maps

A library to use Google Maps JavaScript API v3 from Dart scripts.
Apache License 2.0
130 stars 66 forks source link

Error when using it with flutter #48

Closed TitikshaDaga closed 7 years ago

TitikshaDaga commented 7 years ago

How do I integrate it with flutter? I can't import dart:html in flutter and errors are shown because of it.

a14n commented 7 years ago

dart-google-maps is a wrapper around Google Maps Javascript API for the web. It doesn't work with flutter. Maps with Flutter is tracked by flutter/flutter#73.