rohan20 / flutter-chat-app

A chat app built on Flutter with firebase authentication and image sharing capability.
MIT License
1.13k stars 326 forks source link

uri error #9

Open mishubham opened 5 years ago

mishubham commented 5 years ago

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

gatertronics commented 5 years ago

yeah I get the same error

miguel-rios-r commented 5 years ago

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

mikenyaga commented 5 years ago

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

thevishvajeet commented 5 years ago

thanks