letsvote icon indicating copy to clipboard operation
letsvote copied to clipboard

Invalid argument(s): Minimum version ("2.0.0-dev.23.0") must be less than maximum ("2.0.0-dev.16.0").

Open nailgilaziev opened this issue 7 years ago • 1 comments

first this appears when I try to pub serve web. I install dart version 1.24.3 and web served.

next is flutter run

mac:letsvote_mobile n$ flutter run
Running "flutter packages get" in letsvote_mobile...      
Invalid argument(s): Minimum version ("2.0.0-dev.23.0") 
must be less than maximum ("2.0.0-dev.16.0").

And huge log after that.

Who can help, how to run this example?

nailgilaziev avatar Feb 11 '18 10:02 nailgilaziev

This is an issue with the flutter sdk (I think)

a similiar issue was reported here: https://github.com/apptreesoftware/flutter_google_map_view/issues/16

I was able to upgrade my Flutter SDK to the latest "dev" channel to fix it. You may also want to try the "master" channel (as reported by the user in that issue)

johnpryan avatar Feb 12 '18 16:02 johnpryan