Tagxi - Flutter Complete Taxi Booking Solution

Tagxi - Flutter Complete Taxi Booking Solution v1.10

No permission to download

lluispc

New member
Dec 25, 2022
8
0
1
root@vps public_html]# composer install
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Continue as root/super user [yes]? yes
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Nothing to install, update or remove
Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
Package spatie/data-transfer-object is abandoned, you should avoid using it. Use spatie/laravel-data instead.
Generating optimized autoload files
Class ParsedownExtraTest located in ./vendor/erusev/parsedown-extra/test/ParsedownExtraTest.php does not comply with psr-0 autoloading standard. Skipping.
Class App\Http\Controllers\Api\V1\Auth\Registration\DriverRegistrationControllerBCK located in ./app/Http/Controllers/Api/V1/Auth/Registration/DriverRegistraionController-bck.php does not comply with psr-4 autoloading standard. Skipping.
Class App\Http\Controllers\Web\Admin\PurchaseCodeController located in ./app/Http/Controllers/Web/Admin/PurchaseCodeController.bckp.php does not comply with psr-4 autoloading standard. Skipping.
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
Deprecation Notice: Optional parameter $traffic declared before required parameter $map_key is implicitly treated as a required parameter in /home/dropeasy/public_html/app/Helpers/helpers.php:403
> @php artisan package:discover --ansi
Illuminate\Contracts\Container\BindingResolutionException

Target [Kreait\Firebase\Contract\Database] is not instantiable while building [App\Console\Commands\ChangeDriversToTrips].

at vendor/laravel/framework/src/Illuminate/Container/Container.php:1089
1085▕ } else {
1086▕ $message = "Target [$concrete] is not instantiable.";
1087▕ }
1088▕
➜ 1089▕ throw new BindingResolutionException($message);
1090▕ }
1091▕
1092▕ /**
1093▕ * Throw an exception for an unresolvable primitive.

+16 vendor frames
17 artisan:37
Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1
[root@vps public_html]#


facing this issue can any one help me on this
You need to acces to your VPS as user not root and run composer artisan migrate etc , activate your cpanel user to access ssh. in this isue $traffic declared before required parameter $map_key is implicitly treated as a required parameter , you need to declare Traffic after map_key in function in helpper file (php 8.1 issue) also create the necesary firebase key to access web app (is deprecated this mode you need to activate in cloud console) from firebase and use url to limit the api, i managed to install user / driver and laravel app. remember that laravel app need to define they root in public (Laravel stadar) the easy mode is using a subdomain ando point in cpanel to public folder, i am use nginx so cannot write a tutorial because is different in each os, web server and php.
 

lluispc

New member
Dec 25, 2022
8
0
1
i get error that says keystore directories aren't there
you ned to generate the keystore, is c documented in their doc...

Create release keys

  1. create release keys by running command in terminal
note: change anyname with any specific name you like,

  • keytool -genkey -v -keystore ~/-storetype JKS
  • after running this command give the data asked in the terminal. after that it will save the jks file and display the location

Replace the jks key

  1. replace the jks key details in file,
Note : File Location "project/android/key.properties as given below"

storePassword=password you entered while creating jks file

keyPassword=password you entered while creating jks file

keyAlias=alias name you given in the command for creating jks file

storeFile=jks file name with the location like ../../../jks
Copy

Generate SHA-1

  1. Generate SHA-1 and SHA-256 keys from the project
    • you will be able to get these keys in two ways these are in terminal go to folder 'project/android/' and run the command './gradlew signinReport' then you will get debug and release SHA-1 and SHA-256 Run the below command in the terminal to get SHA keys Key tool -genkey -v -keystore release.keystore -alias -keyalg RSA -keysize 2048 -validity 10000


Finally copy that debug and release keys and paste those in Firebase where

Click Settings icon (presented right on project overview ) -> project settings -> Your App section -> SHA certificate fingerprints click add button and paste & Submit.
 

mohamedasem10

New member
May 10, 2022
5
0
1
Thank you for your interest in helping, I was able to install the system fine but now I am facing another problem, it seems to be serious, worst of all, it does not give any reference to the error.
Is there any solution to this problem ..
 

Attachments

  • photo1671636435.jpeg
    photo1671636435.jpeg
    29.7 KB · Views: 27

fertinoza

New member
Nov 21, 2022
25
0
1
you ned to generate the keystore, is c documented in their doc...

Create release keys

  1. create release keys by running command in terminal
note: change anyname with any specific name you like,

  • keytool -genkey -v -keystore ~/-storetype JKS
  • after running this command give the data asked in the terminal. after that it will save the jks file and display the location

Replace the jks key

  1. replace the jks key details in file,
Note : File Location "project/android/key.properties as given below"

storePassword=password you entered while creating jks file

keyPassword=password you entered while creating jks file

keyAlias=alias name you given in the command for creating jks file

storeFile=jks file name with the location like ../../../jks
Copy

Generate SHA-1

  1. Generate SHA-1 and SHA-256 keys from the project
    • you will be able to get these keys in two ways these are in terminal go to folder 'project/android/' and run the command './gradlew signinReport' then you will get debug and release SHA-1 and SHA-256 Run the below command in the terminal to get SHA keys Key tool -genkey -v -keystore release.keystore -alias -keyalg RSA -keysize 2048 -validity 10000


Finally copy that debug and release keys and paste those in Firebase where

Click Settings icon (presented right on project overview ) -> project settings -> Your App section -> SHA certificate fingerprints click add button and paste & Submit.
can you clarify one thing for me please,

should i create two apps on firebase and give the driver app and user app different package name and json file?!
or just one app on firebase and same package name?!!
 

Irfan360

Member
Trusted Uploader
May 14, 2022
63
23
8
I have this app: Tagxi Super, which is the improved version of this Tagxi app. Can someone help me to install and return nulled?

preview.png
Share me the code in personal chat let me try
 
  • Like
Reactions: qwertqween

johnc

Well-known member
Feb 18, 2021
288
261
63
I have this app: Tagxi Super, which is the improved version of this Tagxi app. Can someone help me to install and return nulled?





Note: I have the code, but I don't have the purchase code


preview.png
How can we say, without see the resource?
 

lluispc

New member
Dec 25, 2022
8
0
1
I have this app: Tagxi Super, which is the improved version of this Tagxi app. Can someone help me to install and return nulled?
Hi, yes I can help you (it can also be in Spanish), the problem is installing the app in Laravel and synchronizing firebase and google cloud plus google maps, the installation instructions are incomplete or outdated
 

lluispc

New member
Dec 25, 2022
8
0
1
can you clarify one thing for me please,

should i create two apps on firebase and give the driver app and user app different package name and json file?!
or just one app on firebase and same package name?!!
I am using 5 apps in project 2 android (user / drivers) 2 ios (user / drivers) and one web for admin
 

Server

Well-known member
Oct 8, 2018
894
1,836
100
@davidwitson Bro Please update to latest version.
v2.5(January 05,2023)
- Notification image issue fixed
- Instant Ride/Street Pickup Feature in Driver App Added
- minor issue fixes
 

MaitreGIMS

New member
Jul 17, 2020
4
3
3
I managed to deploy the backend and the applications, I made all the necessary configuration and settings but when the user makes a normal command there are no rides available. While when I roll without destination or then I make a rental I am offered wrinkles.
Someone had this error, please I need help to solve this problem
Thanks
Sincerely
 

Attachments

  • 1673951268901.JPEG
    1673951268901.JPEG
    147.9 KB · Views: 23
  • 1673951269060.JPEG
    1673951269060.JPEG
    91.3 KB · Views: 20
  • 1673951269427.JPEG
    1673951269427.JPEG
    75 KB · Views: 22
  • 1673951271672.JPEG
    1673951271672.JPEG
    114.7 KB · Views: 22
  • Like
Reactions: mohamedasem10

mohamedasem10

New member
May 10, 2022
5
0
1
I managed to deploy the backend and the applications, I made all the necessary configuration and settings but when the user makes a normal command there are no rides available. While when I roll without destination or then I make a rental I am offered wrinkles.
Someone had this error, please I need help to solve this problem
Thanks
Sincerely
I also have this problem, I hope we find a solution ??
 

matheussimao

New member
Oct 4, 2019
27
1
3
iHi my people did any of you guys faicing this issue: ios app is not getting msm mesege from firebase, i already turn call_FB_OTP to true, on android i am not having that issue i already upload ios app to testfligth still not get messege sms to login. the app make the cout downd secunds but noting never resive sms runing v2.3

Hi, did you manage to solve it? in my android driver application the sms does not arrive
 

davidwitson

Member
Oct 19, 2022
14
40
13
MrSam_1 updated Tagxi - Flutter Complete Taxi Booking Solution with a new update entry:

Tagxi - Flutter Complete Taxi Booking Solution

Decryption key:


-Flutter Version upgraded to 3.22.3
-Android 14 support added
-Location update issues addressed in drivers app
-Twilio & Smsal Sms gateway fixes
-End all stops feature added
-Push notifications for bidding ride
-Gender Edit option added

Read the rest of this update entry...
 
  • Like
Reactions: mariaktyler

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