Skip to main content
Version: 3.11

Create a Flutter project

You have 2 options to initialize this tutorial :

1.1 Existing project (or git clone)

You can simply git clone our repository or use your own project.

You can skip 1.2 if you choose this option.

1.2 Create a new project

You can create a new project (adapt tou your organisation name project name):

flutter create -i objc -a java --org=ch.icare smartidscan_flutter_demo

Warning : it's really important to set -i objc -a java to ensure that the project will be build with those languages.

We don't cover the installation of tools for flutter in this tutorial. Please refer to the official documentation : https://flutter.dev/docs/get-started/install

Actual project has been tested with Flutter 2.5.2

1.3 Check app running

Check if the app is running

flutter run