This section guides to install the Flutter environment. You can subscribe to the Youtube InspireUI Channel, like, and press the bell icon to get notifications for free instructional videos.

When installing, if you get issue, please go to Common Questions or Common Issues to find the solutions.

Flutter Setup

1. Editor Installation

Please select this link to install the require Editor (Android Studio or VS Code) to support for Flutter framework - https://flutter.dev/docs/get-started/install. Please note that on MacOS you could build both iOS and Anroid OS, on Window OS it could only build Android.

Following videos are the detail guide you could follow to install the basic Flutter. There are also a huge video guide to discover the Flutter installing at the first time - https://www.youtube.com/results?search_query=flutter+installation

Basic Installation on Mac OS (iOS & Android)

Basic Installation on Window (Android only)

2. Run example "Test driveā€

This is optional section is just to make sure you have set up all libraries ready before using the product, please skip and go next menu item if you feel good with the installing, please refer to this guide https://flutter.dev/docs/get-started/test-drive

3. Run InspireUI Apps

After extracting the source code package from InspireUI, open the source folder with Android Studio.

  1. Update the Android SDK for Fluxstore project, open Android Studio > Preference > search Flutter and update Flutter SDK Path

  2. Head to the file pubspec.yaml and select pub get or Packages get to install the required libraries. Packages_get
  3. Open IOS/Android simulator.
  4. Press the run button (green play icon) to start the project.

fluxstore-1

  1. As the Flutter framework is very active development, we suggest to update latest stable channel alway to compatible with the Fluxstore app by running this script:

    flutter channel stable
    flutter upgrade --force

    Or try to clean up the Flutter Cache by following this guide

Resources: If you have a problem with Flutter Installation, watch these videos and try again: