Skip to main content

Change base URL

  • For User App, Open <project>/lib/provider module/API Service/api_service.dart and replace baseUrl variable value with your own URL

    • Ensure that don’t put slash(/) at the end of your base url like

      static const String baseUrl = 'https://your_domain_name/api/';
  • For Service Provider/Handyman App, Open <project>/lib/handyman/api services/api_service.dart and replace baseUrl variable value with your own URL

    • Ensure that don’t put slash(/) at the end of your base url like

      String globalBaseURL = 'https://your_domain_name/api/';
    Warning

    You can't run the app without verifying purchase code. So setup first admin panel then run mobile app.