Flutter - Upload Image to Firebase and get Download URL

preview_player
Показать описание
Video tutorial Flutter cara meng-upload gambar ke Firebase storage, dan mendapatkan alamat URL lokasi gambarnya.

Saran Video:

Keyword:
Flutter, Tutorial Flutter, cara mengupload gambar ke firebase, firebase storage, upload image, download url, alamat gambar, image location, get Download URL, image upload, firebase,
Рекомендации по теме
Комментарии
Автор

Sir I don't speak your language but this video saved me.
Thank you.

ageuchamene
Автор

You're awesome,
That helped me a lot.
Thank you so much!

hiccup
Автор

Mantaps, Bang...
Mau tanya dong, Bang...saya lg belajar mengintegrasikan Laravel + Flutter. Nah, terkait materi tutorial Abang Indra ini, bisa ga sih kita implementasikan Laravel + Flutter, trus untuk penyimpanan dokumen atau gambar yg kita upload (dan nantinya bisa didowload jg) ada di Google Drive?

Terima kasih, Bang...

TrikNgonlen
Автор

tqsm kerana sangat membantu saya
.boleh kah saya save to google drive use firebase ni?

izahzamri
Автор

Brother can you make a video on how to save the image to the phone's local storage. I am currently making a wallpaper app and I am able to retrieve and show the images from Firebase but I am stuck in the part where the user can press a button and save the image in the phone's gallery.

melonpun
Автор

how can compress the image size when we were pinking in the gallery?

samadshukr
Автор

bang, terus sinkronin dari gambar ke informasi usernya gimana ya?
yang secara otomatis, bukan manualnya

Gilangramdhanip
Автор

buat aplikasi chat lagi bro. btw terima kasih untuk tutorialnya,

maingame
Автор

kak, kira2 gimana ya caranya kita upload gambar tapi sesuai dengan user yang upload ? Jadi ketika kita retrieve gambarnya itu dapat sesuai dengan user yang upload. Apa kita harus pake masukin gambar ke databasenya langsung atau ke storage ya kak ?

sonicblade
Автор

Great tutorial! How would you display that image URL in a Text Widget, since you have to wait for the upload to complete before that URL is created?

RudeboyJackson
Автор

Ditunggu mesin pencarian dengan firebase ya Pak

wahyukuncoro
Автор

Mas bikin app e-commerce plis biar orang awam kaya saya ngerti implement nya

chandrawadud
Автор

mas request la multiple image upload menggunakan flutter php mysql

krisdianto
Автор

Please can you make a tutorial on how to make drawer capture user details after user has logged in

benjaminashie
Автор

kalao foto dari kamera langsung bisa ngga?

sugarglider
Автор

Future<String> uploadPic() async {
StorageReference ref =
StorageUploadTask uploadTask = ref.putFile(_image);
x = await (await
//url =
print(x);
}

Hi any idea why I'm getting null when I try to print x ?

maguire