pulyaevskiy / parallax-image

A Flutter widget that paints an image and moves it at a slower speed than the main scrolling content.
BSD 3-Clause "New" or "Revised" License
279 stars 33 forks source link

Can't run after flutter upgrade (Version solving failed) #5

Closed Gyoko closed 5 years ago

Gyoko commented 5 years ago

Log: Because app depends on parallax_image >=0.2.0 <0.3.1 which requires SDK version >=2.0.0-dev <2.0.0, version solving failed.

Recommend updating the constraint to

environment:
   sdk: '>=2.0.0-dev.68.0 <23.0.0'

or something.

Thanks for the plugin btw!

Gyoko commented 5 years ago

My bad. I was using parallax_image: ^0.2.0. Switched it to parallax_image: ^0.3.1 and it works.