/flutter-demo

A demo based on the ootb Flutter sample app

Primary LanguageC++

Overview

Enhanced version of the standard demo counter app example with:

How to run

  1. Install Flutter SDK. You can verify your installation with:
flutter --version
  1. Check your available tools and platforms, install or repair the missing if needed:
flutter doctor

Note that additional tools are required for specific platforms:

  1. Run the application from the project root directory:
flutter run

Select the desired platform to run the application.

For mobile development, the emulator needs to be already running to be detected.

Application debuggers will be accessible under URLs displayed in the terminal.