Getting Start

System Requirements

Base on Flutter requirement. Please select the operating system on which you are installing Flutter:

Installation

After unzip the download package, you’ll found a source folder with all the files. The main source code is here. Please see image below.

Mazi Flux – Source Code Structure

How to run Mazi Flux with Android ?

– First, Please using your Android Studio (3.5.3 or last version)
– Android SKD: Please check your Android Studio has installed last SDK. This installs the latest Android SDK, Android SDK Platform-Tools, and Android SDK Build-Tools, which are required by Flutter when developing for Android
– Make sure you already Set up the Android emulator (https://flutter.dev/docs/get-started/install/macos#set-up-the-android-emulator)

Open Android Studio > Open an existing Android Studio project > Select folder ./source

  • 1. Set up the Android emulator if you haven’t added emulator yet
  • 2. Select > Packages Get
  • 3. Select > Packages upgrade
  • 4. Select > Flutter upgrade
  • 5. Select simulator device for run
  • 6. Select for run and wait for get the result
Mazi Flux – Android Setup

How to run Mazi Flux with Ios?

Before you run Mazi Flux project, please make sure you have followed the guideline for Ios https://flutter.dev/docs/get-started/install/macos

Access to the folder ./source (main source code) and run the command

cd ./source  
open -a Simulator  
flutter run