michal-kapala / flutter-demo

A demo based on the ootb Flutter sample app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A demo based on the ootb Flutter sample app


Languages

Language:C++ 45.5%Language:CMake 21.5%Language:Dart 18.9%Language:HTML 10.6%Language:C 2.0%Language:Swift 1.1%Language:Kotlin 0.3%Language:Objective-C 0.1%