1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Flutter] unable load image asset in flutter

Discussão em 'Mobile' iniciado por Stack, Novembro 7, 2024 às 09:02.

  1. Stack

    Stack Membro Participativo

    I am not sure why my images from assets is not working

    I looked at these two questions:

    -https://stackoverflow.com/questions/64158543/flutter-unable-to-load-image-asset

    -https://stackoverflow.com/questions/67552389/unable-to-load-image-asset

    this is how I am trying to fetch the image:

    Image(
    image: AssetImage('assets/logo.png'),
    width: 100,
    height: 100,
    ),


    here is my pubspec.yaml

    assets:
    - assets/logo.png
    - assets/back.png




    below is the file structure [​IMG]

    I tried following videos on youtube but that didnt work.

    any suggestions are welcome

    Continue reading...

Compartilhe esta Página