Things we should have in order to work with Flutter and dart: Visual Studio Code Android Studio So first install these two guys from the link. Something About the Cross Platform Mobile Development: Cross Platform Mobile development refers to one common development platform which can be used for multiple mobile operating system like Android, iOS and Windows. There are number of technologies which support cross platform mobile development and to name a few are like Xamarin, CodeName One, Flutter & Dart, Apache Cordova etc. I did one review about Xamarin technology because it's been while that I am using Xamarin for Android and iOS. You can read more about it, Here... Flutter & Dart Flutter is Google’s portable UI toolkit for building beautiful, natively-compiled applications for mobile, web, and desktop from a single codebase. Dart is the language which we use for cross platform mobile development with Flutter. In this example we ...
In my previous post I talked about how to Install Flutter & Dart on windows with Visual Studio Code Now, as our environment is up and running so it's time to create our first app. Create Project in VS Code Run your VS Code . Run the doctor command to make sure everything is up and running(press Ctrl+shift+p and write doctor, click on suggested Flutter : Run Doctor command). Check the output and make sure you run without any issue. If you face any issue then go back to my Post and make sure your environment is up and running. Press ctrl+shift+p and type ' New ' and you will see ' Flutter: New Project ' command suggested in search, like below: It will ask you the name for your project, Name it " hello_world " Let New Project command execute and then see if you get the project structure just like below: Once project is created, then Create one emulator (Good to have it on API level...