#
app creation help

Qual versão do Flutter está sendo usada no projeto? Eu baixei recentemente a versão do CodeCanyon, mas quando tento compilar o sistema, aparece uma mensagem dizendo que eu preciso usar a versão 3.38.5 do Flutter e o Dart ≥ 3.10.

Qual versão do Flutter devo usar?

ATTACHED FILES

Asked 4 months ago on December 14, 2025 5:57 PM Comments 65 times


  1. Generic placeholder image

    enoque francisco replied

    Good morning, as I told you, I don't know what to do.

     

    Please tell me exactly what I should write in the app-server file?

     

    See how I wrote it below and check if it's correct. If it's not correct, please write it to me.

     

    import 'package:flutter/foundation.dart';

     

    class AppServerConfig {

     

    static String get baseUrl {

     

    if (kReleaseMode) {

     

    return 'https://logikupa.ao/home';

     

    } else if (kProfileMode) {

     

    return 'https://logikupa.ao/api/new-register';

     

    } else {

     

    return 'https://logikupa.ao/home';

     

    }

     

    }

  2. Generic placeholder image

    Ricky replied

    Hello,

    Your URL is incorrect. You are using:
    https://logikupa.ao/delivery-admin-dev

    This is wrong.

    The correct base URL for API calls is:
    https://logikupa.ao/api/new-register

    If it is not an API call (i.e., for web), then use:
    https://logikupa.ao/home

     

    Please update accordingly.

    Thanks,

    Ricky.
  3. Generic placeholder image

    enoque francisco replied

    I mentioned below, Rick. I tried creating an account through the app, but it gave the error shown in the image below. I'm also sending you the app so you can install it and try creating an account.

     

    I also showed you my app_server_config.dart file. I believe the URLs are wrong; I'm not sure. I also sent all the access logs for both the hosting and the web application in case you want to check.

     

    I really don't know what to do.

    https://drive.google.com/file/d/1Wk0mbfEJnpBF-rrvOKCoY13UzrfRLAUr/view?usp=sharing

  4. Generic placeholder image

    Ricky replied

    First, tell me what current issue you found.

    Thanks,

    Ricky.
  5. Generic placeholder image

    enoque francisco replied

    I don't understand, I'm a layman on the subject.

     

    Tell me exactly what to do, should I take this link and insert it somewhere?

     

    How did you verify what you asked for?

  6. Generic placeholder image

    Ricky replied

    Hello
    This is not for the website, this is an API call used in the app.

    Thanks,

    Ricky.
  7. Generic placeholder image

    enoque francisco replied

    Good morning, when I try to access it, I get the error shown in the image.

     

     

    ATTACHED FILES

  8. Generic placeholder image

    Ricky replied

    Hello 
    The API endpoint is set to:
    https://logikupa.ao/api/new-register

    Please check and confirm if this endpoint is correct.

    Thanks,

    Ricky.
  9. Generic placeholder image

    enoque francisco replied

    If you need to log in to cPanel, the credentials are below:

     

    https://50.6.6.38:2083/cpsess4785796979/frontend/jupiter/index.html?login=1&post_login=61558966484221

    user:logikupa

    password:kmab620048

    --------

    https://logikupa.ao/adminHub

    [email protected]

    12345678

  10. Generic placeholder image

    enoque francisco replied

    he returned this >>

    PS C:\Users\jesuscristo>

    >> curl.exe -I https://logikupa.ao/api/endpoint

    HTTP/1.1 404 Not Found

    Date: Wed, 29 Apr 2026 12:37:54 GMT

    Content-Type: text/html; charset=UTF-8

    Connection: keep-alive

    Cache-Control: no-cache, private

    Server: cloudflare

    cf-cache-status: DYNAMIC

    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=WjEvw1avSCGcJO4m6D6quQTKNTBOMvSaPqtzJzqDsoaMH5nY8ntZ4fXC3iZdGUkenQYXDasja5rJbcCrMZxCWy47xN3BpxTYsvXJxY8RQLDQYCsB5RKpmqaf0xFXpgjhcr91KH9w0Hd0Aw%3D%3D"}]}

    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}

    CF-RAY: 9f3e5c570c763749-GRU

    alt-svc: h3=":443"; ma=86400

     

    PS C:\Users\jesuscristo>

     

     

  11. Generic placeholder image

    Ricky replied

    Hello
    The API endpoint is set to:
    https://logikupa.ao/api/endpoint

    Please verify this path and confirm.

    Thanks,

    Ricky.
  12. Generic placeholder image

    enoque francisco replied

    Good morning again,

     

    I created an .apk and tried to create an account through the app, but I'm receiving the error: "The route delivery-admin/api/new-register could not be found."

     

    My app_server_config.dart file looks like this:

     

    import 'package:flutter/foundation.dart';

     

    class AppServerConfig {

     

    static String get baseUrl {

     

    if (kReleaseMode) {

     

    return 'https://logikupa.ao/delivery-admin';

     

    } else if (kProfileMode) {

     

    return 'https://logikupa.ao/delivery-admin-dev';

     

    } else {

     

    return 'https://logikupa.ao/delivery-admin-dev';

     

    }

     

    }

     

    This is the URL where I installed the admin panel: https://logikupa.ao

  13. Generic placeholder image

    Hendricks replied

    Fixed your firebase crash issue with anydesk in runtime thank you for your time

    Regards,
    MeetMighty Support Person
    Hendricks
  14. Generic placeholder image

    enoque francisco replied

    1264955995 - anydesk

  15. Generic placeholder image

    Hendricks replied

    Good morning can you send me your anydesk id sir.

    Regards,
    MeetMighty Support Person
    Hendricks
  16. Generic placeholder image

    enoque francisco replied

    Okay, so we'll go online via AnyDesk tomorrow at 9:30 AM India time. Okay.

  17. Generic placeholder image

    Hendricks replied

    We can connect via AnyDesk tomorrow I’m available between 9:30 AM to 5:30 PM (Indian Time)

    Regards,
    MeetMighty Support Person
    Hendricks
  18. Generic placeholder image

    enoque francisco replied

    verifiy my video > https://www.loom.com/share/6ebfbdff9ba34980be3e875e60ddaaed

     

    The app freezes on the initial screen, meaning the screen remains white.

  19. Generic placeholder image

    Hendricks replied

    Ok no issue

    Regards,
    MeetMighty Support Person
    Hendricks
  20. Generic placeholder image

    enoque francisco replied

    I'll send a short video of what's happening in a moment.

  21. Generic placeholder image

    Hendricks replied

    I’m not fully understanding the exact error issue from your side yet. It would be better if we check it together directly.

    We can connect via AnyDesk tomorrow I’m available between 9:30 AM to 5:30 PM (Indian Time). Let me know a time that works for you within this window.

    Regards,
    MeetMighty Support Person
    Hendricks
  22. Generic placeholder image

    enoque francisco replied

    Good morning Hendricks, you just explained something that's happening, I already knew that, my friend.

     

    I need to know how to solve the problem. You indicated that I should look for these parameters in the code, but I don't know how the code was written. I was expecting you to indicate the exact correct place to modify it or send it already modified, which is why I sent the code along. I followed the documentation to avoid errors.

     

    Could you help me with more clarity, please?

  23. Generic placeholder image

    Hendricks replied

    The error [core/duplicate-app] A Firebase App named "[DEFAULT]" already exists occurs because your app is calling Firebase.initializeApp() more than once for the default Firebase instance. In Flutter, Firebase must be initialized only a single time during the app lifecycle; any additional calls without checks will trigger this exception. This usually happens when initialization is done in main() and then repeated in another place such as a service class, background handler (e.g., Firebase Messaging or OneSignal), or even inside a widget lifecycle like initState() or a FutureBuilder. The correct approach is to guard the initialization by checking whether Firebase is already initialized using Firebase.apps.isEmpty before calling initializeApp(). You should ensure that your primary initialization happens in main() after WidgetsFlutterBinding.ensureInitialized(), and anywhere else (like background handlers), you wrap it with the same safety check. Additionally, sometimes this issue persists due to hot restart artifacts, so running flutter clean followed by flutter pub get and then a fresh flutter run helps resolve it. In short, audit your project for duplicate initialization calls and keep Firebase initialization centralized and conditionally executed.

    Regards,
    MeetMighty Support Person
    Hendricks
  24. Generic placeholder image

    enoque francisco replied

    logs erro

    D/SurfaceControl(13586): nativeSetScreenProjection ===> setScreenProjection

    D/FlutterGeolocator(13586): Geolocator foreground service connected

    D/FlutterGeolocator(13586): Initializing Geolocator services

    D/FlutterGeolocator(13586): Flutter engine connected. Connected engine count 1

    D/FlutterJNI(13586): Sending viewport metrics to the engine.

    W/MIUIScout App(13586): Enter APP_SCOUT_SLOW state

    E/flutter (13586): [ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: [core/duplicate-app] A Firebase App named "[DEFAULT]" already exists

    E/flutter (13586): #0      MethodChannelFirebase.initializeApp (package:firebase_core_platform_interface/src/method_channel/method_channel_firebase.dart:133:11)

    E/flutter (13586):

    E/flutter (13586): #1      Firebase.initializeApp (package:firebase_core/src/firebase.dart:66:31)

    E/flutter (13586):

    E/flutter (13586): #2      main. (package:mighty_delivery/main.dart:64:12)

    E/flutter (13586):

    E/flutter (13586): #3      main (package:mighty_delivery/main.dart:62:5)

    E/flutter (13586):

    E/flutter (13586): 

    D/ProfileInstaller(13586): Installing profile for com.logikupa.cliente

    I/TRuntime.CctTransportBackend(13586): Making request to: https://firebaselogging-pa.googleapis.com/v1/firelog/legacy/batchlog

    I/TRuntime.CctTransportBackend(13586): Status Code: 200

    I/ogikupa.cliente(13586): Background young concurrent copying GC freed 5729KB AllocSpace bytes, 2(40KB) LOS objects, 48% free, 6231KB/11MB, paused 312us,408us total 109.868ms

    I/ogikupa.cliente(13586): Background concurrent copying GC freed 5849KB AllocSpace bytes, 0(0B) LOS objects, 49% free, 6157KB/12MB, paused 201us,124us total 221.362ms

    I/ogikupa.cliente(13586): Background concurrent copying GC freed 6135KB AllocSpace bytes, 0(0B) LOS objects, 49% free, 6179KB/12MB, paused 195us,110us total 224.942ms

    I/ogikupa.cliente(13586): Background concurrent copying GC freed 6150KB AllocSpace bytes, 4(80KB) LOS objects, 49% free, 6122KB/11MB, paused 198us,289us total 228.595ms

    I/ogikupa.cliente(13586): Background concurrent copying GC freed 6086KB AllocSpace bytes, 0(0B) LOS objects, 49% free, 6145KB/12MB, paused 217us,118us total 219.419ms

    I/ogikupa.cliente(13586): Background concurrent copying GC freed 6115KB AllocSpace bytes, 0(0B) LOS objects, 49% free, 6162KB/12MB, paused 231us,143us total 229.052ms

    Lost connection to device.

     

  25. Generic placeholder image

    enoque francisco replied

    Good morning, I need some help:

    When I try to start the app directly on my Android phone using `flutter run`, it freezes on a white screen. I've already checked:

    The Google service jhson file is in android/add and it's the correct file,

    I've checked the URLs in `app_server_config.dart` and they are correct,

    I've also checked `Constants.dart` and the Firebase credentials are all correct,

    The Flutter version I'm using is Flutter 3.41.7 and Dart 3.11.5,

    I'm using the latest version I downloaded from CodeCanyon on May 24, 2026,

     

    I'm sending my code with the build folder in case you want to check it. Below is the error log from the terminal where I executed `flutter run`.

    https://drive.google.com/file/d/15WzY2EKmU70yfN06YH6bSyeQAYhsuhKK/view?usp=sharing

  26. Generic placeholder image

    Hendricks replied

    Good morning,

    Yes, this is mainly a Java version compatibility issue. After updating the Android Gradle Plugin, the build requires Java 17, but the system is still using a newer Java version, which causes the Gradle incompatibility error. Once Java is aligned to version 17, the build should work correctly.

    Please share your Chrome Remote Desktop or AnyDesk access and confirm your availability between 9:45 AM and 5:45 PM (IST) so I can connect and check the issue.

    Regards,
    MeetMighty Support Person
    Hendricks

     

  27. Generic placeholder image

    enoque francisco replied

    Good morning,

     

    I made the modifications you indicated, but now I'm getting a Gradle incompatible error.

     

    I have a question: if I download the files again from CodeCanyon, will they be updated without these bugs?

  28. Generic placeholder image

    Hendricks replied

    Hello 

    1. Android Gradle Plugin version

    File: android/build.gradle

    Before:

    classpath 'com.android.tools.build:gradle:8.x.x'

    After:

    classpath 'com.android.tools.build:gradle:7.4.2'

    2. Gradle distribution version

    File: android/gradle/wrapper/gradle-wrapper.properties

    Before:

    distributionUrl=https\://services.gradle.org/distributions/gradle-8.x-all.zip

    After:

    distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip

    3. R8 configuration

    File: android/gradle.properties

    Before:

    # No explicit R8 configuration

    After:

    android.enableR8.fullMode=false

    4. Release build configuration

    File: android/app/build.gradle

    Before:

    release {

        // default config

    }

    After:

    release {

        minifyEnabled true

        shrinkResources true

        proguardFiles getDefaultProguardFile(

            'proguard-android-optimize.txt'

        ), 'proguard-rules.pro'

    }

    5. ProGuard rules for InAppWebView

    File: android/app/proguard-rules.pro

    Before:

    # No specific rules for InAppWebView

    After:

    -keep class com.pichillilorenzo.flutter_inappwebview.** { *; }

    -keep class androidx.webkit.** { *; }

    -dontwarn com.pichillilorenzo.flutter_inappwebview.**

    6. Build cleanup (mandatory)

    Run the following commands after applying the changes:

    flutter clean

    flutter pub get

    Regards,
    MeetMighty Support Person
    Hendricks

     

  29. Generic placeholder image

    enoque francisco replied

    Okay, tell me exactly what to do, which files to modify, what to insert into them, or do something simpler and just send me all the modified files, please.

  30. Generic placeholder image

    Hendricks replied

    Hello 

    The issue is caused by an R8 compatibility problem with the current Android Gradle setup. To resolve this, I recommend updating the project to a stable Gradle and Android Gradle Plugin combination, as this configuration is proven to work reliably with the InAppWebView plugin. These changes are required for the release build to generate successfully.

    Regards,
    MeetMighty Support Person
    Hendricks

  31. Generic placeholder image

    enoque francisco replied

    Good morning,

     

    It's still giving the same error. I had already executed all the steps you provided before requesting support.

    Error below:

    Running Gradle task 'assembleRelease'...

    ERROR: R8: java.lang.ClassNotFoundException: Failed to instrument class com/android/tools/r8/internal/l2 in ClassLoaderScopeIdentifier.Id{coreAndPlugins:settings[:](export)}

     

    FAILURE: Build failed with an exception.

     

    * What went wrong:

    Execution failed for task ':flutter_inappwebview_android:minifyReleaseWithR8'.

     

    > A failure occurred while executing com.android.build.gradle.internal.tasks.R8Task$R8Runnable

     

    > Compilation failed to complete

     

    * Try:

    > Run with --stacktrace option to get the stack trace.

     

    > Run with --info or --debug option to get more log output.

    > Run with --scan to get full insights.

    > Get more help at https://help.gradle.org.

     

    BUILD FAILED in 32s

    Running Gradle task 'assembleRelease'... 33.3s

    Gradle task assembleRelease failed with exit code 1

    Process finished with exit code 1

  32. Generic placeholder image

    Hendricks replied

    Hello,

    The issue is caused by a Flutter SDK version mismatch.

    This project requires Flutter 3.38.x (with a newer Dart SDK), but your system is currently using an older Flutter version. Because of this, dependencies cannot be resolved and the build fails.

    Required action:
    Please upgrade Flutter to version 3.38.x, then run:

    flutter clean

    flutter pub get

    Once Flutter is updated to the required version, the issue will be resolved.

    Thank you.

  33. Generic placeholder image

    enoque francisco replied

    I'm generating the APK via command line:

     

    `flutter build apk`, I also tried directly through Android Studio by going to `build flutter apk`.

     

    My keystore file is attached, the password is 620048enoque

     

    The file is in the android/app folder.

    keystore: https://drive.google.com/file/d/1_RIAie-_YCID7fqlN_oQ_oBfXmJEUxH1/view?usp=sharing

     

    this is used verson flutter 3.38.5

  34. Generic placeholder image

    John replied

    Hello there,

    Please confirm how to created the keystore file, confirm your credentials for the keystore file and also tell me how you are building the apk

    Regards,
    MeetMighty Support Person
    John.
  35. Generic placeholder image

    enoque francisco replied

    Can you help me? I tried to generate the APK again, and I got the error below. I'm using Flutter 3.38.5.

     

    FAILURE: Build failed with an exception.

     

    * Where:

    Build file 'C:\Users\abraao\Desktop\cdsmedia-2025\logikupa-12-25\logikupa.2.0\android\app\build.gradle' line: 58

     

    * What went wrong:

    A problem occurred evaluating project ':app'.

    > Could not find method useProguard() for arguments [false] on BuildType$AgpDecorated_Decorated{name=release, debuggable=false, testCoverageEnabled=false, jniDebuggable=false, pseudoLocalesEnabled=false, renderscriptDebuggable=f

    alse, renderscriptOptimLevel=3, minifyEnabled=false, zipAlignEnabled=true, signingConfig=SigningConfig$AgpDecorated_Decorated{name=release, storeFile=C:\Users\abraao\Desktop\cdsmedia-2025\logikupa-12-25\logikupa.2.0\android\app\

    cdsmedia.jks, storePassword=620048enoque, keyAlias=cdsmedia, keyPassword=620048enoque, storeType=pkcs12, v1SigningEnabled=true, v2SigningEnabled=true, enableV1Signing=null, enableV2Signing=null, enableV3Signing=null, enableV4Sig

    ning=null}, embedMicroApp=true, mBuildConfigFields={}, mResValues={}, mProguardFiles=[C:\Users\abraao\Desktop\cdsmedia-2025\logikupa-12-25\logikupa.2.0\build\app\intermediates\default_proguard_files\global\proguard-android-optim

    ize.txt-8.9.1, C:\src\flutter\packages\flutter_tools\gradle\flutter_proguard_rules.pro, C:\Users\abraao\Desktop\cdsmedia-2025\logikupa-12-25\logikupa.2.0\android\app\proguard-rules.pro], mConsumerProguardFiles=[], mManifestPlaceholders={}} of type com.android.build.gradle.internal.dsl.BuildType$AgpDecorated.

     

    * Try:

    > Run with --stacktrace option to get the stack trace.

    > Run with --info or --debug option to get more log output.

    > Run with --scan to get full insights.

    > Get more help at https://help.gradle.org.

     

    BUILD FAILED in 3s

    Running Gradle task 'assembleRelease'...                            4,2s

    Gradle task assembleRelease failed with exit code 1

    PS C:\Users\abraao\Desktop\cdsmedia-2025\logikupa-12-25\logikupa.2.0> 

  36. Generic placeholder image

    John replied

    Hello there,

    What I am saying is 

    Just put this url everywhere https://logikupa.ao

    Remove everything like /delivery-admin and delivery-admin-dev

    Just use your main domain

    Regards,
    MeetMighty Support Person
    John.
  37. Generic placeholder image

    enoque francisco replied

    I didn't understand, friend, because the URL exists >https://logikupa.ao

    See the image I sent of the app code; I used the URL, I didn't change anything, just the URL.

     

    You typed a path in the browser, but what route is that? So I really don't know what you're trying to say because in the code in the panel and the app I'm using that URL.

     

    Can you tell me where I went wrong or where I should put the URL?

     

    If you need to access the cPanel login and password files below:

     

    https://50.6.6.38:2083/cpsess7312257709/frontend/jupiter/index.html?login=1&post_login=60161410650538

     

    user: logikupa

    password: kmab620048

  38. Generic placeholder image

    John replied

    Hi there,

    As you can see the url you are hitting doesn't exist

    Please use this url instead for everywhere you are supposed to add domain url 

    https://logikupa.ao

     

    Regards,
    MeetMighty Support Person
    John.

    ATTACHED FILES

  39. Generic placeholder image

    enoque francisco replied

    I had already connected the app, the panel is already installed on that domain, I uploaded the files to cPanel and changed from localhost to the domain https://logikupa.ao/

     

  40. Generic placeholder image

    John replied

    Hi there,

    Please host your admin panel on your domain and connect it to your mobile app

    Search for app_server_config.dart and add your admin url

    Regards,
    MeetMighty Support Person
    John.
  41. Generic placeholder image

    enoque francisco replied

    Good morning,

     

    Merry Christmas,

     

    I need help with something. When I try to log in or create an account, I get an API error. Please see the attached image.

    ATTACHED FILES

  42. Generic placeholder image

    Ricky replied

    Hello 

    You can try endpoint->AdminHub. Please show in env file.
     
    Thanks,
    Ricky.
  43. Generic placeholder image

    enoque francisco replied

    Good evening, the error occurs when I try to access the admin panel, http://localhost/login/admin

    ATTACHED FILES

  44. Generic placeholder image

    Ricky replied

    Please share error 

    Thanks,

    Ricky.
  45. Generic placeholder image

    enoque francisco replied

    Good morning, what is the admin login URL in this new version? I installed it on localhost and I'm using admin/login, but I'm getting a 404 error. Could you please help me?

  46. Generic placeholder image

    John replied

    For the flutter compartibility,

    Please use this

     

    Flutter 3.38.1

    Regards,
    MeetMighty Support Person
    John.
  47. Generic placeholder image

    John replied

    Hi,

    Your version of cocoapod is outdated

    Please run the command 

    "pod install --repo-update"

    Regards,
    MeetMighty Support Person
    John.
  48. Generic placeholder image

    enoque francisco replied

    I'm having trouble running the project on my MacBook. When I run the "pod install" command, it gives the error shown in the attached image.

     

    I've already run the "pod repo update" command, but the error persists.

    ATTACHED FILES

  49. Generic placeholder image

    enoque francisco replied

    Please confirm if the Flutter version is Flutter: 3.32.0?

  50. Generic placeholder image

    enoque francisco replied

    Okay, thanks for your help.

  51. Generic placeholder image

    John replied

    Hi there,

    The issue with your app getting stucked on a white screen has been solved via remote support.

    Please revert if you have any issue,

    Regards,
    MeetMighty Support Person
    John.
  52. Generic placeholder image

    enoque francisco replied

    277828297044

  53. Generic placeholder image

    enoque francisco replied

    718838574001

  54. Generic placeholder image

    John replied

    Please reshare code

    It got disconnected.

    Regards,
    MeetMighty Support Person
    John.
  55. Generic placeholder image

    enoque francisco replied

    056670616705 code google screem  share

  56. Generic placeholder image

    John replied

    Please connect via remote support

     https://remotedesktop.google.com/support

    Regards,
    MeetMighty Support Person
    John.
  57. Generic placeholder image

    enoque francisco replied

    Good morning,

     

    I'm available now, we can use AnyDesk if you prefer, my code is: 1967967778

  58. Generic placeholder image

    John replied

    Okay, I would connect at that time.

    Regards,
    MeetMighty Support Person
    John.
  59. Generic placeholder image

    enoque francisco replied

    Okay, we can connect at 6:00 AM Brasilia time (Brasilia capital, Brazil).

  60. Generic placeholder image

    John replied

    Hi there,

    We can connect remotely tomorrow

    Time: 10 AM - 5: 00 PM (IST)

    Regards,
    MeetMighty Support Person
    John.
  61. Generic placeholder image

    enoque francisco replied

    Good morning,

     

    I believe I have configured Firebase correctly.

     

    I am sending you my code for you to check: https://drive.google.com/file/d/1hlS0_aWgNREwQVT1ORjH_VnOZotFM8OQ/view?usp=sharing

     

    I had already added the SHA256 and SHA1 to Firebase and placed the GoogleServi.json file in the correct location. Please check what is happening or indicate where I should make the modification. Thank you, good morning.

  62. Generic placeholder image

    John replied

    Hi there,

    Thanks for reaching out with your queries.

    1. For the issue of the app getting stucked on startup, Check the following conditions

         - If you properly configured firebase. This includes adding the package name, SHA256 key, etc

         - Check if you properly added the google_service.json file in the correct location
           android/app/{GOOGLE SERVICE JSON FILE SHOULD BE HERE}

    2. In order to add the server url, search for the file app_server_config.dart and you can add your server url there 

       NB: This would be updated in the docs at the latest.

    3. In order to hide the online option, naviagate to PaymentModel.dart and comment out the online option.

    Regards,
    MeetMighty Support Person
    John.
  63. Generic placeholder image

    enoque francisco replied

    I'm getting an error when I try to build, see the attached image.

     

    The app is stuck on the white screen.

     

    Errors: E/flutter (14392): [ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: [core/duplicate-app] A Firebase App named "[DEFAULT]" already exists

    ATTACHED FILES

  64. Generic placeholder image

    enoque francisco replied

    I need help because in the documentation you state:

     

    In the main directory, access lib → app_config.dart const DOMAIN_URL = "ADD YOUR DOMAIN URL";

     

    but this no longer exists in the project, not with this name. Where do I add the server URL, the baseURL?

  65. Generic placeholder image

    enoque francisco replied

    And I also have another question: I won't be using any online payment methods, do I need to remove payment methods from the app?

Recent Tickets
URGENT Base URL is down... 6 months ago on October 30, 2025 12:10 AM river is not receiving ri... 1 year ago on January 29, 2025 9:03 AM Admin Panel Login Issue –... 2 days ago on May 1, 2026 5:29 AM Mapping not showing... 1 week ago on April 19, 2026 10:52 PM Disable ask for Audio & V... 2 months ago on February 16, 2026 5:34 AM Want to Lunch App but get... 4 months ago on December 24, 2025 1:21 PM app creation help... 4 months ago on December 14, 2025 5:57 PM A lot of Errors In Androi... 5 months ago on November 18, 2025 1:00 AM The app is only in Englis... 5 months ago on November 11, 2025 12:28 PM problem with update files... 6 months ago on October 14, 2025 5:45 AM