Android Studio with Flutter plugin is used for this sample. It is tested in Android platform only.
Note: These are needed if it is your first try out for Flutter samples.
- You need to add Flutter plugin to your Android Studio.
- 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.
- You need to create a Emulator with Hardware - GLES 2.0(Found in Advanced Setting while creating the Emulator).
- You need to accept the licenses using flutter doctor --android-licenses from the terminal.