apptreesoftware / flutter_google_map_view

A flutter plugin for Google Maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue: upgrading from Flutter 0.5.7 to Flutter 0.5.8 cant compile flutter app

NTMS2017 opened this issue · comments

After I upgrade Flutter 0.5.7 to 0.5.8 I cant compile my flutter app:

ERROR:
Because uri >=0.11.2 depends on quiver >=0.17.0 <0.30.0 and uri >=0.11.1 <0.11.2 depends on quiver >=0.17.0 <0.26.0, uri >=0.11.1 requires quiver >=0.17.0 <0.30.0.
And because every version of flutter_test from sdk depends on quiver 2.0.0+1 and map_view >=0.0.8 depends on uri ^0.11.1, flutter_test from sdk is incompatible with map_view >=0.0.8.
So, because west_test depends on both map_view ^0.0.14 and flutter_test any from sdk, version solving failed.

same issue here:

Because uri >=0.11.2 depends on quiver >=0.17.0 <0.30.0 and uri >=0.11.1 <0.11.2 depends on quiver >=0.17.0 <0.26.0, uri >=0.11.1 requires quiver >=0.17.0 <0.30.0.
And because every version of flutter_test from sdk depends on quiver 2.0.0+1 and map_view >=0.0.8 depends on uri ^0.11.1, flutter_test from sdk is incompatible with map_view >=0.0.8.
So, because aeyrium depends on both map_view ^0.0.14 and flutter_test any from sdk, version solving failed.
pub get failed (1)
exit code 1

[✓] Flutter (Channel master, v0.5.8-pre.273, on Mac OS X 10.13.6 17G65, locale en-PE)

I fixed the issue for now. I had to fork both repositories , this one and uri.dart , and also I made some changes in the mapviewcontroller (imports) and podspecs , if you want to try:

 map_view:
    git: https://github.com/diegoveloper/flutter_google_map_view.git

I solved this issue by comment out flutter_test