Skip to content

App Setup

Mahmoud Abd-El Sattar Muhammad edited this page Dec 29, 2019 · 4 revisions

App component of Quickstart Bootstrap consists of a fluster app (currently targets android platform only), which provide many useful functionalities out of the box

Setup App

Few steps are required to get the App component up and running:

  • Install Flutter framework
  • Install Android Studio (recommended) or MS Code IDE
  • Modify the App package name to match your new project
  • Create a new project on Google Firebase then create an Android app inside it using the package name you chose in the previous step
  • Download the google-services.json file and place it inside the folder quickstart-bootstrap/quickstart-bootstrap-app/android/app/
  • Update the following configuration in the file quickstart-bootstrap/quickstart-bootstrap-app/lib/apis/APIConstants.dart to fit the back-end configurations

    static const String serverPath = 'http://192.168.1.100:8080';

Test Link!

Clone this wiki locally