Flutter error: Invalid argument(s): No host specified in URI Instance%20of%20'Future%3CString%3E'
I am trying to retrieve an string url from FirebaseFirestore. My code for UI is as follows Container( height: 65, width: 65, decoration: BoxDecoration( border: Border.all( width: 8, color: const Color .fromARGB( 255, 3, 54, 95)), shape: BoxShape.circle, color: Colors.black38),…