1. Home
  2. Docs
  3. Listar App
  4. Mobile App
  5. Getting Started

Getting Started

  • Listar FluxPro
  • Listar Pro

System Requirement

Based on Flutter framework. Please select the operating system on which you are installing Flutter:

Mobile source code

Run with Android

Android
  • Set up the Android emulator if you haven’t added the emulator yet
  •  Select a simulator device for a run
  •  Select → Pub get
  •  Select → Pub upgrade
  •  Select → Flutter doctor for tracking issues before going to build an app
  •  Select for a run and wait to get the result

Run the command

flutter clean
flutter doctor -v
flutter upgrade
flutter pub get
flutter run

Run with iOS

Before running the mobile project, ensure you have followed the iOS guidelines available at https://flutter.dev/docs/get-started/install/macos.

Run the command

open -a Simulator
flutter clean
flutter doctor -v
flutter upgrade
flutter pub get
flutter run 
iOS

System Requirement

Base on React Native. Please refer official page requirements:

Run with Android

Install node modules

Run react native server

npx react-native start

Run demo app

cd ./source
npm run setup 
npm run android

Use Android Studio for run the application

  • Install the Android Studio (Last version)
  • Android SKD: Install the latest SDK
  • Android Studio → Open an existing Android Studio project → Select folder “source/android”
Android Studio
  • Step 1: ADM Manager – Install your virtual devices for use
  • Step 2: Sync project with Gradle files
  • Step 3: Select virtual device and Run your application
Simulator

Run with iOS

Install node modules

Navigate to the folder “source” and run the command

cd ./source
npm run setup 

Virtual Device

There have 2 ways run the iOS simulator

Refer official docs: https://reactnative.dev/docs/running-on-simulator-ios

Use terminal

cd ./source
open -a Simulator
npm run ios
Listar Pro – Run Virtual Device By Command

Use Xcode

Start a development server by the command

cd ./source
npx react-native start  

Using your Xcode and open file ./source/ios/Runner.xcworkspace and do follow steps below

  • Select your simulator device
  • Build project with simulator and your enjoy your development
Listar Pro – Run Virtual Device with Xcode

The mobile application is connecting to default domain https://demo.listarapp.com