🕸️
Appstelling
  • Introduction
  • Mobile App Configuration
    • App Configuration
    • Admob Configuration
    • Progressbar Style Configuration
    • Theme Style Configuration
    • About App Configuration
    • Sidedrawer Style Configuration
    • Header Navigation
    • Walkthrough
    • Floating Button (FAB)
    • User Agent
    • Bottom Navigation
    • Onesignal Notification
  • Customize Appstelling Source Code
    • Android Configuration
    • iOS Configuration
    • Flutter Configuration
    • Firebase Configuration
    • OneSignal Configuration
  • Common Errors During Customization
    • No matching client found for package name
    • Flutter SDK Not Available
    • Message: Unsupported gradle version 3.*.*
  • Appstelling Support
    • Support
Powered by GitBook
On this page
  • Change Base URL
  • How To Get Base Url

Was this helpful?

  1. Customize Appstelling Source Code

Flutter Configuration

Change Base URL

In Main directory goto the utils folder and open constant.dart file and change your BASE_URL value.

const BASE_URL="ADD YOUR BASE URL";

How To Get Base Url

PreviousiOS ConfigurationNextFirebase Configuration

Last updated 3 years ago

Was this helpful?