Basics - getting over 8hrs or useless work on getting AndroidStudio to work


Getting android studio to work - horrible

realizing that the alternative visual studio code is not the same as visual studio - priceless.

Some learnings so far:

  • Use CTRL + SHIFT + P to create new flutter app in VSC.
  • CTRL + / to uncomment code -> useful for not messing up the YAML file
  • Any asset (text/video/sound/images) are imported the same way: by adjusting the yaml file and referecing "-assets/" - independent of the filetype!
  • If I need to update a variable by pressing a button, it is not enough to declare the new variable's value; it must be wrapped inside a setState() function within the onPressed() statement - thanks stackoverflow community

Leave a comment

Log in with itch.io to leave a comment.