closed
Mapping not showing
In the attached image, right side is your demo app which shows route by blue line, but my purchased code didn’t show that blue line, see the left side on my image
ATTACHED FILES
Asked 1 week ago on April 19, 2026 10:52 PM Comments 20 times
Hassan Saeed replied 1 week ago on April 22, 2026 10:53 AM
1 893 125 953
Hendricks replied 1 week ago on April 22, 2026 10:49 AM
Please give me your anydesk id
MeetMighty Support Person
Hendricks
Hassan Saeed replied 1 week ago on April 22, 2026 10:45 AM
I am available to connect
Hassan Saeed replied 1 week ago on April 22, 2026 9:56 AM
Give me an hour
Hendricks replied 1 week ago on April 22, 2026 9:48 AM
can we connect with anydesk for checking your issue ?
MeetMighty Support Person
Hendricks
Hassan Saeed replied 1 week ago on April 22, 2026 9:10 AM
Player id is null on iOS
ATTACHED FILES
Hendricks replied 1 week ago on April 22, 2026 8:27 AM
Search player_id just like this and find
MeetMighty Support Person
Hendricks
Hassan Saeed replied 1 week ago on April 22, 2026 8:25 AM
Player id isn't showing in iOS logs
ATTACHED FILES
Hendricks replied 1 week ago on April 22, 2026 6:14 AM
The player ID is being generated and successfully passed in the dashboard API request.
Could you please run the app on iOS and check the logs to confirm whether the player ID is being correctly included in the API request from the app as well?
Please verify and let me know.
MeetMighty Support Person
Hendricks
Hassan Saeed replied 1 week ago on April 22, 2026 4:48 AM
Are the iOS player ids separately handled in the code?
In which files can I check iOS player ids?
Hendricks replied 1 week ago on April 22, 2026 4:16 AM
Hi,
Notifications are working fine on Android, but not on iOS.
When I send a test notification from the OneSignal dashboard, it is successfully received on both Android and iOS devices. This confirms that the iOS configuration (APNs, certificates, etc.) is set up correctly.
However, notifications triggered from the app (via backend/API) are only being delivered to Android devices and not to iOS.
It looks like the issue might be with the targeting or payload from the backend. Could you please check:
Whether iOS player IDs are being included when sending notifications
If the correct segments (including iOS users) are being targeted
Please let me know if you need any details from my side.
MeetMighty Support Person
Hendricks
Hassan Saeed replied 1 week ago on April 22, 2026 3:48 AM
notifications are working now, but not on iOS.
Test notification from onesignal dashboard reaches to both android and iOS but real notifications from app reaches only to android
ATTACHED FILES
marco replied 1 week ago on April 21, 2026 4:45 AM
when you free than tell me we can connect form anydesk.
marco.
Hassan Saeed replied 1 week ago on April 20, 2026 10:48 PM
blue route line error fixed after clearing backend cache....now the problem is that notifications are not coming for driver app, rider app and admin panel notifications are working...also test notifications from onesignal account also work on both android apps
Hassan Saeed replied 1 week ago on April 20, 2026 2:21 PM
and here are my driver app logs
W/o.buraqgodriver(18576): Long monitor contention with owner androidmapsapi-TilePrep_3 (19106) at void m140.exb.run()(:com.google.android.gms.policy_maps_core_dynamite@[email protected]:685) waiters=1 in void m140.exb.run() for 149ms
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
I/flutter (18576): {"content-type":"application/json; charset=utf-8","cache-control":"no-cache","accept":"application/json; charset=utf-8","Access-Control-Allow-Headers":"*","Access-Control-Allow-Origin":"*","authorization":"Bearer 84|zDKL66aSEUJxO2ZX9oKxEyhsyWaFIY2GA8sRYdwofb453cdf"}
I/flutter (18576): URL: https://buraqgo.com/api/update-user-status
E/FlutterGeolocator(18576): Geolocator position updates stopped
E/FlutterGeolocator(18576): There is still another flutter engine connected, not stopping location service
E/FlutterGeolocator(18576): Geolocator position updates started
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
I/flutter (18576): GPS → Lat:31.4300737, Lng:73.1568376, Accuracy:67.93619537353516
I/flutter (18576): Ignored due to bad accuracy
I/flutter (18576): ┌───────────────────────────────────────────────────────────────────────────────────────────────────────┐
I/flutter (18576): Time: 2026-04-20 19:15:09.154128
I/flutter (18576): Url: https://buraqgo.com/api/wallet-detail
I/flutter (18576): Header: {"content-type":"application/json; charset=utf-8","cache-control":"no-cache","accept":"application/json; charset=utf-8","Access-Control-Allow-Headers":"*","Access-Control-Allow-Origin":"*","authorization":"Bearer 84|zDKL66aSEUJxO2ZX9oKxEyhsyWaFIY2GA8sRYdwofb453cdf"}
I/flutter (18576): Request: null
I/flutter (18576):
I/flutter (18576): Response (GET) 200
I/flutter (18576): {
I/flutter (18576): "wallet_data": {
I/flutter (18576): "id": 32,
I/flutter (18576): "user_id": 45,
I/flutter (18576): "total_amount": 0,
I/flutter (18576): "online_received": null,
I/flutter (18576): "collected_cash": null,
I/flutter (18576): "manual_received": null,
I/flutter (18576): "total_withdrawn": null,
I/flutter (18576): "currency": null,
I/flutter (18576): "created_at": "2026-04-20T12:35:31.000000Z",
I/flutter (18576): "updated_at": "2026-04-20T12:35:31.000000Z"
I/flutter (18576): },
I/flutter (18576): "min_amount_to_get_ride": 0,
I/flutter (18576): "total_amount": 0
I/flutter (18576): }
I/flutter (18576):
I/flutter (18576): └───────────────────────────────────────────────────────────────────────────────────────────────────────┘
I/flutter (18576): ┌───────────────────────────────────────────────────────────────────────────────────────────────────────┐
I/flutter (18576): Time: 2026-04-20 19:15:09.323621
I/flutter (18576): Url: https://buraqgo.com/api/current-riderequest
I/flutter (18576): Header: {"content-type":"application/json; charset=utf-8","cache-control":"no-cache","accept":"application/json; charset=utf-8","Access-Control-Allow-Headers":"*","Access-Control-Allow-Origin":"*","authorization":"Bearer 84|zDKL66aSEUJxO2ZX9oKxEyhsyWaFIY2GA8sRYdwofb453cdf"}
I/flutter (18576): Request: null
I/flutter (18576):
I/flutter (18576): Response (GET) 200
I/flutter (18576): {
I/flutter (18576): "id": 45,
I/flutter (18576): "display_name": "R R",
I/flutter (18576): "email": "[email protected]",
I/flutter (18576): "username": "r61",
I/flutter (18576): "user_type": "driver",
I/flutter (18576): "profile_image": "https://buraqgo.com/images/user/1.jpg",
I/flutter (18576): "status": "active",
I/flutter (18576): "multi_drop_location": null,
I/flutter (18576): "ride_has_bid": 0,
I/flutter (18576): "latitude": "31.4302838",
I/flutter (18576): "longitude": "73.1566782",
I/flutter (18576): "schedule_ride_request": [],
I/flutter (18576): "on_ride_request": null,
I/flutter (18576): "rider": null,
I/flutter (18576): "payment": null,
I/flutter (18576): "service_marker": "https://buraqgo.com/storage/2/6.jpg",
I/flutter (18576): "all_unread_count": 0,
I/flutter (18576): "driver_distance_to_pickup": 0,
I/flutter (18576): "driver_duration_to_pickup": 0
I/flutter (18576): }
I/flutter (18576):
I/flutter (18576): └───────────────────────────────────────────────────────────────────────────────────────────────────────┘
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
E/o.buraqgodriver(18576): == MALI DEBUG ===eglp_winsys_populate_image_templates ==12288
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
I/o.buraqgodriver(18576): Compiler allocated 5050KB to compile void m140.eoa.W(m140.esq, m140.fmu, android.content.res.Resources, m140.eqg, m140.fbi, boolean, m140.dkj, java.util.Map, boolean, boolean, boolean, boolean, boolean)
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
D/Surface (18576): lockHardwareCanvas
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
D/Surface (18576): lockHardwareCanvas
I/o.buraqgodriver(18576): Background concurrent copying GC freed 8167KB AllocSpace bytes, 100(4136KB) LOS objects, 49% free, 23MB/47MB, paused 139us,197us total 268.683ms
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
I/flutter (18576): ┌───────────────────────────────────────────────────────────────────────────────────────────────────────┐
I/flutter (18576): Time: 2026-04-20 19:15:09.874712
I/flutter (18576): Url: https://buraqgo.com/api/update-user-status
I/flutter (18576): Header: {"content-type":"application/json; charset=utf-8","cache-control":"no-cache","accept":"application/json; charset=utf-8","Access-Control-Allow-Headers":"*","Access-Control-Allow-Origin":"*","authorization":"Bearer 84|zDKL66aSEUJxO2ZX9oKxEyhsyWaFIY2GA8sRYdwofb453cdf"}
I/flutter (18576): Request: {"latitude":"31.4300737","longitude":"73.1568376","currentHeading":"242.72048832786854"}
I/flutter (18576):
I/flutter (18576): Response (POST) 200
I/flutter (18576): {
I/flutter (18576): "data": null,
I/flutter (18576): "message": "Status has been updated successfully"
I/flutter (18576): }
I/flutter (18576):
I/flutter (18576): └───────────────────────────────────────────────────────────────────────────────────────────────────────┘
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
W/ProxyAndroidLoggerBackend(18576): Too many Flogger logs received before configuration. Dropping old logs.
D/Surface (18576): lockHardwareCanvas
I/TRuntime.CctTransportBackend(18576): Status Code: 200
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
I/o.buraqgodriver(18576): Compiler allocated 4352KB to compile void m140.ehs.c(m140.dky, m140.egk, m140.ejs, m140.eqr, boolean)
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
E/GoogleApiManager(18576): Failed to get service from broker.
E/GoogleApiManager(18576): java.lang.SecurityException: Unknown calling package name 'com.google.android.gms'.
E/GoogleApiManager(18576): at android.os.Parcel.createExceptionOrNull(Parcel.java:3011)
E/GoogleApiManager(18576): at android.os.Parcel.createException(Parcel.java:2995)
E/GoogleApiManager(18576): at android.os.Parcel.readException(Parcel.java:2978)
E/GoogleApiManager(18576): at android.os.Parcel.readException(Parcel.java:2920)
E/GoogleApiManager(18576): at bhwi.a(:com.google.android.gms@[email protected] (190400-895912391):36)
E/GoogleApiManager(18576): at bhuj.z(:com.google.android.gms@[email protected] (190400-895912391):143)
E/GoogleApiManager(18576): at bhai.run(:com.google.android.gms@[email protected] (190400-895912391):42)
E/GoogleApiManager(18576): at android.os.Handler.handleCallback(Handler.java:942)
E/GoogleApiManager(18576): at android.os.Handler.dispatchMessage(Handler.java:99)
E/GoogleApiManager(18576): at cwhy.mD(:com.google.android.gms@[email protected] (190400-895912391):1)
E/GoogleApiManager(18576): at cwhy.dispatchMessage(:com.google.android.gms@[email protected] (190400-895912391):5)
E/GoogleApiManager(18576): at android.os.Looper.loopOnce(Looper.java:211)
E/GoogleApiManager(18576): at android.os.Looper.loop(Looper.java:300)
E/GoogleApiManager(18576): at android.os.HandlerThread.run(HandlerThread.java:67)
W/GoogleApiManager(18576): Not showing notification since connectionResult is not user-facing: ConnectionResult{statusCode=DEVELOPER_ERROR, resolution=null, message=null, clientMethodKey=null}
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
I/o.buraqgodriver(18576): Compiler allocated 5477KB to compile void m140.fkj.f()
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
D/Surface (18576): lockHardwareCanvas
Hassan Saeed replied 1 week ago on April 20, 2026 1:53 PM
I/flutter ( 1721): ┌───────────────────────────────────────────────────────────────────────────────────────────────────────┐
I/flutter ( 1721):
I/flutter ( 1721): Time: 2026-04-20 18:42:49.605949
I/flutter ( 1721): Url: https://buraqgo.com/api/current-riderequest
I/flutter ( 1721): Header: {"content-type":"application/json; charset=utf-8","cache-control":"no-cache","accept":"application/json; charset=utf-8","Access-Control-Allow-Headers":"*","Access-Control-Allow-Origin":"*","authorization":"Bearer 66|TsbhGg9EGt8CLUDeGOVsRWKa36PmR76AViQkkibObe21d66f"}
I/flutter ( 1721): Request: null
I/flutter ( 1721):
I/flutter ( 1721): Response (GET) 200
I/flutter ( 1721): {
I/flutter ( 1721): "id": 34,
I/flutter ( 1721): "display_name": "H r",
I/flutter ( 1721): "email": "[email protected]",
I/flutter ( 1721): "username": "hr",
I/flutter ( 1721): "user_type": "rider",
I/flutter ( 1721): "profile_image": "https://buraqgo.com/images/user/1.jpg",
I/flutter ( 1721): "status": "active",
I/flutter ( 1721): "multi_drop_location": null,
I/flutter ( 1721): "ride_has_bids": 0,
I/flutter ( 1721): "time_zone": "UTC",
I/flutter ( 1721): "ride_request": null,
I/flutter ( 1721): "schedule_ride_request": [],
I/flutter ( 1721): "on_ride_request": null,
I/flutter ( 1721): "driver": {
I/flutter ( 1721): "id": 45,
I/flutter ( 1721): "first_name": "R",
I/flutter ( 1721): "last_name": "R",
I/flutter ( 1721): "display_name": "R R",
I/flutter ( 1721): "email": "[email protected]",
I/flutter ( 1721): "username": "r61",
I/flutter ( 1721): "status": "active",
I/flutter ( 1721): "user_type": "driver",
I/flutter ( 1721): "address": null,
I/flutter ( 1721): "contact_number": "254478965",
I/flutter ( 1721): "gender": null,
I/flutter ( 1721): "profile_image": "https://buraqgo.com/images/user/1.jpg",
I/flutter ( 1721): "login_type": null,
I/flutter ( 1721): "latitude": "31.4302838",
I/flutter ( 1721): "longitude": "73.1566782",
I/flutter ( 1721): "uid": "qvpRtDgsydasXgmUtMMijoIPoOv1",
I/flutter ( 1721): "player_id": "9f0e70ae-4722-4360-bbe2-8a725632c95e",
I/flutter ( 1721): "is_online": 1,
I/flutter ( 1721): "is_available": 1,
I/flutter ( 1721): "timezone": "UTC",
I/flutter ( 1721): "fcm_token": null,
I/flutter ( 1721): "user_detail": {
I/flutter ( 1721): "id": 22,
I/flutter ( 1721): "user_id": 45,
I/flutter ( 1721): "car_model": "R",
I/flutter ( 1721): "car_color": "R",
I/flutter ( 1721): "car_plate_number": "R",
I/flutter ( 1721): "car_production_year": "2",
I/flutter ( 1721): "work_address": null,
I/flutter ( 1721): "home_address": null,
I/flutter ( 1721): "work_latitude": null,
I/flutter ( 1721): "work_longitude": null,
I/flutter ( 1721): "home_latitude": null,
I/flutter ( 1721): "home_longitude": null,
I/flutter ( 1721): "created_at": "2026-04-20T12:35:31.000000Z",
I/flutter ( 1721): "updated_at": "2026-04-20T12:35:31.000000Z"
I/flutter ( 1721): },
I/flutter ( 1721): "user_bank_account": null,
I/flutter ( 1721): "service_id": 1,
I/flutter ( 1721): "driver_service": {
I/flutter ( 1721): "id": 1,
I/flutter ( 1721): "name": "test",
I/flutter ( 1721): "region_id": 1,
I/flutter ( 1721): "capacity": 22,
I/flutter ( 1721): "base_fare": 50,
I/flutter ( 1721): "minimum_fare": 10,
I/flutter ( 1721): "minimum_distance": 1,
I/flutter ( 1721): "per_distance": 1,
I/flutter ( 1721): "per_minute_drive": 1,
I/flutter ( 1721): "per_minute_wait": 1,
I/flutter ( 1721): "waiting_time_limit": 1,
I/flutter ( 1721): "cancellation_fee": 1,
I/flutter ( 1721): "payment_method": "cash",
I/flutter ( 1721): "commission_type": "fixed",
I/flutter ( 1721): "admin_commission": 0,
I/flutter ( 1721): "fleet_commission": 0,
I/flutter ( 1721): "status": 1,
I/flutter ( 1721): "description": "test",
I/flutter ( 1721): "created_at": "2026-04-14T20:34:07.000000Z",
I/flutter ( 1721): "updated_at": "2026-04-19T00:46:12.000000Z"
I/flutter ( 1721): },
I/flutter ( 1721): "is_verified_driver": 1,
I/flutter ( 1721): "last_notification_seen": "2026-04-20 12:43:48",
I/flutter ( 1721): "created_at": "2026-04-20T12:35:31.000000Z",
I/flutter ( 1721): "updated_at": "2026-04-20T13:40:13.000000Z",
I/flutter ( 1721): "rating": 0,
I/flutter ( 1721): "is_document_required": 0,
I/flutter ( 1721): "last_location_update_at": "2026-04-20T12:58:36.000000Z",
I/flutter ( 1721): "otp_verify_at": null,
I/flutter ( 1721): "referral_code": "YT3598",
I/flutter ( 1721): "partner_referral_code": null,
I/flutter ( 1721): "currentHeading": 41.67523933410071
I/flutter ( 1721): },
I/flutter ( 1721): "payment": null,
I/flutter ( 1721): "service_marker": "https://buraqgo.com/storage/2/6.jpg",
I/flutter ( 1721): "all_unread_count": 0,
I/flutter ( 1721): "enable_scratch_card": false
I/flutter ( 1721): }
I/flutter ( 1721):
I/flutter ( 1721): └───────────────────────────────────────────────────────────────────────────────────────────────────────┘
I/flutter ( 1721): ┌───────────────────────────────────────────────────────────────────────────────────────────────────────┐
I/flutter ( 1721):
I/flutter ( 1721): Time: 2026-04-20 18:42:49.619896
I/flutter ( 1721): Url: https://buraqgo.com/api/wallet-detail
I/flutter ( 1721): Header: {"content-type":"application/json; charset=utf-8","cache-control":"no-cache","accept":"application/json; charset=utf-8","Access-Control-Allow-Headers":"*","Access-Control-Allow-Origin":"*","authorization":"Bearer 66|TsbhGg9EGt8CLUDeGOVsRWKa36PmR76AViQkkibObe21d66f"}
I/flutter ( 1721): Request: null
I/flutter ( 1721):
I/flutter ( 1721): Response (GET) 200
I/flutter ( 1721): {
I/flutter ( 1721): "wallet_data": {
I/flutter ( 1721): "id": 19,
I/flutter ( 1721): "user_id": 34,
I/flutter ( 1721): "total_amount": null,
I/flutter ( 1721): "online_received": null,
I/flutter ( 1721): "collected_cash": null,
I/flutter ( 1721): "manual_received": null,
I/flutter ( 1721): "total_withdrawn": null,
I/flutter ( 1721): "currency": null,
I/flutter ( 1721): "created_at": "2026-04-19T13:37:00.000000Z",
I/flutter ( 1721): "updated_at": "2026-04-19T13:37:00.000000Z"
I/flutter ( 1721): },
I/flutter ( 1721): "min_amount_to_get_ride": 0,
I/flutter ( 1721): "total_amount": null
I/flutter ( 1721): }
I/flutter ( 1721):
I/flutter ( 1721): └───────────────────────────────────────────────────────────────────────────────────────────────────────┘
D/Surface ( 1721): lockHardwareCanvas
I/flutter ( 1721): Null check operator used on a null value
D/Surface ( 1721): lockHardwareCanvas
D/Surface ( 1721): lockHardwareCanvas
D/Surface ( 1721): lockHardwareCanvas
D/Surface ( 1721): lockHardwareCanvas
D/Surface ( 1721): lockHardwareCanvas
D/Surface ( 1721): lockHardwareCanvas
W/ProxyAndroidLoggerBackend( 1721): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend( 1721): Too many Flogger logs received before configuration. Dropping old logs.
D/Surface ( 1721): lockHardwareCanvas
D/Surface ( 1721): lockHardwareCanvas
D/Surface ( 1721): lockHardwareCanvas
D/Surface ( 1721): lockHardwareCanvas
D/Surface ( 1721): lockHardwareCanvas
D/Surface ( 1721): lockHardwareCanvas
D/Surface ( 1721): lockHardwareCanvas
I/buraqgo.buraqgo( 1721): Background concurrent copying GC freed 9646KB AllocSpace bytes, 208(8448KB) LOS objects, 39% free, 36MB/60MB, paused 621us,79us total 346.317ms
D/Surface ( 1721): lockHardwareCanvas
D/Surface ( 1721): lockHardwareCanvas
D/Surface ( 1721): lockHardwareCanvas
I/flutter ( 1721): ┌───────────────────────────────────────────────────────────────────────────────────────────────────────┐
I/flutter ( 1721):
I/flutter ( 1721): Time: 2026-04-20 18:42:50.424889
I/flutter ( 1721): Url: https://buraqgo.com/api/user-detail?id=45
I/flutter ( 1721): Header: {"content-type":"application/json; charset=utf-8","cache-control":"no-cache","accept":"application/json; charset=utf-8","Access-Control-Allow-Headers":"*","Access-Control-Allow-Origin":"*","authorization":"Bearer 66|TsbhGg9EGt8CLUDeGOVsRWKa36PmR76AViQkkibObe21d66f"}
I/flutter ( 1721): Request: null
I/flutter ( 1721):
I/flutter ( 1721): Response (GET) 200
I/flutter ( 1721): {
I/flutter ( 1721): "data": {
I/flutter ( 1721): "id": 45,
I/flutter ( 1721): "first_name": "R",
I/flutter ( 1721): "last_name": "R",
I/flutter ( 1721): "display_name": "R R",
I/flutter ( 1721): "email": "[email protected]",
I/flutter ( 1721): "username": "r61",
I/flutter ( 1721): "status": "active",
I/flutter ( 1721): "user_type": "driver",
I/flutter ( 1721): "address": null,
I/flutter ( 1721): "contact_number": "254478965",
I/flutter ( 1721): "gender": null,
I/flutter ( 1721): "profile_image": "https://buraqgo.com/images/user/1.jpg",
I/flutter ( 1721): "login_type": null,
I/flutter ( 1721): "latitude": "31.4302838",
I/flutter ( 1721): "longitude": "73.1566782",
I/flutter ( 1721): "uid": "qvpRtDgsydasXgmUtMMijoIPoOv1",
I/flutter ( 1721): "player_id": "9f0e70ae-4722-4360-bbe2-8a725632c95e",
I/flutter ( 1721): "is_online": 1,
I/flutter ( 1721): "is_available": 1,
I/flutter ( 1721): "timezone": "UTC",
I/flutter ( 1721): "fcm_token": null,
I/flutter ( 1721): "user_detail": {
I/flutter ( 1721): "id": 22,
I/flutter ( 1721): "user_id": 45,
I/flutter ( 1721): "car_model": "R",
I/flutter ( 1721): "car_color": "R",
I/flutter ( 1721): "car_plate_number": "R",
I/flutter ( 1721): "car_production_year": "2",
I/flutter ( 1721): "work_address": null,
I/flutter ( 1721): "home_address": null,
I/flutter ( 1721): "work_latitude": null,
I/flutter ( 1721): "work_longitude": null,
I/flutter ( 1721): "home_latitude": null,
I/flutter ( 1721): "home_longitude": null,
I/flutter ( 1721): "created_at": "2026-04-20T12:35:31.000000Z",
I/flutter ( 1721): "updated_at": "2026-04-20T12:35:31.000000Z"
I/flutter ( 1721): },
I/flutter ( 1721): "user_bank_account": null,
I/flutter ( 1721): "service_id": 1,
I/flutter ( 1721): "driver_service": {
I/flutter ( 1721): "id": 1,
I/flutter ( 1721): "name": "test",
I/flutter ( 1721): "region_id": 1,
I/flutter ( 1721): "capacity": 22,
I/flutter ( 1721): "base_fare": 50,
I/flutter ( 1721): "minimum_fare": 10,
I/flutter ( 1721): "minimum_distance": 1,
I/flutter ( 1721): "per_distance": 1,
I/flutter ( 1721): "per_minute_drive": 1,
I/flutter ( 1721): "per_minute_wait": 1,
I/flutter ( 1721): "waiting_time_limit": 1,
I/flutter ( 1721): "cancellation_fee": 1,
I/flutter ( 1721): "payment_method": "cash",
I/flutter ( 1721): "commission_type": "fixed",
I/flutter ( 1721): "admin_commission": 0,
I/flutter ( 1721): "fleet_commission": 0,
I/flutter ( 1721): "status": 1,
I/flutter ( 1721): "description": "test",
I/flutter ( 1721): "created_at": "2026-04-14T20:34:07.000000Z",
I/flutter ( 1721): "updated_at": "2026-04-19T00:46:12.000000Z"
I/flutter ( 1721): },
I/flutter ( 1721): "is_verified_driver": 1,
I/flutter ( 1721): "last_notification_seen": "2026-04-20 12:43:48",
I/flutter ( 1721): "created_at": "2026-04-20T12:35:31.000000Z",
I/flutter ( 1721): "updated_at": "2026-04-20T13:40:13.000000Z",
I/flutter ( 1721): "rating": 0,
I/flutter ( 1721): "is_document_required": 0,
I/flutter ( 1721): "last_location_update_at": "2026-04-20T12:58:36.000000Z",
I/flutter ( 1721): "otp_verify_at": null,
I/flutter ( 1721): "referral_code": "YT3598",
I/flutter ( 1721): "partner_referral_code": null,
I/flutter ( 1721): "currentHeading": 41.67523933410071
I/flutter ( 1721): },
I/flutter ( 1721): "required_document": []
I/flutter ( 1721): }
I/flutter ( 1721):
I/flutter ( 1721): └───────────────────────────────────────────────────────────────────────────────────────────────────────┘
I/flutter ( 1721): PolyLineCreatedCall
D/Surface ( 1721): lockHardwareCanvas
D/Surface ( 1721): lockHardwareCanvas
W/ProxyAndroidLoggerBackend( 1721): Too many Flogger logs received before configuration. Dropping old logs.
D/Surface ( 1721): lockHardwareCanvas
D/Surface ( 1721): lockHardwareCanvas
D/Surface ( 1721): lockHardwareCanvas
D/Surface ( 1721): lockHardwareCanvas
W/ProxyAndroidLoggerBackend( 1721): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend( 1721): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend( 1721): Too many Flogger logs received before configuration. Dropping old logs.
D/Surface ( 1721): lockHardwareCanvas
W/ProxyAndroidLoggerBackend( 1721): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend( 1721): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend( 1721): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend( 1721): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend( 1721): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend( 1721): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend( 1721): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend( 1721): Too many Flogger logs received before configuration. Dropping old logs.
I/flutter ( 1721): ┌───────────────────────────────────────────────────────────────────────────────────────────────────────┐
I/flutter ( 1721):
I/flutter ( 1721): Time: 2026-04-20 18:42:51.296389
I/flutter ( 1721): Url: https://buraqgo.com/api/directions-polyline-api?origin=31.4302888,73.156681&destination=31.434949971661343,73.16383168101311
I/flutter ( 1721): Header: {"content-type":"application/json; charset=utf-8","cache-control":"no-cache","accept":"application/json; charset=utf-8","Access-Control-Allow-Headers":"*","Access-Control-Allow-Origin":"*","authorization":"Bearer 66|TsbhGg9EGt8CLUDeGOVsRWKa36PmR76AViQkkibObe21d66f"}
I/flutter ( 1721): Request: null
I/flutter ( 1721):
I/flutter ( 1721): Response (GET) 200
I/flutter ( 1721): {
I/flutter ( 1721): "status": true,
I/flutter ( 1721): "polyline": null
I/flutter ( 1721): }
I/flutter ( 1721):
I/flutter ( 1721): └───────────────────────────────────────────────────────────────────────────────────────────────────────┘
D/Surface ( 1721): lockHardwareCanvas
W/ProxyAndroidLoggerBackend( 1721): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend( 1721): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend( 1721): Too many Flogger logs received before configuration. Dropping old logs.
W/ProxyAndroidLoggerBackend( 1721): Too many Flogger logs received before configuration. Dropping old logs.
ATTACHED FILES
Hendricks replied 1 week ago on April 20, 2026 11:18 AM
Hellow,
if the blue route line is still not showing, please verify the following:
REQUEST_DENIEDorAPI not enabledindicate configuration issueAlso, please share a screenshot of your enabled API list from Google Cloud Console so I can verify if everything is correctly configured.
If possible, also send:
Then I can identify the exact issue quickly.
MeetMighty Support Person
Hendricks
Hassan Saeed replied 1 week ago on April 20, 2026 11:14 AM
Still not showing
Hendricks replied 1 week ago on April 20, 2026 8:31 AM
Hi,
The issue you're seeing is because the Routes API is not enabled in your project.
The blue route line (polyline) on the map will only appear after enabling the required API.
Please go to your Google Cloud Console and enable:
After enabling, wait a few minutes and test again — the route line should display properly.
MeetMighty Support Person
Hendricks
Hassan Saeed replied 1 week ago on April 19, 2026 10:56 PM
Also distance isn't calculated before ride starts
ATTACHED FILES