In this blog, let's learn how to setup our Windows PC to get ready for Flutter development.
Cross Platform Mobile Development
Cross Platform Mobile development means building apps for multiple mobile operating system, browsers, and devices such as iOS, Android, Windows. There are number of technologies used to build cross platform mobile apps such as Xamarin, CodeName One, Flutter & Dart, and Apache Cordova.
I've been working with Xamarin for a while now and wrote a review about Xamarin technology. 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 programming language used for cross platform mobile development with Flutter.
Installation and Setup
Install VS Code
VS Code is a light-weight editor with Flutter app execution and debug support.
VS Code, latest stable version
Install the Flutter and Dart plugins
- Start VS Code.
- Press Ctrl+Shift+x to go to Extensions and search for flutter.
- Click install and wait for the installation to be finished.
- Search for Dart and install the plugin.
- You might need to restart VS Code, just to make sure that both of the extensions are installed.
Get Flutter SDK:
- Download the following installation bundle to get the latest stable release of the Flutter SDK.
- Extract the zip file and place the contained flutter in the desired installation location for the Flutter SDK (for example, C:\src\flutter; do not install Flutter in a directory like C:\Program Files\ that requires elevated privileges).
- Locate the file flutter_console.bat inside the flutter directory. Start it by double-clicking.
- You are now ready to run Flutter commands in the Flutter Console!

Aktham MahmoudPosted Jan 6, 2020, 3:29 PM
I'll work on that..Am new in Flutter side...I hope to make something
Venkata Swamy BalarajuPosted Jul 29, 2019, 8:12 AM
Nice blog, keep it up!
Bidyasagar MishraPosted Jul 28, 2019, 9:33 PM
Nice article , Is that native or hybrid application