Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 605 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 605 Bytes

FlutterSamples

Android Studio with Flutter plugin is used for this sample. It is tested in Android platform only.

Requisities

Note: These are needed if it is your first try out for Flutter samples.

  1. You need to add Flutter plugin to your Android Studio.
  2. You need to install the Flutter SDK. The easy way is to let the IDE install the SDK when you create a New Flutter Project.
  3. You need to create a Emulator with Hardware - GLES 2.0(Found in Advanced Setting while creating the Emulator).
  4. You need to accept the licenses using flutter doctor --android-licenses from the terminal.