Installing Flutter to use with Visual Studio Code

Flutter is actually a SDK/framework on top of the Dart programming language. To install Flutter with Visual Studio Code you will have to perform several tasks which we will layout here. I have chosen Visual Studio Code (VSC) because both are supported on multiple platforms, don’t require huge amounts of resources to run, and are…

Introduction to Flutter

One of the issues of developing mobile apps, is much like the issues of developing desktop applications for different operating systems – they require different applications to be written. Not only do they require different applications, they require different languages. Initially Android required Java and iOS required objective C – however those languages have changed….