Tagxi - Flutter Complete Taxi Booking Solution

Tagxi - Flutter Complete Taxi Booking Solution v1.10

No permission to download

hesham2255

New member
Oct 11, 2022
4
0
1
control panel OK.
android app white page !!!!
anyone HELP?

And I Got this error from emmulator:

/flutter (28551): {"success":false,"message":"Target class [App\\Http\\Controllers\\Api\\V1\\Common\\CountryController] does not exist.",
 
Last edited:

Talha899

New member
Oct 24, 2020
12
2
3
control panel OK.
android app white page !!!!
anyone HELP?

And I Got this error from emmulator:

/flutter (28551): {"success":false,"message":"Target class [App\\Http\\Controllers\\Api\\V1\\Common\\CountryController] does not exist.",
yes i can help you controller is missing
 

jooohnnym

New member
May 5, 2022
15
2
3
control panel OK.
android app white page !!!!
anyone HELP?

And I Got this error from emmulator:

/flutter (28551): {"success":false,"message":"Target class [App\\Http\\Controllers\\Api\\V1\\Common\\CountryController] does not exist.",
<?php

namespace App\Http\Controllers\Api\V1\Common;

use App\Models\Country;
use App\Http\Controllers\ApiController;
use App\Transformers\CountryTransformer;

/**
* @group Countries
*
* Get countries
*/
class CountryController extends ApiController
{
/**
* Get all the countries.
*
* @return \Illuminate\Http\JsonResponse
*/
public function index()
{
$countriesQuery = Country::active();

$countries = filter($countriesQuery, new CountryTransformer)->defaultSort('name')->get();

return $this->respondOk($countries);
}
}
 

hesham2255

New member
Oct 11, 2022
4
0
1
Thanks For Your Reply, i creat folder Common and creat file CountryController.php and put the code, its worked for me.

there is any files else in this folder? Common Folder, and why not created with me?
 

ppsgroupfr

Member
May 2, 2022
58
7
8
hello everybody got a little problem if someone can help me, i have built this app correctly but when i try to launch it it stucks on the splash screen and dont goes through what should i do
 

hesham2255

New member
Oct 11, 2022
4
0
1
every time login with driver app ask information, the information stored in mysql and not stored in firebase, any help?

and i got this error from emulator:

{"success":false,"message":"Unauthenticated.","status_code":401,"debug":{"line":81,
 
Last edited:

andreker

Member
Jul 22, 2022
40
5
8
from codecanyon:

The package you will get after purchase consists of following folders

  • Documentation: Available online : View Doc
  • Flutter Source Code Of user & driver apps
  • Server-App : Admin panel & Backend api – Compiled/minified format
Server app code is a value added part of the item included in this package but in minified format. you won’t be able to access an api part of the application & other important sections of dashboard. Note: You don’t need to pay extra for the server app code, you can request for the full source code once you made the purchase.
Feel free to connect us if you have any queries via [email protected]


which the updated code here in babiato is incomplete too?
 

Attachments

  • Captura desde 2022-10-20 10-20-56.png
    Captura desde 2022-10-20 10-20-56.png
    13.2 KB · Views: 33

Vlademar_91

New member
May 11, 2022
10
8
3
Please help - debug apk
Write error -I/flutter (17354): {"success":false,"message":"Declaration of App\\Base\\Serializers\\CustomDataArraySerializer::collection($resourceKey, array $data) must be compatible with League\\Fractal\\Serializer\\DataArraySerializer::collection(?string $resourceKey, array $data): array","status_code":500,"code":64,"debug":{"line":17,"file":"\/var\/www\/vhosts\/pro-gress.kz\/taxi.pro-gress.kz\/app\/Base\/Serializers\/CustomDataArraySerializer.php","class":"Symfony\\Component\\Debug\\Exception\\FatalErrorException","trace":["#0 {main}"]}}

Which problem, help please
 

Akin

Member
Jul 14, 2020
107
8
18
In the demo, there is SET PRICE menu. But I can't find the menu in mine. Could someone please help me?
 

Attachments

  • bandicam 2022-10-30 01-57-49-792.jpg
    bandicam 2022-10-30 01-57-49-792.jpg
    108 KB · Views: 24
  • bandicam 2022-10-30 01-58-28-975.jpg
    bandicam 2022-10-30 01-58-28-975.jpg
    152.1 KB · Views: 24

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu