- Listar FluxPro
- Listar Pro
System Requirement
Based on Flutter framework. Please select the operating system on which you are installing Flutter:
- Editor setup: https://flutter.dev/docs/get-started/editor
- Window: https://flutter.dev/docs/get-started/install/windows
- MacOS: https://flutter.dev/docs/get-started/install/macos
- Linux: https://flutter.dev/docs/get-started/install/linux
Run with Android
- Use your Android Studio (last version)
- Android SKD: Install the latest Android SDK.
- Set up the Android emulator (https://flutter.dev/docs/get-started/install/macos#set-up-the-android-emulator)
- Android Studio → Open an existing Android Studio project → Select the folder “source”
- 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
System Requirement
Base on React Native. Please refer official page requirements:
- Environment Setup: https://reactnative.dev/docs/environment-setup
- Windows: https://reactnative.dev/docs/set-up-your-environment?os=windows
- MacOS: https://reactnative.dev/docs/set-up-your-environment?os=macos
- Linux: https://reactnative.dev/docs/set-up-your-environment?os=linux
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”
- 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
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
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
The mobile application is connecting to default domain https://demo.listarapp.com