Exception: type 'WhereIterable' is not a subtype of type 'List<Edge>' of 'function result'. (package:voronoi/voronoi/select_edges_for_site_point.dart:8) · Issue #1 · chromy/voronoi · GitHub
More Web Proxy on the site http://driver.im/
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
Exception: type 'WhereIterable' is not a subtype of type 'List<Edge>' of 'function result'. (package:voronoi/voronoi/select_edges_for_site_point.dart:8)
#1
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.
Should be
return edgesToTest.where(myTest).toList();
at select_edges_for_site_point.dart:8.The text was updated successfully, but these errors were encountered: