Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.03 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.03 KB

Flutter Experiments

An experimental project to learn Flutter.

Getting Started

Prerequisites

To build and run this application, you'll need to install Flutter and Android Studio:

Install Flutter and Android Studio

To follow the Install and Run instructions, you'll also need to install Visual Studio Code, along with the official Flutter plugin:

Download Visual Studio Code

Install the VS Code Flutter Plugin

Install and Run

Clone the repo and open the project in VS Code:

git clone [email protected]:JonathanPeterCole/Flutter-Experiments.git

Connect an Android device with USB/WiFi Debugging, or create and run an Android Virtual Device.

Open the project folder in VS Code and go to 'Run' in the sidebar.

Select Flutter: Dev from the dropdown and click the play button to start the app.