flutter-chat-app icon indicating copy to clipboard operation
flutter-chat-app copied to clipboard

uri error

Open mishubham opened this issue 6 years ago • 4 comments

Uri downloadUrl = (await uploadTask.future).downloadUrl;

in that the uploadTask.future is not working. Or they said the future getter is not define for the StorageUploadTask

mishubham avatar Jan 09 '19 09:01 mishubham

yeah I get the same error

gatertronics avatar Feb 25 '19 23:02 gatertronics

do you have the solution to this problem?, i get the same error now

miguel-rios-r avatar Apr 17 '19 21:04 miguel-rios-r

String downloadUrl = await uploadTask.lastSnapshot.ref.getDownloadURL(); _sendMessage( messageText: null, imageUrl: downloadUrl); }),

mikenyaga avatar May 02 '19 17:05 mikenyaga

thanks

thevishvajeet avatar Nov 02 '19 19:11 thevishvajeet