Creating a Basic Layout in Flutter

1 · · Sept. 6, 2019, 8:23 p.m.
As Flutter quickly becomes one of the leading technologies in app development, it is important for even someone in the web dev environment to check out. Coming from a background of HTML, CSS and JavaScript, the way Flutter handled everything seemed extremely foreign to me. So we’re going to be try and simplify it to just the essentials of structuring the elements in our app to create a simple layout using the Material Components. Prerequisites Already having Flutter installed and an emulator set...