6amMart - Multivendor Food, Grocery, eCommerce, Parcel, Pharmacy delivery app with Admin & Website

6amMart - Multivendor Food, Grocery, eCommerce, Parcel, Pharmacy delivery app with Admin & Website 2.5.2 (Nulled)

No permission to download
hi i m getting this error can anyone help me with it

Running Gradle task 'assembleRelease'...
lib/helper/notification_helper.dart:22:29: Error: Couldn't find constructor 'IOSInitializationSettings'.
var iOSInitialize = new IOSInitializationSettings();
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/helper/notification_helper.dart:24:73: Error: No named parameter with the name 'onSelectNotification'.
flutterLocalNotificationsPlugin.initialize(initializationsSettings, onSelectNotification: (String payload) async {
^^^^^^^^^^^^^^^^^^^^


FAILURE: Build failed with an exception.

* Where:
Script 'C:\src\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 1159

* What went wrong:
Execution failed for task ':app:compileFlutterBuildRelease'.
> Process 'command 'C:\src\flutter\bin\flutter.bat'' finished with non-zero exit value 1

* 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
Please, Log in or Register to view URLs content!


BUILD FAILED in 46s
Running Gradle task 'assembleRelease'... 48.4s
Gradle task assembleRelease failed with exit code 1
Process finished with exit code 1
 

Version 1.7.1 13 December 2022​

- Fixed parcel order delivery men earning related issues
- Store-wise item search issues fixed
- Fixed some pages export issues
- Social login issue fixed
- Recaptcha and zone-wise module filter issue fixed in the registration page
- Wallet and digital payment canceled order issue fixed
- Nearby stores issue fixed
- Chatting issues fixed
- Fixed some notification issues
- Fixed some other small issues

Kindly Update
 
Not Nulled, Asking for purchase code after installation when admin log in. Kindly help
Please, Log in or Register to view quote content!

Please search in App -> Http -> Middleware And modify ActivationCheckMiddleware.php

With this code:

<?php

namespace App\Http\Middleware;

use App\CentralLogics\Helpers;
use Closure;

class ActivationCheckMiddleware
{
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*/
public function handle($request, Closure $next)
{
$data = Helpers::requestSender();
if ($data['active']) {
return $next($request);
}
return redirect(base64_decode('aHR0cHM6Ly82YW10ZWNoLmNvbS9zb2Z0d2FyZS1hY3RpdmF0aW9u'));
}
}

Not
 
Kindly updated nulled version of

Version 2.0 13 February 2023​

- Complete reorganized admin panel with module-wise business operation
- Admin panel compatible with RTL and multi-language
- Tax included/excluded option
- Fixed some issues in the admin panel, user app, and web
 
Please, Log in or Register to view quote content!

Make this change in the code it will work.

It will still ask for a purchase code add any dummy purchase code and it will work

Please search in App -> Http -> Middleware And modify ActivationCheckMiddleware.php

With this code:

<?php

namespace App\Http\Middleware;

use App\CentralLogics\Helpers;
use Closure;

class ActivationCheckMiddleware
{
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*/
public function handle($request, Closure $next)
{
$data = Helpers::requestSender();
if ($data['active']) {
return $next($request);
}
return redirect(base64_decode('aHR0cHM6Ly82YW10ZWNoLmNvbS9zb2Z0d2FyZS1hY3RpdmF0aW9u'));
}
}

Not
 

Latest resources

Forum statistics

Threads
5,928
Messages
14,047
Members
3,995
Latest member
Ziraishi
Back
Top Bottom