Create your first Flutter Layout

In this article, we are going to create a Flutter Layout from existing source code which gets generated by fluter create command. If you have not created your Flutter project read this Create your first Flutter project Our final goal is to create a layout which looks like this. Showing person name, picture, and bio. Download …

Spread the love

Create your first Flutter project

To create your first Flutter project on Mac you just need your terminal and editor, we are going to use Visual Studio Code with Dart Code Plugin. If you haven’t installed Flutter Framework, please follow this tutorial How to install Flutter on Mac. 1) Open the terminal on your Mac and cd to the directory …

Spread the love

How to install Flutter on Mac

Install Flutter by homebrew on Mac If you are looking for instruction for Windows or Linux, please click here. To install flutter on Mac, please follow these instructions. 1)  Download Flutter Framework .zip from Flutter GitHub, make sure you are downloading beta branch. Take a look at this screenshot. 2) Create a directory called flutter in …

Spread the love