Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.24 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.24 KB

Spider Orientation Program

Basic flutter application for Spider Orientation Program 2020!!

Getting Started

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, run flutter 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.