Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: type 'Bounds<num>' is not a subtype of type 'Bounds<double>' #38

Closed
cnsumner opened this issue May 11, 2018 · 1 comment
Closed

Comments

@cnsumner
Copy link

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.

@cnsumner
Copy link
Author

cnsumner commented May 11, 2018

I believe this was due to accidentally pulling an old version of this library. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant