Firebase – Image is not being found? Unable to display image
I have this snip in two different projects, and for some reason its not working on my current project: Padding( padding: const EdgeInsets.only(left: 80, right: 80), child: Image.asset('assets/images/logo.png'), ), Here is the structure of the files The error below says…