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

remove deprecated pickImage method #26

Closed guyo13 closed 4 years ago

guyo13 commented 4 years ago

@jfschmakeit I added the changes you requested

jfschmakeit commented 4 years ago

Thanks the code looks good now!

Please also update the image_picker dependency to version ^0.6.7+4 in the pubspec.yaml file. (The new methods were only added in 0.6.7 so we need to update the dependency too.)

Once this is merged, I'll also update the steps in the codelab itself to use this new code.

guyo13 commented 4 years ago

Done !

jfschmakeit commented 4 years ago

Apologies for the delay - but thanks for preparing this change. I will go ahead and update the steps in the codelab as well.