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

Code Configs

From your IDE, go to the lib/config/config.dart file.

  • Change the App Name.

  • To change the icon, First rename your icon to icon.png and make sure the icon is in .png format. Now drag & drop your icon to the assets/images folder and replace it with our icon.

PreviousAdmin Credentials SetupNextUpload to Firebase Hosting

Last updated 2 years ago