Flutter – Error uploading profile picture: [firebase_storage/object-not-found] No object exists at the desired reference
Hello everyone I need help with this , I'm trying to add a profile picture for my registred users and save the profile pic in firebase : imported files here class ProfilePage extends StatefulWidget { @override _ProfilePageState createState() => _ProfilePageState();…