Update flutter dependencies in /.pub-cache

Posted by

Error:

../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker2-5.0.02/lib/src/asset_thumb_provider.dart:30:36: Error: Type 'DecoderCallback' not found.

Solution:

Step 1: Update to Latest Compatible Versions: for this command

flutter pub upgrade

Step 2: Update to Latest Possible Versions: run this command

flutter pub upgrade --major-versions

Step 3: Identify Outdated Packages: for run this command

flutter pub outdated

Step 4: Manual Updates:

flutter pub get 

Step 5: last command

flutter clean
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x