googlecodelabs / photos-sharing

Code for the "Build a Photo Sharing app with Google Photos and Flutter" codelab
Apache License 2.0
98 stars 76 forks source link

Project doesn't build #21

Closed PedroRTomas closed 4 years ago

PedroRTomas commented 4 years ago

Hello Today, I've done: git clone https://github.com/googlecodelabs/photos-sharing.git cd photos-sharing flutter run And the output was: error_flutter error_flutter_dependencies

I have already read some issues with similar problems and I've tried to update the dependencies versions accordingly. The issue seems to be related to the management of images. Any advice?

white-hat-vaibhs commented 4 years ago

Even the same happened to me. This code lab must be labelled depreciated.

jfschmakeit commented 4 years ago

Thanks for filing the issue - we'll take a look. (It looks like there's a versioning issue with the dependencies.)

white-hat-vaibhs commented 4 years ago

Thanks for filing the issue - we'll take a look. (It looks like there's a versioning issue with the dependencies.) Hello sir have you checked the dependencies issuess?

jfschmakeit commented 4 years ago

We have a fix for this ready and should be pushing out an update to the codelab next week. Please stay tuned!

jfschmakeit commented 4 years ago

This has been fixed in 80f5e2da1c2de7f06d0a414473bf64beda11b789.

Please reopen if you are still seeing this issue.