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

Map view has Infinite Width #111

Closed M4RZB4Ni closed 2 years ago

M4RZB4Ni commented 2 years ago

I used this library for show map and before update flutter to version 3 with SizedBox I could handle size of map plugin. after update my flutter to version 3 , map have infinite width from right side of screen and SizedBox not effected on it.

a14n commented 2 years ago

This repository is specific to the google maps package for web. Your issue seems related to flutter and google_maps_flutter. Please consider moving this issue to https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22