You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to run the example widget from the readme I get the following error:
The following assertion was thrown building Container:
type 'Bounds' is not a subtype of type 'Bounds' where
Bounds is from package:flutter_map/src/core/bounds.dart
num is from dart:core
Bounds is from package:flutter_map/src/core/bounds.dart
double is from dart:core
Any idea what could be causing this? It's hard for me to tell if this is something caused by the latest version of flutter, an error on my part, or an actual bug in the library.
The text was updated successfully, but these errors were encountered:
When attempting to run the example widget from the readme I get the following error:
Any idea what could be causing this? It's hard for me to tell if this is something caused by the latest version of flutter, an error on my part, or an actual bug in the library.
The text was updated successfully, but these errors were encountered: