skip to Main Content

enter image description here

What kind of mistakes are happening with me ?

Please somebody guide me

2

Answers


  1. Your error is from indentation since indentation is very important in Yaml as it is in Python.

    1. assets should be on the same starting line with uses-material-design. Example below
      uses-material-design: true
      assets:
     
    

    Please post the code next time instead of a screenshot or you colud post both.

    Login or Signup to reply.
  2. **

    Open Your project
    Create an asset file in the project, go to pubspaec.yaml.
    1. Comment out assets file add assets folder (left side 2 space) then get a pub gate.
    

    **

    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search