Not able to import the image_picker package | flutter

I am not able to use the image_picker package, VS marks it as an error "Target of the URI doesn’t exist"

enter image description here

>Solution :

Stop project and do this flutter clean and flutter pub get and start it again.

Leave a Reply