Degustur App Documentation
CtrlK
  • Introduction
  • ADMIN SETUP
    • Flutter Installation
    • Code setup
    • Firebase Setup
      • Firestore Database Setup
      • Database Security Rules
      • Database Index Setup
      • Push Notification Setup
      • Firebase Storage Setup
      • Admin Credentials Setup
  • Code Configs
  • Upload to Firebase Hosting
  • Conclusion
  • App Setup
    • Introduction
    • Code Setup
  • Firebase Setup for Android
    • Android Package Name Setup on Firebase
    • Change Package Name Android
    • Generate Debug Certificate
    • Generate Release Certificate
    • Google Sign In Setup for Android
    • Facebook Login Setup for Android
    • Additional Firebase Setup for Android
Powered by GitBook
On this page
  1. App Setup

Code Setup

Open the source/​travel_hour folder on your IDE (VSCode or Android Studio) and wait some moments to load the project.

Run the following command on the IDE terminal to clean the whole project first.

flutter clean

Run the following command on the IDE terminal to get all the required packages.

flutter pub get
PreviousIntroductionNextFirebase Setup for Android

Last updated 2 years ago