Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Undefined class 'StorageUploadTask' FLUTTER

The screenshot

I've been trying to figure out, why it isn't recognizing StorageUploadTask, with no luck. I have installed the firesbase storage and core plugin.

like image 541
Nush Avatar asked Oct 18 '25 15:10

Nush


1 Answers

Use UploadTask. The API has changed.

So instead of:

StorageUploadTask _task

you now have:

UploadTask _task
like image 92
Victor Eronmosele Avatar answered Oct 21 '25 06:10

Victor Eronmosele



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!