Basic flutter application for Spider Orientation Program 2020!!
This project is a starting point for a Flutter application.
To set up the environment:
- Install Flutter
- Add Flutter SDK :
export PATH="$PATH:..[Flutter location]/flutter/bin"
- Install Android Studio
- If Android Studio 3.6 or later, open Android Studio SDK Manager, uncheck Hide Obsolete Packages under SDK tab, and check Android SDK Tools (Obsolete).
- Create Virtual Device with Hardware-GLES 2.0, and start the emulator
- In VS Code, install FLutter extension.
Ctrl-Shift-p
, runflutter doctor
to check whether all dependencies are set.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.