Flutter tutorial describing the steps for downloading, installing and running flutter. Android Studio will build and run the app on the emulator. This will be my first time to download and run Flutter. So join me while I’ll go through the steps of installing Flutter. I will be installing Flutter on MacOS. And using […]
Flutter switching screens
The flutter switching screens development tutorial describes how to add icons to the app bar and then navigate to a new page using the dart language. This flutter development tutorial follows on from the flutter interactive tutorial. Disclaimer: Note this is my first time on using the flutter development environment and dart programming language. […]
Flutter IntelliJ Tips for Beginners
Pre-requisites The Flutter SDK will need to be installed. IntelliJ IDEA editor will be used for the demonstration so please ensure the Flutter and Dart plugins are installed. Introduction Welcome to Flutter IntelliJ tips for beginners. The provided examples will provide ten common tips to improve your productivity and make your development life easier. Conclusion […]
Flutter Hello World App
The Flutter Hello World App development tutorial describes how to create the Hello World application. This flutter development tutorial follows on from the downloading from GitHub tutorial. Pre-requisites Knowledge of the dart programming language is not required, but the experience of an object orientated programming language is recommended. Such as Java, C++, Kotlin, Swift […]
Flutter adding external packages
The Flutter adding external packages development tutorial describes how to install third-party libraries to you flutter application. Disclaimer: Note this is my first time on using the flutter development environment and dart programming language. So let’s learn flutter together and join me on my journey on where I learn how to create flutter applications […]