Comprehensive Guide for Setting Up the Faculty LMS Flutter App

If you're facing challenges running the Flutter app, please ensure the following steps are completed:

  1. Flutter Environment Setup:

  • Install the latest version of Flutter SDK.

  • Set up your development environment with Android Studio or Visual Studio Code.

  • Verify the installation by running flutter doctor in your terminal and address any issues it highlights.

Dependencies Installation:

  • Run flutter pub get to install all required dependencies for the project.

API Configuration:

  • Update the necessary API keys and URLs in the configuration files to connect the app to your backend.

Emulator or Device Setup:

  • Ensure your emulator or physical device is properly configured and connected.

  • Run the app using flutter run.

Also, Please search for 'apiKey' (with single quotes) in your code. Once located, click on it, and replace all instances of 'spagreen' with your actual API key (also with single quotes).

For reference, you can check this screenshot: https://prnt.sc/M4geqDD1OZLL

Did you find this article useful?