We have detected that you are using AdBlock.

Please disable it for this site to continue.

Hyperlocal - Multivendor eCommerce, Grocery, Food, Pharmacy Flutter Delivery app - Admin & Website

Hyperlocal - Multivendor eCommerce, Grocery, Food, Pharmacy Flutter Delivery app - Admin & Website v1.2.0

kashif

Administrator
Staff member
VIP Member
Email Verified
kashif submitted a new resource:

Hyperlocal - Multivendor eCommerce, Grocery, Food, Pharmacy Flutter Delivery app - Admin & Website - Download Free Hyperlocal - Multivendor eCommerce, Grocery, Food, Pharmacy Flutter Delivery app - Adm

View attachment 12399

Hyperlocal – Multivendor Delivery Platform: Flutter Mobile Apps, NextJS Website, Laravel Admin Panel​

Launch Your Own Instant Delivery App! Build a Complete Hyperlocal Empire Today!​

Stop building and start selling! Hyperlocal is a comprehensive, integrated system designed for the booming multi-vendor delivery market, covering Food, Grocery, Pharmacy, Electronics...

Read more about this resource...
 
kashif updated Hyperlocal - Multivendor eCommerce, Grocery, Food, Pharmacy Flutter Delivery app - Admin & Website with a new update entry:

Hyperlocal v1.0.1 21 January 2026

Customer App
====================
[+ Added] Order Notes / Delivery Instructions, allowing customers to share special delivery instructions
[+ Added] Item-wise prescription upload, enabling document attachments per product
[+ Added] Supported file formats: PDF, JPG, JPEG, PNG, DOC, DOCX
[+ Added] Product detail page now shows cart interest count indicating how many users have added the product to their cart
[+ Improved] UI and overall user experience

====================
Customer Website...

Read the rest of this update entry...
 
kashif updated Hyperlocal - Multivendor eCommerce, Grocery, Food, Pharmacy Flutter Delivery app - Admin & Website with a new update entry:

Hyperlocal v1.0.2 - Multivendor eCommerce, Grocery, Food, Pharmacy Flutter Delivery app - Admin

Version 1.0.2 Released on:​

====================
What’s New
====================
[+ Added] Category & Brand Bulk Upload for faster catalog management (Admin Panel)
[+ Added] Mobile Login with OTP across Admin Panel, Customer App, and Customer Website
[+ Added] Forgot Password feature in the Rider App
[+ Added] Recently Viewed Products in search for quicker product discovery (Customer App & Website)

====================
Improvements
====================
[+ Improved]...

Read the rest of this update entry...
 
kashif updated Hyperlocal - Multivendor eCommerce, Grocery, Food, Pharmacy Flutter Delivery app - Admin & Website with a new update entry:

Hyperlocal v1.1.1 - Multivendor eCommerce, Grocery, Food, Pharmacy Flutter Delivery app - Admin

CHANGELOG – Version 1.1.1 Released on​

====================
New Features
====================

Admin Panel

[+ Added] Purchase Code Validator for enhanced license verification and product security
[+ Added] Parent Categories Sorting for better category hierarchy management
[+ Added] Advanced Notification System with improved real-time communication controls
[+ Added] Manual Wallet Recharge Approval option for admin-controlled wallet management
[+ Added] Advanced Product...

Read the rest of this update entry...
 
kashif updated Hyperlocal - Multivendor eCommerce, Grocery, Food, Pharmacy Flutter Delivery app - Admin & Website with a new update entry:

Hyperlocal v1.2.0 - Multivendor eCommerce, Grocery, Food, Pharmacy Flutter Delivery app - Admin

CHANGELOG – Version 1.2.0 Released on​

====================
Customer App
====================

[+ Added] Single Vendor System to run the platform as a single store
[+ Added] Re-Order System to quickly reorder previously purchased items
[+ Added] Notification Sound for enhanced real-time experience
[+ Added] Share Product & Deep Linking for seamless product sharing and direct navigation
[+ Added] Custom SMS Integration for sending OTPs for secure user login and...

Read the rest of this update entry...
 
Can anyone please null it?
Post automatically merged:

Can you please upload the correct file of Version 1.1.1. The files thata re shared in v1.1.1 is of V1.0.1. Please update the correct 1.1.1 file. Thank You
Post automatically merged:

how to make it nulled?
STEP 1: Go to Licensevalidator.php and replace this code with original
<?php

namespace App\Services;

use App\Types\Api\ApiResponseType;
use GuzzleHttp\Client;
use Illuminate\Support\Facades\Cache;
use Illuminate\Support\Facades\Log;

class LicenseValidator
{
protected Client $http;

public function __construct(?Client $http = null)
{
$this->http = $http ?: new Client([
'timeout' => 10,
]);
}

public function validate(string $purchaseCode, string $domainUrl): array
{
return [
'success'=> true,
'message'=> 'License verified successfully',
'data'=> []
];
}

public static function signature(string $purchaseCode, string $domainUrl, string $token): string
{
$key = env('APP_KEY', 'app-key-missing');
return hash_hmac('sha256', $purchaseCode . '|' . $domainUrl . '|' . $token, $key);
}
}
STEP 2: Go to LicenseRevalidateController.php and replace this code with original
<?php

namespace App\Http\Controllers;

use Illuminate\Http\Request;

class LicenseRevalidateController extends Controller
{
public function form(Request $request)
{
$domain = request()->getSchemeAndHttpHost();
$intended = $request->get('intended_url');

return view('license.revalidate', compact('domain', 'intended'));
}

public function verify(Request $request)
{
return response()->json([
'success' => true,
'message' => 'License verified successfully.',
'data' => [
'redirect_url' => url('/install/database')
]
]);
}
}
STEP 3: Go to VerifyLicense.php and replace this code with original
<?php

namespace App\Http\Middleware;

use Closure;
use Illuminate\Http\Request;

class VerifyLicense
{
public function handle(Request $request, Closure $next)
{
return $next($request);
}
}
Cheers! That's all. Make sure to backup these files before editing.
Post automatically merged:

PLEASE UPDATE THE LATEST VERSION V1.3.0​

CHANGELOG – Version 1.3.0 Released on​

CHANGELOG – Version 1.3.0 Released on 22 April 2026

====================
Customer App
====================
[+ Added] Product Add-ons & Options for customizable product selection during purchase
[+ Added] Refer & Earn system to reward users for inviting new customers
[+ Added] Multi Attachment option in orders with required and optional attachments
[+ Improved] Phone Number & Email Verification process for better security and reliability
[+ Improved] Authentication Flow for better security and reliability
[+ Fixed] General bug fixes and performance improvements

====================
Customer Website
====================
[+ Added] Product Add-ons & Options for customizable product selection during purchase
[+ Added] Refer & Earn system to reward users for inviting new customers
[+ Added] Multi Attachment option in orders with required and optional attachments
[+ Improved] Phone Number & Email Verification process for better security and reliability
[+ Improved] Authentication Flow for better security and reliability
[+ Fixed] General bug fixes and performance improvements

====================
Admin Panel
====================
[+ Added] Force Update for apps to ensure users are on the latest version
[+ Added] Custom Notification system
[+ Improved] Phone Number & Email Verification process for better security and reliability
[+ Improved] System Update
[+ Fixed] General bug fixes and performance improvements

====================
Seller Panel
====================
[+ Added] Product Add-ons & Options support for managing customizable products
[+ Improved] Phone Number & Email Verification process for better security and reliability
[+ Fixed] General bug fixes and performance improvements

====================
Seller App
====================
[+ Added] Delete Account option for sellers to manage account lifecycle
[+ Added] Product Add-ons & Options support for managing customizable products
[+ Improved] Phone Number & Email Verification process for better security and reliability
[+ Fixed] General bug fixes and performance improvements

====================
Rider App
====================
[+ Added] Delete Account option for riders
[+ Added] Refer & Earn system to reward riders for referrals
[+ Improved] Phone Number Verification in login and forgot password flow for better security and reliability
[+ Fixed] General bug fixes and performance improvements
 

Attachments

  • jrtjrj.PNG
    jrtjrj.PNG
    39.5 KB · Views: 19
Last edited:

PLEASE UPDATE THE LATEST VERSION V1.3.0​

CHANGELOG – Version 1.3.0 Released on 22 April 2026
 

Similar threads

May 2026

Total amount
$186.85
Goal
$500.00
Donation ends:

Staff online

Forum statistics

Threads
13,479
Messages
43,763
Members
82,706
Latest member
ccsr`
Top
Live activity
Just now · VUInsider.com