The getting flutter app from GitHub using AndroidStudio development tutorial describes how to pull down flutter projects from GitHub using AndroidStudio.
This flutter development tutorial follows on from the installing flutter tutorial.
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 using the dart programming language.
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 to name a few.
Introduction
In this flutter development tutorial we will cover:
- Copying the GitHub repository Url from the GitHub site
- Using AndroidStudio to download the project
- Specifying the Gradle environment
- Enabling the Dart language plugin
- Getting the flutter packages
- Building the flutter app
- Running the flutter app on the emulator
Episodes
- Installing Flutter
- Downloading flutter project from GitHub
- The Hello World App
- Adding External Packages
- Stateful Widget
- Infinite Scrolling List
- Adding user interaction
- Switching screens
Conclusion
This flutter development tutorial described how to get a flutter project from GitHub using AndroidStudio.
Specific areas to be aware of are, ensuring that Gradle support is enabled. Selecting dart support and doing a get on the flutter packages.
In the following flutter development tutorial, we will describe how to create a hello world flutter application.