An experimental project to learn Flutter.
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:
Install the VS Code Flutter Plugin
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.