I'm currently exploring Flutter, I found there is an official Firebase Storage plugin in Flutter firebase_storage
I have storage reference like this one:
final StorageReference ref = FirebaseStorage.instance.ref().child("default.png");
But there is no method to get download URL from that StorageReference.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…