<?xml version="1.0" encoding="UTF-8"?><feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <id>tag:mediatags.de/codecanyon:/feeds/new-mobile-slash-flutter-items</id>
  <link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon"/>
  <link rel="self" type="application/atom+xml" href="/"/>
  <title>Codecanyon new Flutter items</title>
  <updated>2026-09-25 03:14:30</updated>
  	    <entry>
			<id>tag:codecanyon:Item/65133247</id>
			<published>2026-09-22 14:36:52</published>
			<updated>2026-09-22 14:36:52</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/heftora-flutter-task-planner-app-with-laravel-cloud-backup/65133247"/>
			<title>Heftora | Flutter Task Planner App with Laravel Cloud Backup (Flutter) </title>
			<content type="html">&lt;p&gt;&lt;strong&gt;Ship a planner that answers the one question a to-do list cannot: does today actually fit. 28 finished screens, every task carrying a time estimate, a day drawn as a wall of bricks against the hours you really have, and a fourteen day horizon you fix by dragging one brick.&lt;/strong&gt; Light and dark themes, GetX architecture, offline documentation, an encrypted Laravel cloud backup, and a one-page product website ready to publish.&lt;/p&gt;

&lt;p&gt;Demo Instructions: three intro screens open the app, then the sign-in screen is a mock that contacts no server and accepts any credentials. Use &lt;a href=&quot;mailto:demo@heftora.app&quot;&gt;demo@heftora.app&lt;/a&gt; / demo1234, or tap Sign in with both fields empty. There is nothing to register and no key to enter: a worked fortnight of 28 tasks across 3 projects is already loaded, and today in it is deliberately over its line, so the screen that makes the argument is the first one the preview opens on.&lt;/p&gt;

&lt;h3 id=&quot;item-description__why-this-one&quot;&gt;Why this one&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Height is the argument&lt;/strong&gt;: a brick is as tall as its estimate, so an overloaded day is visibly a wall that will not fit and nobody reads a percentage.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ready to show on day one&lt;/strong&gt;: 28 screens and a worked fortnight already written, with two days deliberately over capacity. Nothing looks half-built.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Your brand in an afternoon&lt;/strong&gt;: every color, radius and type token lives in one file. Change the primary hex; the launcher icon and the landing page follow.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Tested, not just screenshotted&lt;/strong&gt;: 115 Flutter tests pass, plus 27 on the back end, and the driver walks 56 frames in both themes.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__the-screens-people-will-remember&quot;&gt;The screens people will remember&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The wall&lt;/strong&gt;: today&amp;#8217;s tasks stacked as bricks against a dashed string line set to that weekday&amp;#8217;s hours; anything standing above it is hatched before the day starts.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The horizon&lt;/strong&gt;: fourteen days, each its own small wall at the same scale with its own line. Drag a brick from a heavy day onto a light one and both recompute where you dropped it.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The heft factor&lt;/strong&gt;: recorded time divided by what you estimated, printed as a multiplier, with the corrected figure shown beside every new estimate and never written over it.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Plus the screens a real app needs: an inbox with search and project filters, a task view with subtasks, a timer, typed-in minutes and dependencies that refuse to close a loop, working hours per weekday and per single day, projects with their own edge color, labels, standing tasks that clamp to the end of a short month, a waiting-on view, a finished log, cloud backup, settings, and an onboarding flow.&lt;/p&gt;

&lt;h3 id=&quot;item-description__laravel-back-end-included&quot;&gt;Laravel back end included&lt;/h3&gt;
&lt;p&gt;The download ships a Laravel application with a Filament admin panel (&lt;code&gt;backend/&lt;/code&gt;): it stores an encrypted backup snapshot per user behind Sanctum tokens, keeps five versions with the oldest pruned, and lets an operator see who is using the space without ever reading the contents. &lt;strong&gt;The app runs perfectly well without it&lt;/strong&gt; — every task lives in the phone&amp;#8217;s encrypted store and the app makes no network request until a server address is typed into Cloud backup. Deployment needs PHP 8.4 or the included Docker Compose file; hosting is yours.&lt;/p&gt;

&lt;h3 id=&quot;item-description__landing-page-included&quot;&gt;Landing page included&lt;/h3&gt;
&lt;p&gt;The download ships a &lt;strong&gt;one-page product website&lt;/strong&gt; for your app (&lt;code&gt;landing/&lt;/code&gt;): hero with two phone mock-ups, three feature tiles, a swipeable screen gallery, FAQ and store buttons, already set in the same colors and typefaces as the app and filled with its real screenshots. It is a single self-contained HTML file with no frameworks and no external requests, so you can put it on any static host in a minute and replace the copy and store links from the marked spots.&lt;/p&gt;

&lt;h3 id=&quot;item-description__built-for-developers&quot;&gt;Built for developers&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Clean GetX architecture&lt;/strong&gt;: View, Controller, Service, Model, with lazy bindings per route.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;A pure Dart engine you can lift out&lt;/strong&gt;: the wall layout, the horizon, deferral, the heft factor, the weekly review and the dependency graph live in &lt;code&gt;data/engine/load_engine.dart&lt;/code&gt; with no Flutter import and the clock injected as a parameter.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Swap in your API without touching a screen&lt;/strong&gt;: the worked fortnight sits in one file behind a single service; six schema-versioned stores are the only thing that writes.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Five Dart dependencies&lt;/strong&gt;: get, http, share_plus, flutter_secure_storage and cupertino_icons. Two typefaces ship as four static files, so nothing is fetched at first launch.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Theme-aware components&lt;/strong&gt;: the same widgets look right in light and dark, and the brand color is defined in three grades so a button label and a store thumbnail can both be right.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What you get:&lt;/strong&gt; full Flutter source code, README with re-theming and API integration guide, offline HTML documentation (34 chapters, 13 screenshots and 2 interaction GIFs), the sample data layer, light and dark themes, the landing page, and the companion back end with its own deployment guide.&lt;/p&gt;

&lt;h3 id=&quot;item-description__notes&quot;&gt;Notes&lt;/h3&gt;
&lt;p&gt;The sign-in and registration screens are interface only and perform no authentication; the app&amp;#8217;s records are not protected by them. Local notifications, calendar sync and multi-person sharing are not wired in this version. Figma or Sketch source files are not included; the interface is defined in the Dart source.&lt;/p&gt;
&lt;p&gt;All in-app imagery is drawn on canvas or set in type. No third-party photographs are bundled or required, and the two typefaces are included as files under the SIL Open Font License 1.1.&lt;/p&gt;
&lt;p&gt;Third-party services and external costs: Heftora runs on bundled sample data out of the box and makes no network request. Connecting it to live services such as Firebase, REST APIs or payment gateways will involve those third-party services, which will incur their own separate costs and are not part of this item. The back end needs PHP 8.4 or Docker and a host of your own.&lt;/p&gt;</content>
			<author>
			  <name>coderqh</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/65132451</id>
			<published>2026-09-22 14:23:22</published>
			<updated>2026-09-22 14:23:22</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/hyperdash-hyperlocal-flutter-delivery-app-laravel-admin-and-pwa/65132451"/>
			<title>Hyperdash | Hyperlocal Flutter Delivery App | Laravel Admin and PWA (Flutter) </title>
			<content type="html">&lt;p&gt;&lt;strong&gt;&lt;em&gt;Notes:-Buy only from Codecanyon! Beware of fraudulent or nulled apps. They may harm your system, compromise your data, and prevent you from using genuine features. Purchase only from authorized sources to receive lifetime updates and access all future features in real time.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

 

    &lt;table&gt;
        &lt;tr&gt;
            &lt;td&gt;
                &lt;p&gt;
                    Complete Hyperlocal Delivery Platform
                &lt;/p&gt;
                &lt;h2 id=&quot;item-description__-hyperdash-hyperlocal-flutter-delivery-app-laravel&quot;&gt;
                    Hyperdash | Hyperlocal Flutter Delivery App | Laravel Admin
                &lt;/h2&gt;
                &lt;p&gt;
                    Hyperdash is a premium multi vendor delivery solution built with Flutter and Laravel. Launch grocery,
                    food, and parcel delivery businesses with a Customer App, Seller App, Driver App, Android &amp;#38; iOS
                    apps, a customer web app, and a powerful Laravel admin panel.
                &lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;

    &lt;table&gt;
        &lt;tr&gt;
            &lt;td&gt;
                &lt;h2 id=&quot;item-description__key-highlights&quot;&gt;Key Highlights&lt;/h2&gt;
                &lt;ul&gt;
                    &lt;li&gt;&lt;strong&gt;No-Code Home Section Management&lt;/strong&gt; &amp;#8211; build and rearrange your entire homepage layout from the admin panel, no code editing needed.&lt;/li&gt;
                    &lt;li&gt;&lt;strong&gt;Three Services in One Platform&lt;/strong&gt; &amp;#8211; Food, Hyperdash (Grocery / Quick Commerce), and Parcel Delivery, all included.&lt;/li&gt;
                    &lt;li&gt;&lt;strong&gt;Ready to Go&lt;/strong&gt; &amp;#8211; a complete, working project. Just reskin your branding and launch in minimum steps.&lt;/li&gt;
                    &lt;li&gt;&lt;strong&gt;Fully Admin Controlled&lt;/strong&gt; &amp;#8211; everything can be managed from the admin panel. No code modification required.&lt;/li&gt;
                    &lt;li&gt;&lt;strong&gt;Three Different Home Screen Designs&lt;/strong&gt; &amp;#8211; pick the look that fits your brand.&lt;/li&gt;
                &lt;/ul&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;

    &lt;table&gt;
        &lt;tr&gt;
            &lt;td&gt;
                &lt;strong&gt;Flutter&lt;/strong&gt;
                Customer, Seller &amp;#38; Driver Apps
            &lt;/td&gt;
            &lt;td&gt;
                &lt;strong&gt;Laravel&lt;/strong&gt;
                Admin Panel &amp;#38; APIs
            &lt;/td&gt;
            &lt;td&gt;
                &lt;strong&gt;Multi Vendor&lt;/strong&gt;
                Stores, Orders &amp;#38; Payouts
            &lt;/td&gt;
            &lt;td&gt;
                &lt;strong&gt;Realtime&lt;/strong&gt;
                Tracking, OTP &amp;#38; Alerts
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;

    &lt;table&gt;
        &lt;tr&gt;
            &lt;td&gt;
                &lt;h2 id=&quot;item-description__we-value-your-feedback&quot;&gt;We Value Your Feedback&lt;/h2&gt;
                &lt;p&gt;
                    Your feedback and suggestions help us improve this item for every buyer.
                &lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;

    &lt;h2 id=&quot;item-description__mobile-apps-included&quot;&gt;Mobile Apps Included&lt;/h2&gt;
    &lt;table&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;strong&gt;✓ Android&lt;/strong&gt;&lt;/td&gt;
            &lt;td&gt;&lt;strong&gt;✓ iOS&lt;/strong&gt;&lt;/td&gt;
            &lt;td&gt;&lt;strong&gt;✓ Customer&lt;/strong&gt;&lt;/td&gt;
            &lt;td&gt;&lt;strong&gt;✓ Seller&lt;/strong&gt;&lt;/td&gt;
            &lt;td&gt;&lt;strong&gt;✓ Driver&lt;/strong&gt;&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;

    &lt;h2 id=&quot;item-description__demo-access&quot;&gt;Demo Access&lt;/h2&gt;
    &lt;table&gt;
        &lt;tr&gt;
            &lt;td&gt;
                &lt;strong&gt;Admin Panel&lt;/strong&gt;&lt;br /&gt;
                Email: &lt;code&gt;demo.admin@example.com&lt;/code&gt;&lt;br /&gt;
                Password: &lt;code&gt;Demo@12345&lt;/code&gt;
            &lt;/td&gt;
            &lt;td&gt;
                &lt;strong&gt;Seller Panel&lt;/strong&gt;&lt;br /&gt;
                Email: &lt;code&gt;demo.restaurant@example.com&lt;/code&gt;&lt;br /&gt;
                Password: &lt;code&gt;Demo@12345&lt;/code&gt;
            &lt;/td&gt;
            &lt;td&gt;
                &lt;strong&gt;Customer App&lt;/strong&gt;&lt;br /&gt;
                Email: &lt;code&gt;demo.customer@example.com&lt;/code&gt;&lt;br /&gt;
                Password: &lt;code&gt;Demo@12345&lt;/code&gt; (or sign in with any mobile number, demo OTP &lt;code&gt;123456&lt;/code&gt;)
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
    &lt;p&gt;Use the live preview button on this item&amp;#8217;s listing page to try the demo with the credentials above.&lt;/p&gt;

    &lt;h2 id=&quot;item-description__core-features&quot;&gt;Core Features&lt;/h2&gt;
    &lt;table&gt;
        &lt;tr&gt;
            &lt;td&gt;
                &lt;ul&gt;
                    &lt;li&gt;Hyperlocal delivery system&lt;/li&gt;
                    &lt;li&gt;Multi vendor marketplace&lt;/li&gt;
                    &lt;li&gt;Multi-store order flow&lt;/li&gt;
                    &lt;li&gt;Real-time order tracking&lt;/li&gt;
                    &lt;li&gt;Auto order assignment&lt;/li&gt;
                    &lt;li&gt;Wallet system&lt;/li&gt;
                    &lt;li&gt;Coupon and offer management&lt;/li&gt;
                    &lt;li&gt;Delivery time slot management&lt;/li&gt;
                    &lt;li&gt;Push notifications&lt;/li&gt;
                    &lt;li&gt;OTP login authentication&lt;/li&gt;
                    &lt;li&gt;Product variations and addons&lt;/li&gt;
                    &lt;li&gt;Order scheduling&lt;/li&gt;
                    &lt;li&gt;Dynamic delivery charges&lt;/li&gt;
                    &lt;li&gt;Seller earnings dashboard&lt;/li&gt;
                    &lt;li&gt;Admin commission management&lt;/li&gt;
                    &lt;li&gt;Analytics and reports&lt;/li&gt;
                    &lt;li&gt;Review and rating system&lt;/li&gt;
                &lt;/ul&gt;
            &lt;/td&gt;
            &lt;td&gt;
                &lt;ul&gt;
                    &lt;li&gt;Live delivery tracking&lt;/li&gt;
                    &lt;li&gt;Multi currency support&lt;/li&gt;
                    &lt;li&gt;Multi payment gateway support&lt;/li&gt;
                    &lt;li&gt;Tax and invoice management&lt;/li&gt;
                    &lt;li&gt;Banner and home section management&lt;/li&gt;
                    &lt;li&gt;Category and subcategory management&lt;/li&gt;
                    &lt;li&gt;Inventory management&lt;/li&gt;
                    &lt;li&gt;Stock management&lt;/li&gt;
                    &lt;li&gt;Store opening and closing time&lt;/li&gt;
                    &lt;li&gt;Delivery driver earnings&lt;/li&gt;
                    &lt;li&gt;Nearby store detection&lt;/li&gt;
                    &lt;li&gt;Google Maps integration&lt;/li&gt;
                    &lt;li&gt;Location based services&lt;/li&gt;
                    &lt;li&gt;Search and filter system&lt;/li&gt;
                    &lt;li&gt;Order timeline tracking&lt;/li&gt;
                    &lt;li&gt;Customer wallet recharge&lt;/li&gt;
                    &lt;li&gt;COD and online payments&lt;/li&gt;
                &lt;/ul&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;

    &lt;h2 id=&quot;item-description__included-modules&quot;&gt;Included Modules&lt;/h2&gt;
    &lt;table&gt;
        &lt;tr&gt;
            &lt;td&gt;
                &lt;table&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            &lt;h3 id=&quot;item-description__laravel-admin-panel&quot;&gt;Laravel Admin Panel&lt;/h3&gt;
                             
                            &lt;ul&gt;
                                &lt;li&gt;Dashboard analytics&lt;/li&gt;
                                &lt;li&gt;Revenue reports&lt;/li&gt;
                                &lt;li&gt;Commission setup&lt;/li&gt;
                                &lt;li&gt;User, vendor and driver management&lt;/li&gt;
                                &lt;li&gt;Product and order management&lt;/li&gt;
                                &lt;li&gt;Withdrawal requests&lt;/li&gt;
                                &lt;li&gt;Transaction history&lt;/li&gt;
                                &lt;li&gt;Banner, CMS and settings management&lt;/li&gt;
                            &lt;/ul&gt;
                        &lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/table&gt;
            &lt;/td&gt;
            &lt;td&gt;
                &lt;table&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            &lt;h3 id=&quot;item-description__seller-panel&quot;&gt;Seller Panel&lt;/h3&gt;
                             
                            &lt;ul&gt;
                                &lt;li&gt;Store dashboard&lt;/li&gt;
                                &lt;li&gt;Product upload&lt;/li&gt;
                                &lt;li&gt;Product variants&lt;/li&gt;
                                &lt;li&gt;Order tracking&lt;/li&gt;
                                &lt;li&gt;Earnings dashboard&lt;/li&gt;
                                &lt;li&gt;Revenue analytics&lt;/li&gt;
                                &lt;li&gt;Inventory management&lt;/li&gt;
                                &lt;li&gt;Coupon and business hours setup&lt;/li&gt;
                            &lt;/ul&gt;
                        &lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/table&gt;
            &lt;/td&gt;
            &lt;td&gt;
                &lt;table&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            &lt;h3 id=&quot;item-description__delivery-driver-app&quot;&gt;Delivery Driver App&lt;/h3&gt;
                             
                            &lt;ul&gt;
                                &lt;li&gt;Live order requests&lt;/li&gt;
                                &lt;li&gt;Accept or reject orders&lt;/li&gt;
                                &lt;li&gt;Navigation support&lt;/li&gt;
                                &lt;li&gt;Live tracking&lt;/li&gt;
                                &lt;li&gt;Earnings reports&lt;/li&gt;
                                &lt;li&gt;Delivery history&lt;/li&gt;
                                &lt;li&gt;Online and offline status&lt;/li&gt;
                            &lt;/ul&gt;
                        &lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/table&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;

    &lt;table&gt;
        &lt;tr&gt;
            &lt;td&gt;
                &lt;table&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            &lt;h2 id=&quot;item-description__supported-payment-gateways&quot;&gt;Supported Payment Gateways&lt;/h2&gt;
                             
                            &lt;ul&gt;
                                &lt;li&gt;Razorpay&lt;/li&gt;
                                &lt;li&gt;PhonePe&lt;/li&gt;
                                &lt;li&gt;Stripe&lt;/li&gt;
                                &lt;li&gt;PayPal&lt;/li&gt;
                                &lt;li&gt;Easypaisa&lt;/li&gt;
                                &lt;li&gt;Paystack&lt;/li&gt;
                                &lt;li&gt;FlutterWave&lt;/li&gt;
                                &lt;li&gt;Wallet system&lt;/li&gt;
                                &lt;li&gt;Cash on delivery&lt;/li&gt;
                            &lt;/ul&gt;
                        &lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/table&gt;
            &lt;/td&gt;
            &lt;td&gt;
                &lt;table&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            &lt;h2 id=&quot;item-description__communication-integrations&quot;&gt;Communication Integrations&lt;/h2&gt;
                             
                            &lt;ul&gt;
                                &lt;li&gt;WhatsApp integration&lt;/li&gt;
                                &lt;li&gt;Twilio SMS API&lt;/li&gt;
                                &lt;li&gt;MSG91 integration&lt;/li&gt;
                                &lt;li&gt;Firebase push notifications&lt;/li&gt;
                                &lt;li&gt;OTP verification&lt;/li&gt;
                                &lt;li&gt;Email notifications&lt;/li&gt;
                            &lt;/ul&gt;
                        &lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/table&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;

    &lt;h2 id=&quot;item-description__technology-stack&quot;&gt;Technology Stack&lt;/h2&gt;
    &lt;table&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;Frontend&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Flutter&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;Backend&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Laravel&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;Database&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;MySQL&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;Realtime&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Firebase / Socket&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;Maps&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Google Maps API&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;Notifications&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Firebase FCM&lt;/td&gt;&lt;/tr&gt;
    &lt;/table&gt;

    &lt;h2 id=&quot;item-description__perfect-for&quot;&gt;Perfect For&lt;/h2&gt;
    &lt;ul&gt;
        &lt;li&gt;Grocery delivery business&lt;/li&gt;
        &lt;li&gt;Food delivery startup&lt;/li&gt;
        &lt;li&gt;Pharmacy delivery&lt;/li&gt;
        &lt;li&gt;Multi vendor marketplace&lt;/li&gt;
        &lt;li&gt;Hyperlocal delivery platform&lt;/li&gt;
        &lt;li&gt;Quick commerce startup&lt;/li&gt;
    &lt;/ul&gt;

    &lt;h2 id=&quot;item-description__why-choose-hyperdash&quot;&gt;Why Choose Hyperdash?&lt;/h2&gt;
    &lt;table&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;strong&gt;Modern Flutter UI&lt;/strong&gt;&lt;/td&gt;
            &lt;td&gt;&lt;strong&gt;Powerful Laravel Backend&lt;/strong&gt;&lt;/td&gt;
            &lt;td&gt;&lt;strong&gt;Fast Performance&lt;/strong&gt;&lt;/td&gt;
            &lt;td&gt;&lt;strong&gt;Easy Customization&lt;/strong&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;strong&gt;Scalable Architecture&lt;/strong&gt;&lt;/td&gt;
            &lt;td&gt;&lt;strong&gt;Clean Source Code&lt;/strong&gt;&lt;/td&gt;
            &lt;td&gt;&lt;strong&gt;Lifetime Free Updates&lt;/strong&gt;&lt;/td&gt;
            &lt;td&gt;&lt;strong&gt;Premium Quality Design&lt;/strong&gt;&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;

    &lt;h2 id=&quot;item-description__changelog&quot;&gt;CHANGELOG&lt;/h2&gt;
     
    &lt;table&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;Version 1.0.0 &amp;#8211; Initial Release&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;====================&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;What&amp;#8217;s Included&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;====================&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;[+ New] Modern, fully redesigned UI/UX across all apps and the web storefront.&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;[+ New] Multi-service platform &amp;#8211; Food, Grocery / Quick Commerce, and Parcel Delivery.&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;[+ New] AI-powered Zero-Touch Order Flow (voice &amp;#38; chat ordering, best-coupon apply, order drafts).&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;[+ New] Dedicated, admin-configurable home screens for each service.&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;[+ New] POS terminal support for restaurants and stores.&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;[+ New] Branch / franchise operations &amp;#8211; territories, wallets, settlements, payouts, reports.&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;[+ New] Realtime order tracking, order chat, and foreground order alerts.&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;[+ New] Wallets, gift cards, commissions, refunds, and automated payouts.&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;[+ New] Customer App, Seller App, Driver App (Android &amp;#38; iOS), Customer Web, and Laravel Admin Panel.&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;[+ New] Multi-language, multi-currency, and multi payment gateway support.&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;[+ New] Full offline documentation and white-label guide.&lt;/td&gt;&lt;/tr&gt;
    &lt;/table&gt;

    &lt;h2 id=&quot;item-description__technical-requirements-amp-setup&quot;&gt;Technical Requirements &amp;#38; Setup&lt;/h2&gt;
    &lt;table&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;PHP Version&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;PHP 8.2 or higher&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;Database&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;MySQL 8.0+ or MariaDB 10.6+&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;Framework&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Laravel 12 compatible hosting&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;Flutter SDK&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Flutter 3.24+&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;Dart SDK&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Dart 3.5+&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;Server&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Apache / Nginx with SSL support&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;Cron Jobs&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Required for auto payout automation&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;Firebase&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Required for OTP authentication and push notifications&lt;/td&gt;&lt;/tr&gt;
    &lt;/table&gt;

    &lt;h2 id=&quot;item-description__quick-deployment-steps&quot;&gt;Quick Deployment Steps&lt;/h2&gt;
    &lt;ol&gt;
        &lt;li&gt;&lt;strong&gt;Upload:&lt;/strong&gt; Upload the source files to your hosting server.&lt;/li&gt;
        &lt;li&gt;&lt;strong&gt;Database:&lt;/strong&gt; Create a fresh MySQL database.&lt;/li&gt;
        &lt;li&gt;&lt;strong&gt;Configuration:&lt;/strong&gt; Update the &lt;code&gt;.env&lt;/code&gt; configuration file.&lt;/li&gt;
        &lt;li&gt;&lt;strong&gt;Migrations:&lt;/strong&gt; Run Laravel migration commands.&lt;/li&gt;
        &lt;li&gt;&lt;strong&gt;Payment Setup:&lt;/strong&gt; Configure payment gateway credentials.&lt;/li&gt;
        &lt;li&gt;&lt;strong&gt;Launch:&lt;/strong&gt; Configure domain settings and launch the platform.&lt;/li&gt;
    &lt;/ol&gt;

    &lt;table&gt;
        &lt;tr&gt;
            &lt;td&gt;
                &lt;h2 id=&quot;item-description__third-party-service-notice-additional-costs-may-apply&quot;&gt;Third-Party Service Notice &amp;#8211; Additional Costs May Apply&lt;/h2&gt;
                &lt;p&gt;
                    This item depends on several third-party services that are &lt;strong&gt;not included&lt;/strong&gt; in the purchase
                    price. Each requires the buyer to create their own account and may charge usage-based or subscription
                    fees once you go beyond any free tier the provider offers:
                &lt;/p&gt;
                &lt;ul&gt;
                    &lt;li&gt;&lt;strong&gt;Google Maps&lt;/strong&gt; &amp;#8211; location search, address autocomplete, and delivery tracking require a Google Maps API key. Google bills for API usage beyond its free monthly credit.&lt;/li&gt;
                    &lt;li&gt;&lt;strong&gt;OTP / SMS login&lt;/strong&gt; &amp;#8211; phone number verification depends on a paid SMS or authentication gateway such as Twilio, MSG91, or Firebase Authentication, each billed per OTP/SMS sent.&lt;/li&gt;
                    &lt;li&gt;&lt;strong&gt;Payment gateways&lt;/strong&gt; &amp;#8211; Razorpay, Stripe, PayPal, PhonePe, Paystack, Flutterwave, and Easypaisa each require their own merchant account and charge a transaction fee on every payment processed.&lt;/li&gt;
                    &lt;li&gt;&lt;strong&gt;Push notifications&lt;/strong&gt; &amp;#8211; order and delivery alerts use Firebase Cloud Messaging (or a similar provider such as OneSignal), which can incur cost at higher sending volumes depending on the provider&amp;#8217;s plan.&lt;/li&gt;
                    &lt;li&gt;&lt;strong&gt;Other integrations&lt;/strong&gt; &amp;#8211; WhatsApp Business API and SMTP email delivery, if enabled, also depend on the buyer&amp;#8217;s own paid provider accounts.&lt;/li&gt;
                &lt;/ul&gt;
                &lt;p&gt;
                    Please review each provider&amp;#8217;s current pricing before launch and budget for these costs separately from
                    the purchase price of this item.
                &lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;

    &lt;table&gt;
        &lt;tr&gt;
            &lt;td&gt;
                &lt;h2 id=&quot;item-description__support&quot;&gt;Support&lt;/h2&gt;
                &lt;p&gt;
                    Support is provided through the Support tab on this item&amp;#8217;s listing page. Raise a ticket there and
                    our team will get back to you.
                &lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;</content>
			<author>
			  <name>renjotech</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/63257948</id>
			<published>2026-05-22 07:19:13</published>
			<updated>2026-05-26 06:52:08</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/liquid-sort-pro-colour-puzzle-challenge-monetized-with-google-admob/63257948"/>
			<title>Color Sort | Flutter Puzzle Game | Monetized with Google ADMob (Flutter) </title>
			<content type="html">&lt;h2 id=&quot;item-description__welcome-to-liquid-sort-pro-colour-puzzle-challenge-monetized-with-google&quot;&gt;Welcome to Liquid Sort Pro | Colour Puzzle Challenge | Monetized with Google ADMob&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;AquaSort Master&lt;/strong&gt; is a highly engaging, addictive, and beautifully designed &lt;strong&gt;Liquid Sort Puzzle Game&lt;/strong&gt; built using the &lt;strong&gt;Flutter framework&lt;/strong&gt;. Featuring a stunning modern glassmorphism UI, smooth animations, and satisfying sound effects, this game is designed to keep players hooked for hours.&lt;/p&gt;

&lt;p&gt;The project is fully ready for deployment and comes pre-integrated with &lt;strong&gt;Google AdMob&lt;/strong&gt; (Banner, Interstitial, and Rewarded Ads), allowing you to start generating revenue from day one!&lt;/p&gt;

&lt;h3 id=&quot;item-description__-key-features&quot;&gt; Key Features&lt;/h3&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt; 50+ Challenging Levels:&lt;/strong&gt; A meticulously designed level progression from easy to mind-bending expert puzzles.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt; Google AdMob Monetization:&lt;/strong&gt; Fully integrated with AdMob out of the box to maximize your earnings.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt; Premium UI/UX:&lt;/strong&gt; Beautiful 3D-inspired glassmorphism design, vibrant color palettes, and satisfying visual feedback.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt; Immersive Audio:&lt;/strong&gt; Relaxing background music and highly satisfying sound effects on every liquid pour.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;️ Player Tools:&lt;/strong&gt; Includes &lt;strong&gt;Undo&lt;/strong&gt;, &lt;strong&gt;Reset&lt;/strong&gt;, and &lt;strong&gt;Pause&lt;/strong&gt; functionalities for a seamless user experience.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt; Cross-Platform:&lt;/strong&gt; Built with Flutter, ensuring flawless performance on both Android and iOS devices.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt; Auto-Save Progress:&lt;/strong&gt; Automatically saves player progress so they never lose their current level.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt; Clean &amp;#38; Documented Code:&lt;/strong&gt; Extremely easy to reskin, modify, and customize. Includes comprehensive, step-by-step documentation.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__-what-s-included&quot;&gt; What&amp;#8217;s Included?&lt;/h3&gt;
&lt;ul&gt;
    &lt;li&gt;Full Flutter Source Code (Android &amp;#38; iOS)&lt;/li&gt;
    &lt;li&gt;Detailed Setup &amp;#38; Configuration Documentation&lt;/li&gt;
    &lt;li&gt;AdMob Setup Guide&lt;/li&gt;
    &lt;li&gt;UI Assets &amp;#38; Audio Files&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__-easy-to-setup-amp-monetize&quot;&gt; Easy to Setup &amp;#38; Monetize&lt;/h3&gt;
&lt;p&gt;No complex backend required! Just replace the default AdMob App ID and Ad Unit IDs with your own in the clearly marked configuration files, update the app name/icon, and you are ready to publish on the Google Play Store and Apple App Store!&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Note: Make sure to read the included documentation for a quick and smooth setup process.&lt;/em&gt;&lt;/p&gt;</content>
			<author>
			  <name>TechArt_Studio</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/63112463</id>
			<published>2026-05-22 06:31:26</published>
			<updated>2026-05-22 06:31:26</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/calcpro-allinone-smart-calculator-app-flutter-project/63112463"/>
			<title>CalcPro - All-in-One Smart Calculator App Flutter Project (Flutter) </title>
			<content type="html">&lt;h1 id=&quot;item-description__calc-comprehensive-finance-health-amp-scientific-calculator-suite-mobile&quot;&gt;Calc | Comprehensive Finance, Health &amp;#38; Scientific Calculator Suite | Mobile App&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;Version 1.0.0&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A premium, feature-rich calculator application built with Flutter. Calc includes 17 different calculator tools covering basic, scientific, finance, health, and utility calculations with a modern glassmorphism UI.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Demo APK:&lt;/strong&gt; &lt;a href=&quot;https://drive.usercontent.google.com/download?id=1dinph-3DRd0sT30v-SLYdV0Z-IYl9LLU&amp;#38;export=download&amp;#38;authuser=0&quot; rel=&quot;nofollow&quot;&gt;Download Demo App&lt;/a&gt; &amp;#8211; Test the app before purchasing&lt;/p&gt;

&lt;h2 id=&quot;item-description__key-features&quot;&gt;Key Features&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;17 Calculator Tools:&lt;/strong&gt; Basic, Scientific, EMI, Discount, Tip, Split Bill, Savings, Percentage, BMI, Age, Unit Converter, and more&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Premium UI:&lt;/strong&gt; Glassmorphism design with smooth animations&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Multi-language:&lt;/strong&gt; English &amp;#38; Bengali support&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;App Lock:&lt;/strong&gt; PIN protection for privacy&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;History:&lt;/strong&gt; View and export calculation history&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Favorites:&lt;/strong&gt; Save favorite tools for quick access&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;AdMob Integration:&lt;/strong&gt; Banner and interstitial ads for monetization&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;100% Offline:&lt;/strong&gt; Works without internet connection&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Dark/Light Theme:&lt;/strong&gt; Automatic and manual theme switching&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Clean Architecture:&lt;/strong&gt; Well-structured, maintainable code&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__app-screens&quot;&gt;App Screens&lt;/h2&gt;
&lt;ol&gt;
    &lt;li&gt;&lt;strong&gt;Splash Screen&lt;/strong&gt; &amp;#8211; Animated loading screen&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Onboarding&lt;/strong&gt; &amp;#8211; 3-page introduction flow&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Home Dashboard&lt;/strong&gt; &amp;#8211; Recent tools, favorites, and category grid&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Basic Calculator&lt;/strong&gt; &amp;#8211; Standard arithmetic with history&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Scientific Calculator&lt;/strong&gt; &amp;#8211; Advanced functions (sin, cos, tan, log, etc.)&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;EMI Calculator&lt;/strong&gt; &amp;#8211; Loan EMI with pie chart breakdown&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Discount Calculator&lt;/strong&gt; &amp;#8211; Calculate final price after discount&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Tip Calculator&lt;/strong&gt; &amp;#8211; Calculate tip amount and total bill&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Split Bill&lt;/strong&gt; &amp;#8211; Divide bill among people with tip&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Savings Calculator&lt;/strong&gt; &amp;#8211; Calculate time to reach savings goal&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Percentage Calculator&lt;/strong&gt; &amp;#8211; Calculate percentage, increase/decrease, change&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;BMI Calculator&lt;/strong&gt; &amp;#8211; Calculate Body Mass Index with category&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Age Calculator&lt;/strong&gt; &amp;#8211; Calculate exact age and next birthday countdown&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Unit Converter&lt;/strong&gt; &amp;#8211; Convert length, weight, temperature, speed&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;History Screen&lt;/strong&gt; &amp;#8211; View and export calculation history&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Favorites Screen&lt;/strong&gt; &amp;#8211; Quick access to favorite tools&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Settings Screen&lt;/strong&gt; &amp;#8211; Theme, language, sound, haptics, app lock&lt;/li&gt;
&lt;/ol&gt;

&lt;h2 id=&quot;item-description__technical-specifications&quot;&gt;Technical Specifications&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Framework:&lt;/strong&gt; Flutter 3.11.4&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Language:&lt;/strong&gt; Dart 3.11.4&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;State Management:&lt;/strong&gt; Riverpod 2.5.1&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Local Storage:&lt;/strong&gt; SharedPreferences 2.3.2&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Navigation:&lt;/strong&gt; GoRouter 14.2.7&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Charts:&lt;/strong&gt; FL Chart 0.68.0&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Fonts:&lt;/strong&gt; Google Fonts 6.2.1&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Animations:&lt;/strong&gt; Flutter Animate 4.5.0&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Math Engine:&lt;/strong&gt; Math Expressions 2.6.0&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Ads:&lt;/strong&gt; Google Mobile Ads 5.2.0&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Minimum SDK:&lt;/strong&gt; Android 5.0 (API 21), iOS 12.0&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__requirements-for-development&quot;&gt;Requirements for Development&lt;/h2&gt;
&lt;h3 id=&quot;item-description__software-requirements&quot;&gt;Software Requirements&lt;/h3&gt;
&lt;ul&gt;
    &lt;li&gt;Flutter SDK 3.11.4 or higher&lt;/li&gt;
    &lt;li&gt;Dart SDK 3.11.4 or higher&lt;/li&gt;
    &lt;li&gt;Android Studio (for Android development)&lt;/li&gt;
    &lt;li&gt;Xcode (for iOS development, macOS only)&lt;/li&gt;
    &lt;li&gt;Visual Studio Code or Android Studio&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__hardware-requirements&quot;&gt;Hardware Requirements&lt;/h3&gt;
&lt;ul&gt;
    &lt;li&gt;Minimum 4GB RAM (8GB recommended)&lt;/li&gt;
    &lt;li&gt;At least 10GB free disk space&lt;/li&gt;
    &lt;li&gt;For iOS: Mac with macOS 10.15 or higher&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__account-requirements&quot;&gt;Account Requirements&lt;/h3&gt;
&lt;ul&gt;
    &lt;li&gt;Google Play Developer Account (for Play Store)&lt;/li&gt;
    &lt;li&gt;Apple Developer Account (for App Store, optional)&lt;/li&gt;
    &lt;li&gt;AdMob Account (for monetization, optional)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__features-detail&quot;&gt;Features Detail&lt;/h2&gt;

&lt;table&gt;
    &lt;tr&gt;
        &lt;th&gt;Category&lt;/th&gt;
        &lt;th&gt;Feature&lt;/th&gt;
        &lt;th&gt;Description&lt;/th&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;Calculator&lt;/td&gt;
        &lt;td&gt;Basic Calculator&lt;/td&gt;
        &lt;td&gt;Standard arithmetic operations with history&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;Calculator&lt;/td&gt;
        &lt;td&gt;Scientific Calculator&lt;/td&gt;
        &lt;td&gt;Advanced functions (sin, cos, tan, log, etc.)&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;Finance&lt;/td&gt;
        &lt;td&gt;EMI Calculator&lt;/td&gt;
        &lt;td&gt;Calculate loan EMI with pie chart&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;Finance&lt;/td&gt;
        &lt;td&gt;Discount Calculator&lt;/td&gt;
        &lt;td&gt;Calculate final price after discount&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;Finance&lt;/td&gt;
        &lt;td&gt;Tip Calculator&lt;/td&gt;
        &lt;td&gt;Calculate tip amount and total bill&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;Finance&lt;/td&gt;
        &lt;td&gt;Split Bill&lt;/td&gt;
        &lt;td&gt;Divide bill among people with tip&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;Finance&lt;/td&gt;
        &lt;td&gt;Savings Calculator&lt;/td&gt;
        &lt;td&gt;Calculate time to reach savings goal&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;Finance&lt;/td&gt;
        &lt;td&gt;Percentage Calculator&lt;/td&gt;
        &lt;td&gt;Calculate percentage, increase/decrease, change&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;Health&lt;/td&gt;
        &lt;td&gt;BMI Calculator&lt;/td&gt;
        &lt;td&gt;Calculate Body Mass Index with category&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;Health&lt;/td&gt;
        &lt;td&gt;Age Calculator&lt;/td&gt;
        &lt;td&gt;Calculate exact age and next birthday&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;Utilities&lt;/td&gt;
        &lt;td&gt;Unit Converter&lt;/td&gt;
        &lt;td&gt;Convert length, weight, temperature, speed&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;General&lt;/td&gt;
        &lt;td&gt;History&lt;/td&gt;
        &lt;td&gt;View and export calculation history&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;General&lt;/td&gt;
        &lt;td&gt;Favorites&lt;/td&gt;
        &lt;td&gt;Save favorite tools for quick access&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;General&lt;/td&gt;
        &lt;td&gt;Settings&lt;/td&gt;
        &lt;td&gt;Theme, language, sound, haptics, app lock&lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;

&lt;h2 id=&quot;item-description__support&quot;&gt;Support&lt;/h2&gt;

&lt;h3 id=&quot;item-description__getting-help&quot;&gt;Getting Help&lt;/h3&gt;
&lt;p&gt;If you encounter any issues with setup, configuration, or building, please contact us through the CodeCanyon support system.&lt;/p&gt;

&lt;h3 id=&quot;item-description__response-time&quot;&gt;Response Time&lt;/h3&gt;
&lt;p&gt;We typically respond within 24-48 hours. Please include:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Your operating system&lt;/li&gt;
    &lt;li&gt;Flutter version (&lt;code&gt;flutter --version&lt;/code&gt;)&lt;/li&gt;
    &lt;li&gt;Detailed description of the issue&lt;/li&gt;
    &lt;li&gt;Screenshots or error messages (if applicable)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__common-issues&quot;&gt;Common Issues&lt;/h3&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Flutter doctor errors:&lt;/strong&gt; Install missing dependencies as suggested&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Build failures:&lt;/strong&gt; Check Android SDK and JDK versions&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;AdMob not showing:&lt;/strong&gt; Verify test IDs are used during development&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Package name issues:&lt;/strong&gt; Follow configuration guide carefully&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__changelog&quot;&gt;Changelog&lt;/h2&gt;

&lt;h3 id=&quot;item-description__version-1-0-0&quot;&gt;Version 1.0.0&lt;/h3&gt;
&lt;ul&gt;
    &lt;li&gt;Initial release&lt;/li&gt;
    &lt;li&gt;17 calculator tools&lt;/li&gt;
    &lt;li&gt;AdMob integration&lt;/li&gt;
    &lt;li&gt;Multi-language support&lt;/li&gt;
    &lt;li&gt;App lock feature&lt;/li&gt;
    &lt;li&gt;History and favorites&lt;/li&gt;
    &lt;li&gt;Dark/Light theme&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Thank you for choosing Calc from Burhan Store!&lt;/strong&gt;&lt;/p&gt;

&lt;h2 id=&quot;item-description__tags&quot;&gt;Tags&lt;/h2&gt;
&lt;p&gt;calculator, flutter, mobile-app, calculator-app, scientific-calculator, emi-calculator, finance-calculator, health-calculator, unit-converter, android-app, ios-app, multi-tool-calculator, all-in-one-calculator, smart-calculator, utility-app&lt;/p&gt;</content>
			<author>
			  <name>BurhanStore</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/62375773</id>
			<published>2026-05-14 15:09:24</published>
			<updated>2026-08-10 19:37:53</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/etaxi-complete-taxi-booking-solution-with-flutter-customer-app-driver-app-and-laravel-admin-panel/62375773"/>
			<title>eTaxi - Complete Taxi Booking Solution with Flutter Customer app, Driver App and Laravel Admin Panel (Flutter) </title>
			<content type="html">&lt;table&gt;&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;https://wa.me/919712880093&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://i.imgur.com/2JPPT9I.gif&quot; alt=&quot;Support: eTaxi&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;https://wrteam.in/docs/etaxi&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://i.imgur.com/GTCnZcz.gif&quot; alt=&quot;Documentation: eTaxi&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;https://wa.me/919712880093&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://i.imgur.com/iSizd1L.gif&quot; alt=&quot;Pre-sales Questions: eTaxi&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;https://wa.me/919712880093&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://i.imgur.com/uGUynnD.gif&quot; alt=&quot;Hire us: eTaxi&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;a href=&quot;https://play.google.com/store/apps/details?id=com.wrteam.etaxi&quot; rel=&quot;nofollow&quot;&gt;
&lt;img src=&quot;https://i.imgur.com/jGUbjD8.png&quot; alt=&quot;Customer Android Demo&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
&lt;a href=&quot;https://testflight.apple.com/join/MxY1tmr5&quot; rel=&quot;nofollow&quot;&gt;
&lt;img src=&quot;https://i.imgur.com/P8V50nJ.png&quot; alt=&quot;Customer iOS Demo&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
&lt;a href=&quot;https://play.google.com/store/apps/details?id=com.wrteam.etaxidriver&quot; rel=&quot;nofollow&quot;&gt;
&lt;img src=&quot;https://i.imgur.com/yABYzzW.png&quot; alt=&quot;Driver Android demo&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;https://testflight.apple.com/join/hXTk2SjR&quot; rel=&quot;nofollow&quot;&gt;
&lt;img src=&quot;https://i.imgur.com/nKCCjJB.png&quot; alt=&quot;Driver iOS demo&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;

&lt;td&gt;&lt;a href=&quot;https://etaxi.wrteam.me/admin/login&quot; rel=&quot;nofollow&quot;&gt;
&lt;img src=&quot;https://i.imgur.com/7rACYRj.png&quot; alt=&quot;Admin Panel Demo&quot; /&gt;&lt;/a&gt;&lt;/td&gt;

&lt;p&gt;Launch your own cab service empire with &lt;a href=&quot;https://www.marketplace.wrteam.in/products/etaxi-taxi-booking-platform&quot; rel=&quot;nofollow&quot;&gt;eTaxi&lt;/a&gt;, a complete &lt;strong&gt;taxi booking app&lt;/strong&gt; with Laravel backend and dedicated Flutter apps for customers and drivers. Enjoy live trip tracking, zone-based fare control, in-app wallet, promo codes, driver onboarding, and secure chat and calling, all managed through a powerful Laravel admin panel. Perfect for creating a mobility brand like Uber, Lyft, Grab, Bolt, Careem, or Ola, this &lt;strong&gt;cab management software&lt;/strong&gt; is ready for individuals and businesses to thrive! Get started today and launch your cab service in no time!&lt;/p&gt;

	&lt;p&gt;

&lt;/p&gt;


	&lt;p&gt;&lt;img src=&quot;https://i.imgur.com/rXtBJuL.png&quot; alt=&quot;\\&quot; /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;img src=&quot;https://i.imgur.com/JWZmaEB.png&quot; alt=&quot;eTaxi - What eTaxi Solves&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/GrwYwT3.png&quot; alt=&quot;eTaxi - Get Support&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/CspyDxF.png&quot; alt=&quot;eTaxi - Confused about anything&quot; /&gt;
&lt;table&gt;&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;https://www.wrteam.in/docs/etaxi&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://i.imgur.com/yjCK5FZ.png&quot; alt=&quot;eTaxi - documentation&quot; /&gt;
&lt;/a&gt;&lt;/td&gt;&lt;td&gt;&lt;a href=&quot;https://wa.me/919712880093&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://i.imgur.com/MwRXFwW.png&quot; alt=&quot;eTaxi - get support&quot; /&gt;
&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;https://codecanyon.net/cart/configure_before_adding/62375773/?aid=wrteam&amp;#38;aso=website&amp;#38;aca=etaxi&amp;#38;irgwc=1&amp;#38;afsrc=1&amp;#38;clickid=RpkUL9U8ixyIT6m2yR1sJXLLUkuRwpUJq30QQU0&amp;#38;iradid=275988&amp;#38;irpid=2430794&amp;#38;iradtype=ONLINE_TRACKING_LINK&amp;#38;irmptype=mediapartner&amp;#38;mp_value1=&amp;#38;utm_campaign=af_impact_radius_2430794&amp;#38;utm_medium=affiliate&amp;#38;utm_source=impact_radius&quot;&gt;&lt;img src=&quot;https://i.imgur.com/MzSWwzn.png&quot; alt=&quot;eTaxi - Launch Your Professional Ride&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;&lt;img src=&quot;https://i.imgur.com/EriWrYT.png&quot; alt=&quot;eTaxi - Customer app&quot; /&gt;&lt;/p&gt;


&lt;h2 id=&quot;item-description__authentication-amp-profile-management&quot;&gt;&lt;strong&gt;Authentication &amp;#38; Profile Management&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;Customers maintain full authority over their identity, including names, photos, and contact details. This secure portal allows users to update personal data and view unique referral codes and account settings at any time.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/hYg3FLa.png&quot; alt=&quot;eTaxi - Authentication &amp;#38; Profile Management&quot; /&gt;

&lt;h2 id=&quot;item-description__nearby-ride-booking&quot;&gt;&lt;strong&gt;Nearby Ride Booking&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;The taxi booking system allows customers to book transportation instantly by selecting pickup and drop locations within active service zones.
Selection from multiple vehicle categories such as Bike, Car, and Auto Rickshaw.
Clear visibility of estimated fares and arrival times (ETA) before confirming.
Flexible cancellation options are available before driver assignment per policy.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/7Movsna.png&quot; alt=&quot;eTaxi - Nearby Ride Booking&quot; /&gt;

&lt;h2 id=&quot;item-description__driver-review-amp-rating&quot;&gt;&lt;strong&gt;Driver Review &amp;#38; Rating&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;After reaching their destination, customers provide feedback through a star-based rating system to share their trip experience. This performance tracking maintains high service standards and helps the logic used for future driver matching.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/hgRLxFU.png&quot; alt=&quot;eTaxi - Driver Review &amp;#38; Rating&quot; /&gt;

&lt;h2 id=&quot;item-description__wallet-management&quot;&gt;&lt;strong&gt;Wallet Management&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;The integrated digital wallet serves as a central hub for storing refunds, promotional credits, and rewards. Customers can apply their balance toward full or partial payments for any trip, backed by a transparent transaction ledger.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/bCr3jPH.png&quot; alt=&quot;eTaxi - Wallet Mnagement&quot; /&gt;

&lt;h2 id=&quot;item-description__promo-code-management&quot;&gt;&lt;strong&gt;Promo Code Management&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;This taxi booking app source code includes a dedicated section where customers view all active promotional offers. During the booking phase, users apply these codes to get instant discounts, helping to lower the overall cost of travel.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/YEBmFcl.png&quot; alt=&quot;eTaxi - Promo Code&quot; /&gt;

&lt;h2 id=&quot;item-description__customer-driver-communication&quot;&gt;&lt;strong&gt;Customer&amp;#8211;Driver Communication&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;Once a ride is accepted, the platform opens a secure communication channel featuring in-app chat and voice calling. This system facilitates seamless coordination for the pickup while ensuring that both parties can easily reach each other through direct contact details.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/iYnAL1X.png&quot; alt=&quot;eTaxi - Customer Driver Communication&quot; /&gt;

&lt;h2 id=&quot;item-description__refund-request&quot;&gt;&lt;strong&gt;Refund Request&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;If a trip does not meet expectations, customers submit refund requests by choosing from predefined categories. Approved refunds are credited back to the wallet instantly, with the platform providing a clear audit trail for every request status.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/KtnXLUS.png&quot; alt=&quot;eTaxi - Refund Request&quot; /&gt;

&lt;h2 id=&quot;item-description__trip-receipt-amp-invoice&quot;&gt;&lt;strong&gt;Trip Receipt &amp;#38; Invoice&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;Upon trip completion, the system generates a detailed digital receipt that provides a full breakdown of the transaction.
Clear listing of base fares, taxes, and any applied promotional discounts.
Confirmation of the payment method used and the final amount charged.
Option to download official invoices directly from the trip history.
&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/pQUGUal.png&quot; alt=&quot;eTaxi - Trip Receipt &amp;#38; Invoice&quot; /&gt;

&lt;h2 id=&quot;item-description__driver-profile-information&quot;&gt;&lt;strong&gt;Driver Profile Information&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;To build customer trust and maintain high security, the app displays verified driver credentials before the trip begins. This transparency allows customers to identify their driver and vehicle easily, including ratings and registration numbers.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/bX8WRkt.png&quot; alt=&quot;eTaxi - Driver Profile Information&quot; /&gt;

&lt;h2 id=&quot;item-description__custom-tips-after-trip&quot;&gt;&lt;strong&gt;Custom Tips After Trip&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;Customers have the option to reward exceptional service by adding a custom tip after the journey is finished. This optional payment is chosen by the customer and is credited directly to the driver&amp;#8217;s earnings as a gesture of professional support.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/su4UEda.png&quot; alt=&quot;eTaxi - Custom Tips After Trip&quot; /&gt;

&lt;h2 id=&quot;item-description__share-trip-location&quot;&gt;&lt;strong&gt;Share Trip Location&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;Customers can share their trip details with trusted contacts for better awareness and safety. This feature sends a link containing the pickup point, destination, and the user&amp;#8217;s latest location, so friends or family are informed about the trip plan.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/nZ1S1Tt.png&quot; alt=&quot;eTaxi - Share Trip Location&quot; /&gt;

&lt;h2 id=&quot;item-description__refer-and-earn&quot;&gt;&lt;strong&gt;Refer and Earn&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;Allows users to view their referral code and track the rewards earned from successful referrals. All earned amounts are automatically credited to the integrated wallet for a seamless and rewarding experience.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/rI0rUHV.png&quot; alt=&quot;eTaxi - Refer And Earn&quot; /&gt;

	&lt;p&gt;&lt;a href=&quot;https://www.wrteam.in/services/installation&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://i.imgur.com/jhYMaRy.png&quot; alt=&quot;eTaxi - Set Up&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;&lt;img src=&quot;https://i.imgur.com/W42bc8i.png&quot; alt=&quot;eTaxi - Driver App&quot; /&gt;&lt;/p&gt;


&lt;h2 id=&quot;item-description__registration-amp-profile-management&quot;&gt;&lt;strong&gt;Registration &amp;#38; Profile Management&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;Drivers submit personal details, vehicle data, and mandatory documents like ID, license, and RC. This portal provides a secure way to manage profile details and upload vehicle photos at any time.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/qjwlX8d.png&quot; alt=&quot;eTaxi - Registration &amp;#38; Profile Management&quot; /&gt;

&lt;h2 id=&quot;item-description__onboarding-amp-approval-status&quot;&gt;&lt;strong&gt;Onboarding &amp;#38; Approval Status&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;Accounts stay &amp;#8220;Under Review&amp;#8221; until verified by the admin. The taxi booking system provides clear visibility of approval status, rejection reasons, and re-upload instructions to get drivers on the road.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/JFQtrhN.png&quot; alt=&quot;eTaxi - Onboarding &amp;#38; Approval Status&quot; /&gt;

&lt;h2 id=&quot;item-description__online-offline-availability&quot;&gt;&lt;strong&gt;Online / Offline Availability&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;Drivers control availability by switching between online and offline modes. This gives them full authority over when they want to receive incoming ride requests from the platform.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/FiUT6SL.pnghttps://i.imgur.com/FiUT6SL.png&quot; alt=&quot;eTaxi - Online Offline Availability&quot; /&gt;

&lt;h2 id=&quot;item-description__accept-reject-ride-requests&quot;&gt;&lt;strong&gt;Accept / Reject Ride Requests&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;Drivers manage ride offers within a specific response window. The ride-hailing app assigns requests based on proximity, ratings, and a fair scoring engine to balance earnings across the fleet.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/SNw0cFW.png&quot; alt=&quot;eTaxi - Accept Reject Ride&quot; /&gt;

&lt;h2 id=&quot;item-description__navigation-amp-pickup-assistance&quot;&gt;&lt;strong&gt;Navigation &amp;#38; Pickup Assistance&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;In-app mapping tools guide drivers to the pickup point efficiently. The system displays the exact distance and arrival time (ETA) to help drivers reach customers without unnecessary delays.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/LYSZHFN.png&quot; alt=&quot;eTaxi - Navigation &amp;#38; Pickup Assistance&quot; /&gt;

&lt;h2 id=&quot;item-description__arrival-confirmation&quot;&gt;&lt;strong&gt;Arrival Confirmation&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;Drivers mark their arrival at the pickup location with a single tap. This notifies the customer instantly and prepares the cab booking app interface for a secure trip start.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/bovUYq7.png&quot; alt=&quot;eTaxi - Arrival Confirmation&quot; /&gt;

&lt;h2 id=&quot;item-description__otp-based-trip-start&quot;&gt;&lt;strong&gt;OTP-Based Trip Start&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;OTP verification matches the correct customer and driver before the trip begins. This secure process reduces fraud and mismatches, keeping the on-demand taxi service reliable and safe.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/Y9TN84g.png&quot; alt=&quot;eTaxi - OTP Based Trip Start&quot; /&gt;

&lt;h2 id=&quot;item-description__active-trip-management&quot;&gt;&lt;strong&gt;Active Trip Management&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;Manage the trip lifecycle with live route tracking and progress updates. Drivers follow the suggested path to the drop location, ensuring a smooth and professional journey for the passenger.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/f73Oz2s.png&quot; alt=&quot;eTaxi - Active Trip Management&quot; /&gt;

&lt;h2 id=&quot;item-description__earnings-amp-wallet-management&quot;&gt;&lt;strong&gt;Earnings &amp;#38; Wallet Management&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;The in-app wallet displays net earnings after commission deductions. Drivers track their balance and view trip-wise income logs directly within this taxi booking app source code interface.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/tQVSuTb.png&quot; alt=&quot;eTaxi - Earnings &amp;#38; Wallet Management&quot; /&gt;

&lt;h2 id=&quot;item-description__earnings-overview-amp-history&quot;&gt;&lt;strong&gt;Earnings Overview &amp;#38; History&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;A dedicated screen provides a look at daily and weekly income totals. Drivers see commission details, tips received, and the net payable balance to manage their personal finances effectively.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/G0vbCow.png&quot; alt=&quot;eTaxi - Earnings Overview &amp;#38; History&quot; /&gt;

&lt;h2 id=&quot;item-description__driver-to-customer-communication&quot;&gt;&lt;strong&gt;Driver to Customer Communication&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;Secure chat and calling allow drivers to coordinate efficiently with customers. This system ensures professional communication for smooth pickups, allowing both parties to stay connected throughout the journey.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/VOrbSmT.png&quot; alt=&quot;eTaxi - Driver to Customer Communication&quot; /&gt;

&lt;h2 id=&quot;item-description__trip-history-amp-ride-logs&quot;&gt;&lt;strong&gt;Trip History &amp;#38; Ride Logs&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;Drivers access complete logs of past journeys, including pickup/drop points and payment modes. This archive provides total transparency for earnings audits and trip-related references.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/HnUHFZ3.png&quot; alt=&quot;eTaxi - Trip History &amp;#38; Ride&quot; /&gt;

&lt;h2 id=&quot;item-description__ratings-amp-feedback-visibility&quot;&gt;&lt;strong&gt;Ratings &amp;#38; Feedback Visibility&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;View ratings and feedback from customers to improve service quality. Drivers also rate passengers after the trip, helping to maintain high standards across the taxi service platform.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/VYt6XZ1.png&quot; alt=&quot;eTaxi - Ratings &amp;#38; Feedback Visibility&quot; /&gt;

&lt;h2 id=&quot;item-description__support-amp-help-centre&quot;&gt;&lt;strong&gt;Support &amp;#38; Help Centre&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;Drivers raise support tickets for trip issues or payment disputes directly from the app. This system provides a direct link to admin help for fast resolution of account problems.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/PCy3FaM.png&quot; alt=&quot;eTaxi - Support &amp;#38; Help Centre&quot; /&gt;

&lt;h2 id=&quot;item-description__driver-refer-amp-earn&quot;&gt;&lt;strong&gt;Driver Refer &amp;#38; Earn&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;Drivers can invite other drivers to join eTaxi and earn rewards when the referred driver becomes active on the platform. Referral bonuses are credited directly to the driver&amp;#8217;s wallet, making it an easy way to earn extra income without driving more.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/h2aGwKc.png&quot; alt=&quot;eTaxi - Driver Refer &amp;#38; Earn&quot; /&gt;

	&lt;p&gt;&lt;img src=&quot;https://i.imgur.com/DIWfh5S.png&quot; alt=&quot;eTaxi - Admin Panel&quot; /&gt;&lt;/p&gt;


&lt;h2 id=&quot;item-description__city-amp-service-zone-management&quot;&gt;&lt;strong&gt;City &amp;#38; Service Zone Management&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;Admins create and manage city-wide operations using polygon-based zones to define precise serviceable areas.
Activate or deactivate specific cities based on operational needs.
Set independent service rules and timings for different regions.
Define custom geographic boundaries for localized zone control.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/t75epuc.png&quot; alt=&quot;eTaxi - City &amp;#38; Service Zone  Management&quot; /&gt;

&lt;h2 id=&quot;item-description__ride-type-management&quot;&gt;&lt;strong&gt;Ride Type Management&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;The taxi booking system allows management of categories such as Bike, Sedan, and Rickshaw. Admins define specific ride types, set city-wise availability, and assign driver eligibility criteria for each vehicle class.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/NADGe2n.png&quot; alt=&quot;eTaxi - Ride Type Management&quot; /&gt;

&lt;h2 id=&quot;item-description__city-wise-fare-commission-amp-revenue-management&quot;&gt;&lt;strong&gt;City-Wise Fare, Commission &amp;#38; Revenue Management&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt; Admins configure pricing and revenue rules per city and ride type. The taxi software manages base fares, distance charges, waiting fees, night charges, surge logic, and commissions while generating detailed earnings and financial reports for business analysis and tracking.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/BVQwtvz.png&quot; alt=&quot;eTaxi - City Wise Fare&quot; /&gt;

&lt;h2 id=&quot;item-description__promo-code-amp-discount-management&quot;&gt;&lt;strong&gt;Promo Code &amp;#38; Discount Management&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;Create and control promotional campaigns with specific eligibility rules and usage limits.
Set fixed or percentage-based discounts for targeted users.
Apply city or ride-type restrictions to promotional offers.
Track campaign performance through built-in analytics.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/xtz7Vqt.png&quot; alt=&quot;eTaxi - Promo Code &amp;#38; Discount&quot; /&gt;

&lt;h2 id=&quot;item-description__dynamic-driver-onboarding-workflow&quot;&gt;&lt;strong&gt;Dynamic Driver Onboarding Workflow&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;This taxi booking app source code provides a configurable pipeline for reviewing driver documents. Admins approve, reject, or request resubmissions based on compliance requirements to keep the fleet verified.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/79yGHIk.png&quot; alt=&quot;eTaxi - Dynamic Driver Onboarding Workflow&quot; /&gt;

&lt;h2 id=&quot;item-description__ride-management&quot;&gt;&lt;strong&gt;Ride Management&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;Admins can perform live ride monitoring to oversee all active trips in real-time or search through comprehensive historical data. The panel provides full visibility into trip statuses, live routes, fare breakdowns, and assigned drivers, with the authority to intervene in exceptional cases or disputes.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/vSopgkE.png&quot; alt=&quot;eTaxi - Ride Management&quot; /&gt;

&lt;h2 id=&quot;item-description__customer-management&quot;&gt;&lt;strong&gt;Customer Management&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;Admins can view customer accounts, including profiles, trip history, and wallet balances. This portal allows for manual adjustments, referral activity tracking, and account suspensions whenever policy violations occur.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/qy8lteY.png&quot; alt=&quot;eTaxi - Customer Management&quot; /&gt;

&lt;h2 id=&quot;item-description__refund-amp-adjustment-management&quot;&gt;&lt;strong&gt;Refund &amp;#38; Adjustment Management&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;Review refund requests linked to specific trips and process them directly. Approved amounts are credited back to the user&amp;#8217;s wallet, with all actions logged using timestamps and reasons for complete accountability.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/VRJEsat.png&quot; alt=&quot;eTaxi - Refund &amp;#38; Adjustment&quot; /&gt;

&lt;h2 id=&quot;item-description__dynamic-document-configuration&quot;&gt;&lt;strong&gt;Dynamic Document Configuration&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;Define and update required driver and vehicle documents without any code changes.
Configure mandatory documents for the onboarding process.
Control re-upload requirements for expired licenses or permits.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/AuVHVO6.png&quot; alt=&quot;eTaxi - Dynamic Document&quot; /&gt;

&lt;h2 id=&quot;item-description__zone-wise-surge-charges&quot;&gt;&lt;strong&gt;Zone-wise surge charges&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;Set special pricing rules for weekends, holidays, or peak hours. These rules apply city-wise or zone-wise and can stack with existing fare configurations to maximize revenue during high-demand events.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/JiCgIMv.png&quot; alt=&quot;eTaxi - Zone Wise Surge Charges&quot; /&gt;

&lt;h2 id=&quot;item-description__unified-support-inbox&quot;&gt;&lt;strong&gt;Unified Support Inbox&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;A centralized system allows agents to respond to trip-linked tickets from customers and drivers. This interface provides contextual handling of issues, leading to faster resolution and better service quality.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/R7FMnMf.png&quot; alt=&quot;eTaxi - Unified Support Inbox&quot; /&gt;

&lt;h2 id=&quot;item-description__tax-management&quot;&gt;&lt;strong&gt;Tax Management&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;Configure and manage tax rules city-wise to stay compliant with local regulations. The system applies these rules to every ride, ensuring accurate fare calculations and professional financial record-keeping.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/hGh6nqm.png&quot; alt=&quot;eTaxi - Tax Mangement&quot; /&gt;

&lt;h2 id=&quot;item-description__what-will-you-get&quot;&gt;&lt;strong&gt;What will you get&lt;/strong&gt;&lt;/h2&gt;
&lt;em&gt;&lt;p&gt;A complete, production-ready solution with essential features,
seamless integrations, and a scalable architecture to get you live faster.&lt;/p&gt;&lt;/em&gt;
&lt;img src=&quot;https://i.imgur.com/q7dfxMq.png&quot; alt=&quot;eTaxi - Tax Mangement&quot; /&gt;

	&lt;p&gt;&lt;a href=&quot;https://www.wrteam.in/blog/regular-license-vs-extended-license&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://i.imgur.com/gzN1KNe.png&quot; alt=&quot;Regular vs Extended license&quot; /&gt; &lt;/a&gt;&lt;/p&gt;


&lt;h3 id=&quot;item-description__demo-credentials&quot;&gt;&lt;strong&gt;Demo Credentials&lt;/strong&gt;&lt;/h3&gt;

&lt;table&gt;
    &lt;tr&gt;
        &lt;td&gt;
            &lt;p&gt;&lt;a href=&quot;https://etaxi.wrteam.me/admin/login&quot; rel=&quot;nofollow&quot;&gt;Admin Panel&lt;/a&gt;&lt;/p&gt;
&lt;pre&gt;Email: demoadmin@etaxi.com                        
Password: Test@123                           
&lt;/pre&gt;
        &lt;/td&gt;
        &lt;td&gt;
            &lt;p&gt;&lt;a href=&quot;https://play.google.com/store/apps/details?id=com.wrteam.etaxi&quot; rel=&quot;nofollow&quot;&gt;Customer App&lt;/a&gt;&lt;/p&gt;
&lt;pre&gt;Phone : 9876543212                               
OTP: 123456                           
&lt;/pre&gt;
        &lt;/td&gt;
 &lt;td&gt;
            &lt;p&gt;&lt;a href=&quot;https://play.google.com/store/apps/details?id=com.wrteam.etaxidriver&quot; rel=&quot;nofollow&quot;&gt;Driver App&lt;/a&gt;&lt;/p&gt;
&lt;pre&gt;Mobile : 9876543211                               
OTP : 123456                           
&lt;/pre&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;em&gt;Create your own &lt;strong&gt;User Account&lt;/strong&gt; and &lt;strong&gt;Driver Account&lt;/strong&gt; for better user experience. &lt;/em&gt;
&lt;/table&gt;

	&lt;p&gt;&lt;strong&gt;&lt;h2 id=&quot;item-description__recommended-hosting-hostinger&quot;&gt;Recommended Hosting &amp;#8211; &lt;a href=&quot;https://hostinger.com/?REFERRALCODE=XNXHARISHWCR&quot; rel=&quot;nofollow&quot;&gt;Hostinger&lt;/a&gt;&lt;/h2&gt;&lt;/strong&gt;
&lt;/p&gt;&lt;p&gt;
  You can purchase the VPS/server using the links below to receive a 
  &lt;strong&gt;&lt;a href=&quot;https://hostinger.com/?REFERRALCODE=XNXHARISHWCR&quot; rel=&quot;nofollow&quot;&gt;flat 20% discount&lt;/a&gt;&lt;/strong&gt; on your hosting plan.
&lt;/p&gt;
&lt;p&gt;
  We personally use this provider for our demo and internal websites, and it has 
  worked well for our needs. However, the main advantage of using the shared link 
  is the &lt;strong&gt;&lt;a href=&quot;https://hostinger.com/?REFERRALCODE=XNXHARISHWCR&quot; rel=&quot;nofollow&quot;&gt;direct cost saving&lt;/a&gt;&lt;/strong&gt; you receive at the time of purchase.
&lt;/p&gt;
&lt;a href=&quot;https://hostinger.com/?REFERRALCODE=XNXHARISHWCR&quot; rel=&quot;nofollow&quot;&gt;
  &lt;img src=&quot;https://i.imgur.com/mX7JkJ9.png&quot; alt=&quot;Hostinger Hosting Partner&quot; /&gt;
&lt;/a&gt;
&lt;em&gt;
  This helps you reduce the initial setup cost while choosing any suitable plan 
  as per your business requirements.
&lt;/em&gt;&lt;br /&gt;


&lt;h3 id=&quot;item-description__version-1-0-2&quot;&gt;Version 1.0.2&lt;/h3&gt;&lt;p&gt;( updated on 3 Aug 2026 ) 
&lt;pre&gt;+ [Add] Push notification system to send alerts to all users and drivers
+ [Add] Dynamic setting for theme color customization
+ [Add] Dynamic setting for Brand logo management
+ [Add] Dynamic setting for Currency configurations
+ [Add] Multi-language support system
&lt;/pre&gt;&lt;/p&gt;</content>
			<author>
			  <name>WRTeam</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/51588129</id>
			<published>2024-04-03 03:49:38</published>
			<updated>2026-05-10 23:12:45</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/eclassify-classified-buy-and-sell-marketplace-flutter-app-with-laravel-admin-panel/51588129"/>
			<title>eClassify - Classified ads Buy and Sell Marketplace Flutter App with Laravel Admin Panel (Flutter) </title>
			<content type="html">&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;https://codecanyon.net/item/eclassify-classified-buy-and-sell-marketplace-flutter-app-with-laravel-admin-panel/51588129/support&quot;&gt;&lt;img src=&quot;https://i.imgur.com/2JPPT9I.gif&quot; alt=&quot;Support: eClassify-Classified ads marketplace&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;https://wrteam-in.github.io/eclassify-doc/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://i.imgur.com/GTCnZcz.gif&quot; alt=&quot;Documentation: eClassify-Classified ad PHP script&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;https://wa.me/919712445459&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://i.imgur.com/iSizd1L.gif&quot; alt=&quot;Pre-sales questions: eClassify- Flutter Classified App Templates&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;https://wa.me/919712445459&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://i.imgur.com/uGUynnD.gif&quot; alt=&quot;Hire us: eClassify- Classified ads marketplace&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;

&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;a href=&quot;https://codecanyon.net/search/wrteam&quot;&gt;&lt;img src=&quot;https://i.imgur.com/8hBt5Xz.gif&quot; alt=&quot;Sale&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;img src=&quot;https://i.imgur.com/UG5wxdb.jpeg&quot; alt=&quot;sale&quot; /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;Launch your own &lt;strong&gt;classifieds&lt;/strong&gt; empire with &lt;a href=&quot;https://www.wrteam.in/product-details/eclassify-classified-buy-and-sell-marketplace-flutter-app-with-laravel-admin-panel&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt;eClassify&lt;/strong&gt;&lt;/a&gt; &amp;#8211; the &lt;strong&gt;all-in-one solution&lt;/strong&gt; with &lt;strong&gt;Laravel backend&lt;/strong&gt;, &lt;strong&gt;Flutter mobile apps&lt;/strong&gt; (Android + iOS), and an &lt;strong&gt;SEO-friendly Next.js frontend&lt;/strong&gt;. Enjoy &lt;strong&gt;ad posting&lt;/strong&gt;, &lt;strong&gt;user/subscription management&lt;/strong&gt;, &lt;strong&gt;secure payments&lt;/strong&gt;, &lt;strong&gt;real-time chat&lt;/strong&gt;, &lt;strong&gt;monetization options&lt;/strong&gt;, and true &lt;strong&gt;multi-vendor support&lt;/strong&gt;. Control everything via a &lt;strong&gt;powerful Laravel admin panel&lt;/strong&gt;. Perfect for creating the Marketplace like &lt;strong&gt;OLX&lt;/strong&gt;, &lt;strong&gt;Dubizzle&lt;/strong&gt;, &lt;strong&gt;Kijiji&lt;/strong&gt;, &lt;strong&gt;Avito&lt;/strong&gt;, &lt;strong&gt;Subito&lt;/strong&gt;, &lt;strong&gt;Finn.no&lt;/strong&gt;, &lt;strong&gt;2dehands.be&lt;/strong&gt;, or local buy-sell platform &amp;#8211; ready for &lt;strong&gt;individuals and businesses to thrive&lt;/strong&gt;!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://eclassifyweb.wrteam.me/&quot; rel=&quot;nofollow&quot;&gt;Click here to explore the demo &lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;https://play.google.com/store/apps/details?id=com.eclassify.wrteam&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://i.imgur.com/FMVUA7U.jpeg&quot; alt=&quot;Customer app android: eClassify-Classified ads marketplace&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;https://testflight.apple.com/join/woAP0dC5&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://i.imgur.com/AUurWi0.jpeg&quot; alt=&quot;Customer app iOS: eClassify- Classified app source code&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;https://eclassifyweb.wrteam.me/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://i.imgur.com/7A6hgqb.jpeg&quot; alt=&quot;Website: eClassify- Classified ads website template&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;https://eclassify.wrteam.me/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://i.imgur.com/GRmxcUL.jpeg&quot; alt=&quot;Admin panel: eClassify- Flutter Classified App Templates&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;

	&lt;p&gt;&lt;img src=&quot;https://i.imgur.com/vggGgfh.jpeg&quot; alt=&quot;Web and App eClassify- Classified ad PHP script&quot; /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;img src=&quot;https://i.imgur.com/qhpGlDm.jpeg&quot; alt=&quot;Why choose eClassify- Classified ads marketplace&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/ojHViw7.png&quot; alt=&quot;Payment gateway: eClassify- Classified ad PHP script&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/Z651pEQ.png&quot; alt=&quot;eClassify features- Classified app source code&quot; /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;img src=&quot;https://i.imgur.com/ddKXijd.jpeg&quot; alt=&quot;Admin earning: eClassify- Flutter Classified App Templates&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/iGjWvIU.jpeg&quot; alt=&quot;Application features: eClassify- Classified app source code&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/0BiBzXy.png&quot; alt=&quot;Ad detailed screen: eClassify- Classified ads marketplace&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/VsnEFev.png&quot; alt=&quot;SMS gateway: eClassify- Classified ad PHP script&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/8zOzaBf.png&quot; alt=&quot;Follow Unfollow: eClassify- Classified ad PHP script&quot; /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;img src=&quot;https://i.imgur.com/FiD0YKT.png&quot; alt=&quot;Category Based Subscription : eClassify- Classified ad PHP script&quot; /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;img src=&quot;https://i.imgur.com/6ZXv9vZ.png&quot; alt=&quot;Location based sliders : eClassify- Classified ad PHP script&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/38QRaPd.png&quot; alt=&quot;Multi currency : eClassify- Classified ad PHP script&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/1pCwfsV.png&quot; alt=&quot;login with phone and pass : eClassify- Classified ad PHP script&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/46Y1VwI.png&quot; alt=&quot;Watermark improved : eClassify- Classified ad PHP script&quot; /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;img src=&quot;https://i.imgur.com/sbM6jlQ.png&quot; alt=&quot;Ad revenew integaration: eClassify- Flutter Classified App Templates&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/meRCkru.png&quot; alt=&quot;Custom fields: eClassify- Classified ads website template&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/Uuzsa2H.png&quot; alt=&quot;Review system: eClassify- Classified app source code&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/khTqNrw.jpeg&quot; alt=&quot;Seller badge: eClassify-Classified ads marketplace&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/jDIRf8S.jpeg&quot; alt=&quot;Item fetching: eClassify- Classified ad PHP script&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/d6mGy4G.png&quot; alt=&quot;Chat functionality: eClassify- Flutter Classified App Templates&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/SsVcb12.jpeg&quot; alt=&quot;eClassify featured item - Classified ads website template&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/WQMjrYL.jpeg&quot; alt=&quot;Blog Module: eClassify- Classified ad PHP script&quot; /&gt;&lt;/p&gt;


	


	&lt;p&gt;&lt;img src=&quot;https://i.imgur.com/fEjl85U.gif&quot; alt=&quot;eClassify website - Classified ads website template&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/VSw4a4B.jpeg&quot; alt=&quot;eClassify home screen - Classified app source code&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/PHX3UUj.jpeg&quot; alt=&quot;Slider images: eClassify -Classified ads marketplace&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/nRKl3Xe.jpeg&quot; alt=&quot;eClassify top items - Classified ad PHP script&quot; /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;img src=&quot;https://i.imgur.com/iYgJ08r.png&quot; alt=&quot;eClassify instant notification - Flutter Classified App Templates&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/GylO0p2.png&quot; alt=&quot;eClassify Chat - Flutter Classified App Templates&quot; /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;img src=&quot;https://i.imgur.com/DLubA6R.png&quot; alt=&quot;eClassify subscription packages - Classified app source code&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/9jV5LLC.png&quot; alt=&quot;eClassify Ads listing - Classified app source code&quot; /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;img src=&quot;https://i.imgur.com/vWfsMFA.jpeg&quot; alt=&quot;eClassify features - Classified ads marketplace&quot; /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;img src=&quot;https://i.imgur.com/IdBPR20.png&quot; alt=&quot;eClassify admin panel title&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/BdUH9ZZ.png&quot; alt=&quot;eClassify admin panel fatures- Classified ad PHP script&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/6YMDz2K.jpeg&quot; alt=&quot;Category management: eClassify- Flutter Classified App Templates&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/tajd6rX.jpeg&quot; alt=&quot;eClassify custom field management - Classified ads website template&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/drCyWLE.jpeg&quot; alt=&quot;Item approval: eClassify- Classified app source code&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/CJVMroC.jpeg&quot; alt=&quot;eClassify package management-Classified ads marketplace&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/4x8V1hO.jpeg&quot; alt=&quot;eClassify slider management- Classified ad PHP script&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/AKJXa7V.jpeg&quot; alt=&quot;Iteam report management - Flutter Classified App Templates&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/O2eA1aJ.jpeg&quot; alt=&quot;Staff management- Classified ads website template&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/SFTecP9.jpeg&quot; alt=&quot;Multilingual support: eClassify-Classified ads marketplace&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/H91IwEK.jpeg&quot; alt=&quot;Push notification system: eClassify- Classified ad PHP script&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/vN8fySx.jpeg&quot; alt=&quot;Featured section management- Flutter Classified App Templates&quot; /&gt;
&lt;img src=&quot;https://i.imgur.com/0lNXTyT.jpeg&quot; alt=&quot;eClassify all in one setting -Classified ads marketplace&quot; /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;img src=&quot;https://i.imgur.com/cdxmk7V.jpeg&quot; alt=&quot;Review Image - classified ads marketplace&quot; /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;https://codecanyon.net/downloads/&quot;&gt;&lt;img src=&quot;https://i.imgur.com/GP9uwTh.gif&quot; alt=&quot;eClassify feedback- Classified ad PHP script&quot; /&gt;&lt;/a&gt;
&lt;img src=&quot;https://i.imgur.com/DwbR1qm.jpeg&quot; alt=&quot;System requirements - Classified ads marketplace&quot; /&gt;
&lt;a href=&quot;https://www.wrteam.in/blog/envato-codecanyons-regular-license-vs-extended-license&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://i.imgur.com/SevSXr8.jpeg&quot; alt=&quot;Regular license vs extended license- Flutter Classified App Templates&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;&lt;h2 id=&quot;item-description__recommended-hosting-hostinger&quot;&gt;Recommended Hosting &amp;#8211; &lt;a href=&quot;https://hostinger.com/?REFERRALCODE=XNXHARISHWCR&quot; rel=&quot;nofollow&quot;&gt;Hostinger&lt;/a&gt;&lt;/h2&gt;&lt;/strong&gt;
&lt;/p&gt;&lt;p&gt;
  You can purchase the VPS/server using the links below to receive a 
  &lt;strong&gt;&lt;a href=&quot;https://hostinger.com/?REFERRALCODE=XNXHARISHWCR&quot; rel=&quot;nofollow&quot;&gt;flat 20% discount&lt;/a&gt;&lt;/strong&gt; on your hosting plan.
&lt;/p&gt;
&lt;p&gt;
  We personally use this provider for our demo and internal websites, and it has 
  worked well for our needs. However, the main advantage of using the shared link 
  is the &lt;strong&gt;&lt;a href=&quot;https://hostinger.com/?REFERRALCODE=XNXHARISHWCR&quot; rel=&quot;nofollow&quot;&gt;direct cost saving&lt;/a&gt;&lt;/strong&gt; you receive at the time of purchase.
&lt;/p&gt;
&lt;a href=&quot;https://hostinger.com/?REFERRALCODE=XNXHARISHWCR&quot; rel=&quot;nofollow&quot;&gt;
  &lt;img src=&quot;https://i.imgur.com/mX7JkJ9.png&quot; alt=&quot;Hostinger Hosting Partner&quot; /&gt;
&lt;/a&gt;
&lt;em&gt;
  This helps you reduce the initial setup cost while choosing any suitable plan 
  as per your business requirements.
&lt;/em&gt;&lt;br /&gt;


&lt;h3 id=&quot;item-description__&quot;&gt;                                    &lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://www.wrteam.in/product-details/eclassify-classified-buy-and-sell-marketplace-flutter-app-with-laravel-admin-panel&quot; rel=&quot;nofollow&quot;&gt;eClassify&lt;/a&gt;&lt;/strong&gt; is a complete classified ads marketplace source code built for &lt;strong&gt;entrepreneurs&lt;/strong&gt;, &lt;strong&gt;startups&lt;/strong&gt;, &lt;strong&gt;agencies&lt;/strong&gt;, and &lt;strong&gt;developers&lt;/strong&gt; who want to launch a scalable buy-and-sell platform from a single, centralized codebase.&lt;/p&gt;

&lt;p&gt;Powered by a &lt;strong&gt;secure Laravel backend&lt;/strong&gt; and a &lt;strong&gt;high-performance Flutter mobile app&lt;/strong&gt; (Android &amp;#38; iOS), eClassify streamlines marketplace operations including &lt;strong&gt;ad listings&lt;/strong&gt;, &lt;strong&gt;user management&lt;/strong&gt;, &lt;strong&gt;subscriptions&lt;/strong&gt;, &lt;strong&gt;payments&lt;/strong&gt;, &lt;strong&gt;chat&lt;/strong&gt;, and &lt;strong&gt;monetization&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;With its &lt;strong&gt;robust multi-vendor architecture&lt;/strong&gt; and &lt;strong&gt;SEO-optimized Next.js website&lt;/strong&gt;, each seller can operate independently, while the &lt;strong&gt;Laravel admin panel&lt;/strong&gt; provides full control, monitoring, and scalability.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;eClassify is designed to grow with your business&lt;/strong&gt; &amp;#8211; whether you start with a single local marketplace or expand to hundreds of categories, it offers the flexibility and strength to build a profitable classified advertising platform.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://eclassifyweb.wrteam.me/&quot; rel=&quot;nofollow&quot;&gt;Click here to explore the demo &lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h3 id=&quot;item-description__what-s-in-the-package-eclassify&quot;&gt;&lt;strong&gt;What&amp;#8217;s in the Package &amp;#8211; eClassify&lt;/strong&gt;&lt;/h3&gt;

&lt;p&gt;The &lt;strong&gt;eClassify package &lt;/strong&gt;delivers a complete, ready-to-launch classified ads marketplace, providing everything needed for a successful online classifieds business.&lt;/p&gt;

&lt;table&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;h3 id=&quot;item-description__module&quot;&gt;&lt;strong&gt;Module&lt;/strong&gt;&lt;/h3&gt;&lt;/td&gt;
    &lt;td&gt;&lt;h3 id=&quot;item-description__details&quot;&gt;&lt;strong&gt;Details&lt;/strong&gt;&lt;/h3&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;Mobile App&lt;/td&gt;
    &lt;td&gt;&lt;strong&gt;Flutter&lt;/strong&gt; classified app for Android &amp;#38; iOS from a single codebase&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;Frontend Website&lt;/td&gt;
    &lt;td&gt;&lt;strong&gt;Next.js&lt;/strong&gt; SEO-optimized classified ads website for maximum visibility&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;Admin Panel&lt;/td&gt;
    &lt;td&gt;&lt;strong&gt;Laravel&lt;/strong&gt;-based admin panel for centralized marketplace control&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;Database&lt;/td&gt;
    &lt;td&gt;&lt;strong&gt;MySQL&lt;/strong&gt; backend with full REST API integration for reliable data handling&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;Source Code&lt;/td&gt;
    &lt;td&gt;&lt;strong&gt;Easy to Customizable&lt;/strong&gt; classified app source code (Flutter + Laravel)&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;Documentation&lt;/td&gt;
    &lt;td&gt;&lt;strong&gt;Step-by-step&lt;/strong&gt; setup and configuration guide&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;Support &amp;#38; Updates&lt;/td&gt;
    &lt;td&gt;&lt;strong&gt;6 months free support&lt;/strong&gt; + &lt;strong&gt;lifetime free updates&lt;/strong&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;Monetization&lt;/td&gt;
    &lt;td&gt;Built-in &lt;strong&gt;subscription packages&lt;/strong&gt;, &lt;strong&gt;featured ads&lt;/strong&gt;, and &lt;strong&gt;AdMob integration&lt;/strong&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;h3 id=&quot;item-description__advanced-capabilities-of-the-eclassify-platform&quot;&gt;&lt;strong&gt;Advanced Capabilities of the eClassify Platform&lt;/strong&gt;&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;A complete &lt;strong&gt;multi-role classified marketplace&lt;/strong&gt; for buyers, sellers, and admins.&lt;/li&gt;
  &lt;li&gt;Built-in &lt;strong&gt;multi-vendor functionality&lt;/strong&gt; to manage unlimited sellers and categories.&lt;/li&gt;
  &lt;li&gt;High-performance &lt;strong&gt;Flutter classified app&lt;/strong&gt; for mobile (Android &amp;#38; iOS).&lt;/li&gt;
  &lt;li&gt;SEO-optimized Next.js &lt;strong&gt;classified ads website&lt;/strong&gt; for search visibility.&lt;/li&gt;
  &lt;li&gt;Location-based &lt;strong&gt;geo-classified listings&lt;/strong&gt; with Google Maps integration.&lt;/li&gt;
  &lt;li&gt;Advanced &lt;strong&gt;subscription &amp;#38; billing management&lt;/strong&gt; with payment tracking.&lt;/li&gt;
  &lt;li&gt;Real-time &lt;strong&gt;buyer-seller chat&lt;/strong&gt; for seamless communication.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Multi-language &amp;#38; RTL support&lt;/strong&gt; for global reach.&lt;/li&gt;
  &lt;li&gt;Firebase &lt;strong&gt;push notifications&lt;/strong&gt; for instant updates.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Admin Dashboard&lt;/strong&gt; provides administrators with centralized tools.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Fully responsive UI&lt;/strong&gt; for web and mobile.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Multiple payment gateways&lt;/strong&gt;: PayPal, Stripe, Razorpay, Paystack, and more.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;AdMob monetization&lt;/strong&gt; with banner, interstitial, and native ads.&lt;/li&gt;
  &lt;li&gt;Featured ads and &lt;strong&gt;subscription packages&lt;/strong&gt; for revenue generation.&lt;/li&gt;
  &lt;li&gt;Clean, lightweight, &lt;strong&gt;maintainable classified ad PHP&lt;/strong&gt; codebase.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;item-description__key-features-of-eclassify-your-complete-marketplace-solution&quot;&gt;&lt;strong&gt;Key Features of eClassify: Your Complete Marketplace Solution&lt;/strong&gt;&lt;/h3&gt;

&lt;p&gt;eClassify is designed for growth, allowing you to manage multiple vendors and categories without difficulty. This makes it the perfect classified ads marketplace platform.&lt;/p&gt;

&lt;h4 id=&quot;item-description__multi-vendor-amp-scalability&quot;&gt;&lt;strong&gt;Multi-Vendor &amp;#38; Scalability&lt;/strong&gt;&lt;/h4&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Multi-Vendor Management:&lt;/strong&gt; Manage unlimited sellers under one platform with ease. Each vendor operates independently, making it a scalable classified marketplace solution.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Subscription &amp;#38; Monetization Platform:&lt;/strong&gt; Handle seller subscriptions, featured listing packages, and billing cycles from a single, centralized dashboard.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Flexible Packages:&lt;/strong&gt; Create specific subscription plans (free listings, featured ads, premium packages) to fit your marketplace&amp;#8217;s unique needs.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Category-Based Subscription Plans:&lt;/strong&gt; Tailor subscription plans to different categories to maximize revenue potential.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Multi-Currency Support:&lt;/strong&gt; Accept payments in multiple currencies with default currency settings and user-preferred options for global reach.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;item-description__marketplace-amp-listing-management&quot;&gt;&lt;strong&gt;Marketplace &amp;#38; Listing Management&lt;/strong&gt;&lt;/h4&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Mobile Apps:&lt;/strong&gt; Flutter classified apps for Android &amp;#38; iOS with native-like performance.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Location-Based Listings:&lt;/strong&gt; Geo-classified ads by region using Google Maps integration.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Advanced Search &amp;#38; Filters:&lt;/strong&gt; Filter listings by category, price, location, custom fields, and more.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Quick Ad Posting:&lt;/strong&gt; Sellers can post ads with images, descriptions, custom fields, and pricing within minutes.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Category Management:&lt;/strong&gt; Unlimited nested categories with custom fields for niches like real estate, jobs, vehicles, electronics, and more.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Watermark Feature:&lt;/strong&gt; Automatically add customizable watermarks to uploaded images to protect content and brand.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;item-description__financial-amp-subscription-tools&quot;&gt;&lt;strong&gt;Financial &amp;#38; Subscription Tools&lt;/strong&gt;&lt;/h4&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Subscription Management:&lt;/strong&gt; Track seller subscriptions, featured ad purchases, invoices, renewals, and receipts.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Multiple Payment Gateways:&lt;/strong&gt; Support for PayPal, Stripe, Razorpay, Paystack, PhonePe, FlutterWave, and Bank Transfer.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Featured &amp;#38; Premium Ads:&lt;/strong&gt; Offer paid promotions to boost listings&amp;#8217; visibility.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;AdMob Integration:&lt;/strong&gt; Generate passive revenue with banner, interstitial, and native ads.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;item-description__communication-amp-user-tools&quot;&gt;&lt;strong&gt;Communication &amp;#38; User Tools&lt;/strong&gt;&lt;/h4&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Real-Time Chat System:&lt;/strong&gt; Instant messaging for buyers and sellers to negotiate and make offers.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Firebase Notifications:&lt;/strong&gt; Role-based push notifications for messages, approvals, expiries, and offers.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;User Verification System:&lt;/strong&gt; Verify sellers to build trust and credibility.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Seller Profiles &amp;#38; Ratings:&lt;/strong&gt; Ratings, reviews, and profiles to help buyers make informed decisions.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Bookmark &amp;#38; Favorites:&lt;/strong&gt; Users can save listings to revisit later.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;item-description__content-management-amp-seo&quot;&gt;&lt;strong&gt;Content Management &amp;#38; SEO&lt;/strong&gt;&lt;/h4&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Built-in Blog &amp;#38; CMS:&lt;/strong&gt; Update content directly from the Laravel admin panel with integrated CMS.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Dynamic SEO Management:&lt;/strong&gt; Manage metadata, structured data, and sitemaps for all pages, categories, and listings.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Multi-Language Support:&lt;/strong&gt; Unlimited languages with RTL compatibility for global audiences.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Auto-Generated Slugs:&lt;/strong&gt; SEO-friendly URLs automatically created for listings and categories.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__who-can-use-eclassify&quot;&gt;&lt;strong&gt;Who Can Use eClassify?&lt;/strong&gt;&lt;/h3&gt;

&lt;p&gt;✔️ &lt;strong&gt;Marketplace Entrepreneurs:&lt;/strong&gt; Launch your own branded OLX clone or Craigslist alternative with this classified ad PHP script.&lt;/p&gt;

&lt;p&gt;✔️ &lt;strong&gt;Startups &amp;#38; SMEs:&lt;/strong&gt; Establish a recurring revenue model by offering subscription-based classified advertising services.&lt;/p&gt;

&lt;p&gt;✔️ &lt;strong&gt;Agencies &amp;#38; Developers:&lt;/strong&gt; Use this robust, customizable classified app source code for client projects or white-label solutions.&lt;/p&gt;

&lt;p&gt;✔️ &lt;strong&gt;Real Estate &amp;#38; Job Portals:&lt;/strong&gt; Build niche platforms for property listings, job postings, or local services.&lt;/p&gt;

&lt;p&gt;✔️ &lt;strong&gt;Directory Listing Businesses:&lt;/strong&gt; Create location-based directories for restaurants, services, businesses, or events.&lt;/p&gt;

&lt;p&gt;✔️ &lt;strong&gt;Freelancers:&lt;/strong&gt; Deliver ready-made Flutter classified app templates and Laravel solutions to clients faster.&lt;/p&gt;

&lt;h3 id=&quot;item-description__live-demo-links&quot;&gt;&lt;strong&gt;Live Demo Links&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;You can explore the full functionality of &lt;strong&gt;eClassify&lt;/strong&gt; through the &lt;strong&gt;live demos&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Customer App (Android):&lt;/strong&gt; &lt;a href=&quot;https://play.google.com/store/apps/details?id=com.eclassify.wrteam&quot; rel=&quot;nofollow&quot;&gt;Explore Demo&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Customer App (iOS):&lt;/strong&gt; &lt;a href=&quot;https://testflight.apple.com/join/woAP0dC5&quot; rel=&quot;nofollow&quot;&gt;Explore Demo&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Frontend Website:&lt;/strong&gt; &lt;a href=&quot;https://eclassifyweb.wrteam.me/&quot; rel=&quot;nofollow&quot;&gt;Explore Demo&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Admin Panel:&lt;/strong&gt; &lt;a href=&quot;https://eclassify.wrteam.me/&quot; rel=&quot;nofollow&quot;&gt;Explore Demo&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

	&lt;p&gt;&lt;strong&gt;Demo Credentials&lt;/strong&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;Application: +91 98765 98765 | 123456&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt;Admin: &lt;a href=&quot;mailto:admin@gmail.com&quot;&gt;admin@gmail.com&lt;/a&gt; | admin123&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/p&gt;
&lt;h4 id=&quot;item-description__start-your-classified-marketplace-journey-today&quot;&gt;&lt;strong&gt;Start your classified marketplace journey today!&lt;/strong&gt;&lt;/h4&gt;
eClassify is a powerful, scalable, and fully customizable classified ads marketplace built using &lt;strong&gt;Laravel&lt;/strong&gt; and &lt;strong&gt;Flutter&lt;/strong&gt;. From listings to communication, from subscriptions to sellers, everything is managed in one unified platform.


&lt;h2 id=&quot;item-description__launch-smarter-scale-faster&quot;&gt;&lt;em&gt;Launch smarter. Scale faster.&lt;/em&gt;&lt;/h2&gt;
Build your classified ads business with &lt;strong&gt;eClassify&lt;/strong&gt; today.

&lt;p&gt;Explore more high-quality apps and templates → &lt;a href=&quot;https://codecanyon.net/user/wrteam/portfolio&quot;&gt;&lt;strong&gt;Check Our Portfolio&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

 
&lt;h3 id=&quot;item-description__technical-specifications&quot;&gt;&lt;strong&gt;Technical Specifications&lt;/strong&gt;&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Backend:&lt;/strong&gt; Laravel (PHP 8.2+)&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Mobile App:&lt;/strong&gt; Flutter 3.38.3&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Frontend Website:&lt;/strong&gt; Next.js (React)&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Database:&lt;/strong&gt; MySQL&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Payment Gateways:&lt;/strong&gt; PayPal, Stripe, Razorpay, Paystack, PhonePe, FlutterWave, Bank Transfer&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Notifications:&lt;/strong&gt; Firebase Cloud Messaging&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Maps:&lt;/strong&gt; Google Maps &amp;#38; Places API&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Monetization:&lt;/strong&gt; AdMob (Banner, Interstitial, Native) &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;SMS:&lt;/strong&gt; Twilio Integration&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__product-essentials-amp-requirements&quot;&gt;Product Essentials &amp;#38; Requirements&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;
        &lt;strong&gt;Payment Gateways (per region) :&lt;/strong&gt; Stripe, Razorpay, PayPal, Flutterwave, Paystack, PhonePe, PayTabs, DPO. Third-party transaction fees apply.
    &lt;/li&gt;
    &lt;li&gt;
        &lt;strong&gt;Google Maps API:&lt;/strong&gt; Used for location autocomplete &amp;#38; map display. Charges apply once free allocation is exhausted.
    &lt;/li&gt;
    &lt;li&gt;
        &lt;strong&gt;OTP Service (pick one):&lt;/strong&gt; Firebase, Twilio, or 2Factor. Free tiers available; charges apply after limits.
    &lt;/li&gt;
    &lt;li&gt;
        &lt;strong&gt;Google Gemini AI (Optional):&lt;/strong&gt; For AI content generation without limits &amp;#8211; configure paid Gemini key in Google Cloud.
    &lt;/li&gt;
    &lt;li&gt;
        &lt;strong&gt;AWS S3 (Optional):&lt;/strong&gt; For cloud media storage instead of local server. AWS pricing applies.
    &lt;/li&gt;
    &lt;li&gt;
        &lt;strong&gt;VPS / Hosting Requirements:&lt;/strong&gt; Apache or Nginx, any OS, 2 CPU cores, 2 GB RAM, 20+ GB disk space.
    &lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
     Following these requirements ensures optimal performance and avoids setup issues.
&lt;/blockquote&gt;

&lt;h3 id=&quot;item-description__version-2-12-0&quot;&gt;Version 2.12.0&lt;/h3&gt;&lt;p&gt;( Updated on 07 May 2026 ) 
&lt;pre&gt;
+ [Feature] Gemini AI Integration: Added AI-powered item description and SEO metadata generation
+ [Feature] Configurable Home Screen: Added modular home sections with enable/disable configuration support
+ [Feature] SEO Management: Added item-level meta tag fields with multilingual SEO support
+ [Feature] Chat Search: Added support for searching conversations within the chat list
+ [Feature] Payment Receipts: Added functionality to view and download subscription payment receipts
+ [Feature] Multilingual SEO Enhancements: Added schema support, canonical URLs, hreflang integration, localized sitemap generation, and advanced meta configuration (Web)
+ [Feature] Language Routing Migration: Migrated from query-based URLs to route-based multilingual routing for improved SEO and cleaner URLs (Web)
+ [Feature] Cookie Consent Integration: Added consent-based Firebase Analytics initialization with cookie consent handling (Web)
+ [Feature] SEO Fields Management: Added SEO-related fields support for categories, ads, and blogs (Admin)
+ [Feature] Admin Authentication: Added OTP-based reset password functionality for admins (Admin)
+ [Feature] Chat Management: Added support for blocking/unblocking chats, deleting chats/messages, and managing audio recordings (Admin)

+ [Improvement] Ad Image: Unified main and additional image uploads into a single input field
+ [Improvement] Chat Delete: Added support for deleting multiple chats
+ [Improvement] Modular Architecture: Refactored Home screen and Categories into modular and configurable components (App)
+ [Improvement] Performance Optimization: Optimized UI rendering to reduce scrolling lag and improve responsiveness on the Home and Ad Details screens (App)
+ [Improvement] Image Optimization: Improved rendering performance and optimized asset loading across the application (App)
+ [Improvement] Asset Organization: Reorganized asset folders for improved readability and easier icon management (App)
+ [Improvement] Mobile Responsiveness: Enhanced responsive layouts for Ad Listing, Edit Listing, and Job Application pages (Web)
+ [Improvement] Item Detail Preview: Improved item detail preview UI in Admin Panel (Admin)
+ [Improvement] Admin UI &amp;#38; RTL: Enhanced Admin Panel UI and RTL layout support (Admin)
+ [Improvement] Transaction Handling: Improved pending transaction cron handling and processing reliability (Admin)

--- Breaking Changes ---

+ [Refactoring] Chat v2: Complete architectural overhaul for improved maintainability, scalability, and flexibility (App)
+ [Refactoring] Category v2: Rebuilt category architecture with hierarchical navigation and caching support for better scalability and code organization (App)
+ [Refactoring] Filtering System: Redesigned filtering architecture for improved extensibility and maintainability (App)
+ [Refactoring] Profile Screen: Redesigned profile architecture for improved extensibility and maintainability (App)

+ [Update] Upgraded web support to Next.js 16+ and Tailwind CSS 4+
+ [Update] Upgraded Flutter support to v3.41.8
+ [Fix] General bug fixes, optimizations, and performance improvements
&lt;/pre&gt;&lt;/p&gt;

&lt;h3 id=&quot;item-description__version-2-11-0&quot;&gt;Version 2.11.0&lt;/h3&gt;&lt;p&gt;( Updated on 13 Mar 2026 ) 
&lt;pre&gt;
+ [Feature] Paytabs and DPO payment gateways support
+ [Feature] 2Factor.in OTP provider support
+ [Feature] Follow and unfollow functionality with dedicated followers and following screens
+ [Feature] Redesigned chat feature with new UI for easy access
+ [Feature] Multi-message and full chat deletion
+ [Feature] Redesigned subscription module with active plans screen and support for global and category-specific packages
+ [Feature] Custom Google AdSense ads configuration (Admin + Web)
+ [Feature] Category bulk upload with multi-language translation support (Admin)
+ [Feature] Custom field bulk upload with translation support (Admin)
+ [Feature] Email notification templates configuration in Admin Settings
+ [Feature] Multi-select ads approval functionality in Admin Panel

+ [Improvement] Centralized Material 3 theme and color system (App)
+ [Improvement] Redesigned seller profile screen with enhanced contact and rating details (App)
+ [Improvement] Redesigned onboarding screen (App)
+ [Improvement] Unread message badge on chat icon (App)
+ [Improvement] Enabled edge-to-edge display support (App)
+ [Improvement] Featured Category toggle from Admin Panel (Admin + Web)
+ [Improvement] Improved location filtering on &quot;/Ads&quot; page (Web)
+ [Improvement] URL language sync with fallback and HTML tag update (Web)
+ [Improvement] Admin panel sidebar redesigned with improved navigation (Admin)
+ [Improvement] Admin panel ads create and update UI enhancements (Admin)
+ [Improvement] Admin panel theme color customization option in Settings (Admin)
+ [Improvement] Added country code support when creating or updating items
+ [Improvement] Multi-language ads creation and update support in Admin Panel

+ [Fix] Item details page now displays the item's contact number instead of the seller's profile number
&lt;/pre&gt;&lt;/p&gt;

&lt;h3 id=&quot;item-description__version-2-10-1&quot;&gt;Version 2.10.1&lt;/h3&gt;&lt;p&gt;( Updated on 13 Feb 2026 ) 
&lt;pre&gt;
+ [Fix]: Resolved login and signup related issues
+ [Fix]: Fixed issue where users couldn't post ads if currencies were not added in the admin panel (App)
+ [Fix]: Fixed missing signup button when email authentication was disabled (App)
&lt;/pre&gt;&lt;/p&gt;

&lt;h3 id=&quot;item-description__version-2-10-0&quot;&gt;Version 2.10.0&lt;/h3&gt;&lt;p&gt;( Updated on 24 Jan 2026 ) 
&lt;pre&gt;
+ [Added] Multi-currency support
+ [Added] Category-based subscription plans
+ [Added] Location-based sliders
+ [Added] Watermark feature
+ [Added] Custom field bulk Update
+ [Added] Phone and password login
+ [Added] Location search functionality in ad and edit listing (Web &amp;#38; App)
+ [Added] Optional phone number during ad listing with display in ad details (Web &amp;#38; App)
+ [Added] Stripe Dashboard payment methods support (Web)
+ [Added] Listing duration support for free ad listings
+ [Improvement] Added custom listing duration in subscription plans
+ [Improvement] Share links can now open the app directly avoiding website redirection
+ [Improvement] All the properties required to configure app are now moved to AppConfig class allowing centralised control. Check out documentation for detailed guide.
+ [Improvement] Added dark theme for Map
+ [Improvement] General fixes and improvements
&lt;/pre&gt;&lt;/p&gt;

&lt;h3 id=&quot;item-description__version-2-9-0&quot;&gt;Version 2.9.0&lt;/h3&gt;&lt;p&gt;( Updated on 05 Dec 2025 ) 
&lt;pre&gt;
- [Feature] Create ads from Admin Panel
- [Feature] Allow uploading of sample/demo data (Only Categories and Custom Field) (Admin)
- [Feature] Enable bulk uploads for custom fields (Admin)
- [Feature] Send email to users on new login (Admin)
- [Feature] Let admins cancel user subscriptions from Admin Panel
- [Feature] Caching for metadata and structured data in server-side APIs, configurable via .env (Web)
- [Improvement] PHP support version updated to 8.2.0 or higher
- [Improvement] Advertisements page UI in Admin Panel
- [Improvement] Country code support for mobile numbers in Profile, Ad Listing, and Edit Listing (App + Web)
- [Improvement] Integrate Logout API to stop notifications after logout (App + Web)
- [Improvement] Reduce Place API costs by using session IDs (App + Web)
- [Improvement] Add filter options to the featured section screen (App + Web)
- [Improvement] Show global ads when no ads are available for the selected location (App + Web)
- [Improvement] Sitemap improvements (Web)
- [Improvement] Home page Lighthouse performance improvements (Web)
- [Improvement] Improved location selection flow for new users (App)
- [Improvement] Simplified authentication flow by removing redundant screens (App)
- [Improvement] Optimized filter screen and cleaned up unwanted code files (App)
- [Fix] Next Js RCE vulnerability security patch
- [Fix] Optimized home screen to reduce lag issues (Additional optimizations are in progress and will roll out in upcoming updates)
- Minor bug fixes and general improvements
&lt;/pre&gt;&lt;/p&gt;

&lt;h3 id=&quot;item-description__version-2-8-0&quot;&gt;Version 2.8.0&lt;/h3&gt;&lt;p&gt;( updated on 16 Oct 2025 ) 
&lt;pre&gt;
- [Added] Add auto renewal for item (Only works for same package)
- [Added] Add multiple delete items feature (Only for expired items)
- [Added] Multi selected renew ads
- [Added] PayPal integration
- [Improvement] Add set default language with language list in top bar
- [Improvement] Area Translation
- [Improvement] Firebase Notification Update ( Resolve issue for sending Notifications to large number of users via Admin panel)
- [Improvement] Add English and other language JSON file upload in Language edit (Admin panel)
Translation UI changes : About us , Contact us , Privacy policy , Terms and Condition , Refund Policy (Admin panel)
- [Improvement] Landing page header sticky with dynamic section highlights(Web)
- [Improvement] Chat page UI improvements for smaller screens(Web)
- [Improvement] Profile page UI improvements in smaller screens(Web)
- [Improvement] Side sheet UI Improvements(Web)
- [Update] PhonePe update latest version
- [Update] Flutter App Compatibility with Flutter  SDK version 3.35.6
- [FIX] 16KB page size issue from Google Play Console.(App)
&lt;/pre&gt;&lt;/p&gt;

&lt;h3 id=&quot;item-description__version-2-7-0&quot;&gt;Version 2.7.0&lt;/h3&gt;&lt;p&gt;( updated on 27 Aug 2025 ) 
&lt;pre&gt;
- [Added] Multi-Language Support for Feature Section
- [Added] Multi-Language Support for Report Reasons for Ads
- [Added] Multi-Language Support for Subscription Packages
- [Added] Multi-Language Support for Settings (FAQs, Privacy Policy, Terms &amp;#38; Conditions, Contact Us etc.)
- [Added] Multi-Language Support for Blogs
- [Added] Multi-Language Support for Verification Fields
- [Added] Refund Policy Page with Multi-Language Support (Web)
- [Added] Multi-Language Support for Ad Details and Custom Fields
- [Improvement] Location Selection based on API selected in Admin Panel (Free API or Paid API)
- [Improvement] Converted Web Version from CSS to Tailwind CSS
- [Added] Multi-Language Support for SEO - Metadata and Structured Data
- [Improvement] Flutter App Compatibility with Flutter SDK version 3.35.1
&lt;/pre&gt;&lt;/p&gt;

&lt;h3 id=&quot;item-description__version-2-6-0&quot;&gt;Version 2.6.0&lt;/h3&gt;&lt;p&gt;( updated on 12 Jun 2025 ) 
&lt;pre&gt;
+ [Added] Edit Listing by Admin from admin panel
+ [Added] API Source Selection (Free Map API Key or Paid Place Map API Key)
+ [Added] Job Hiring functionality
+ [Added] Job Application and Management
+ [Added] Price Field Optional Toggle based on category
+ [Added] Dynamic Sitemap Generation for all ads, blogs, and categories
+ [Added] Location Selection After Login with Skip Option
+ [Added] Location Change and Reset from Home and Search
+ [Added] SEO Details Management from Admin Panel for Terms &amp;#38; Conditions, Privacy Policy, Landing Page, Contact Us, and About Us
+ [Improvement] Location Selection and Search Flow based on selected API source
+ [Improvement] Home Page Ads display all by default when no location is selected
+ [Improvement] API Response message translation based on selected language
+ [Updated] Flutter App compatibility with Flutter SDK version 3.32.2

&lt;/pre&gt;&lt;/p&gt;
&lt;h3 id=&quot;item-description__version-2-5-0&quot;&gt;Version 2.5.0&lt;/h3&gt;&lt;p&gt;( updated on 13 Apr 2025 ) 
&lt;pre&gt;
+ [Added] Bank Transfer Payment Integration  
+ [Added] Twilio SMS Gateway Integration  
+ [Added] Ads Expiration Notification  
+ [Added] Subscription Plan Expiration Notification  
+ [Added] Add Latitude and Longitude Using Google Maps in Admin Panel (Area Creation)  
+ [Added] Add Latitude and Longitude Using Google Maps in Admin Panel (City Creation)  
+ [Improved] Approved Ads Editable with Resubmission &amp;#38; Re-approval  
+ [Updated] Location Based Items Handling with Latitude and Longitude  
+ [Improved] Deep Link Functionality  
+ [Updated] Label Changed: 'Item' to 'Advertisement'  
+ [Added] Share Seller Functionality in the App  
+ [Improved] Resolved Lagging Issue in the App  
+ [Updated] Flutter Project Now Compatible with Flutter SDK v3.29.2  
+ [Improved] Login modal now opens directly instead of showing an alert when login is required on the web  
&lt;/pre&gt;&lt;/p&gt;

&lt;h3 id=&quot;item-description__version-2-4-0&quot;&gt;Version 2.4.0&lt;/h3&gt;&lt;p&gt;( updated on 5 Mar 2025 ) 
&lt;pre&gt;
+ [Added] Premium &amp;#38; Featured ads with expiry date in admin panel  
+ [Added] Auto Approve toggle globally in settings  
+ [Added] FlutterWave payment integration  
+ [Added] Separate login options for Email &amp;#38; Mobile in website  
+ [Added] Renew item with rejection handling with soft and permanent rejection  
+ [Added] Ad filters: Soft Reject &amp;#38; Permanent Reject in my ads list screen  
+ [Improvement] Phonepe payment integration with SDK in app  
+ [Improvement] Ad management &amp;#38; sorting updates in admin panel  
+ [Improvement] Allow changing parent category of category in admin panel  
+ [Improvement] Improve the appearance of the main company logo in the header for better visual appeal in website
&lt;/pre&gt;&lt;/p&gt;
&lt;h3 id=&quot;item-description__version-2-3-0&quot;&gt;Version 2.3.0&lt;/h3&gt;&lt;p&gt;( updated on 9 Jan 2025 ) 
&lt;pre&gt;
+ [Added] Free AD Listing Option  
+ [Added] Range Radius in Featured Section  
+ [Added] Min and max Range for Radius wise Searching  
+ [Added] Unread messages indicator  
+ [Added] Show Google Ads in between items on home page infinite scroll (App)  
+ [Added] Auto Approval Ad Toggle for each Sellers &amp;#8211; (Admin)  
+ [Added] Currency symbol Position  
+ [Improvement] Number with Suffix  
+ [Improvement] SEO Optimisation  
+ [Improvement] Ads Details page full description Issue in desktop  
+ [Improvement] Set default active Seller tab in Chat  
+ [Improvement] Admin Panel Settings Page improvements (Admin)  
+ [Improvement] All country Filter Selection in Ads Page  
+ [Improvement] Custom Field value filter in Item Page  

+ [Fix] Fix my Ads Page filter  
+ [Fix] Rating Average issue  
+ [Fix] Tips Rank order change issue  
&lt;/pre&gt;&lt;/p&gt;
&lt;h3 id=&quot;item-description__version-2-2-0&quot;&gt;Version 2.2.0&lt;/h3&gt;&lt;p&gt;( updated on 22 Nov 2024 ) 
&lt;pre&gt;
+ [Added] Phonepe Payment Gateway Integration  
+ [Added] Renew Item  
+ [Added] Authentication enable/disable  
+ [Added] Seller rating list display  
+ [Added] Rating Report  
+ [Improvement] Offer notification redirection in chat item  
+ [Improvement] Deeplink share  
+ [Improvement] Filter tree category fix in admin panel  
+ [Improvement] Language translation new label improvement  
+ [Improvement] Improve Watermark image  
+ [Improvement] Make contact Number as optional in Registration  
+ [Improvement] Send Notification on Seller Verification Request Status change  
+ [Improvement] Infinity scroll remove and add load more in web home page  
+ [Improvement] Product detail page image should show full and with next and prev  
+ [Improvement] Change in the Filter tree flow  
+ [Improvement] All category name-wise items in app  
+ [Improvement] Pagination added in chat list and chat messages  
&lt;/pre&gt;&lt;/p&gt;
&lt;h3 id=&quot;item-description__version-2-1-0&quot;&gt;Version 2.1.0&lt;/h3&gt;&lt;p&gt;( updated on 29 Sep 2024 ) 
&lt;pre&gt;
+ [Added]  Nearby Ads with KM Range
+ [Added]  Option to Hide/Show Personal Details of Seller
+ [Added]  Activate free package for only one time
+ [Added]  Watermark on Images
+ [Added]  Native Ads
+ [Added] Auto Generate Slug
+ [Added] Seller Profile and Ratings
+ [Improvement] Paystack Mobile Money
+ [Improvement]  Featured Subscription plan UI Change
+ [Added] Filter to Only Country , State and City
+ [Added] Category and custom field-wise filter
+ [Added]  Allow users to chat without making an offer
+ [Added] User verification
+ [Added] Add dynamic SEO to the website
+ [Improvement] Improve home page access flow (without location static pages should be accessible)
+ [Improvement] ERROR messages in location and auth in web
+ [Improvement] Ad Expiry days in Package
+ [Improvement] Send Notification on Make Offer
+ [Improvement] Category View UI changes
+ [Improvement] Dashboard improvement in admin panel
+ [Improvement] Language menu UX Improvement
+ [Added] Default lat and long set if location is not selected
&lt;/pre&gt;&lt;/p&gt;
&lt;h3 id=&quot;item-description__version-2-0-1&quot;&gt;Version 2.0.1&lt;/h3&gt;&lt;p&gt;( updated on 31-July-2024 ) 
&lt;pre&gt;
+ [Improvement] Infinite Items Scroll added in Home page - (Web)
+ [Improvement] Category Menu UI Changed - (Web)
+ [Improvement] Ad Listing Flow Improve - (Web)
+ [Improvement] Improve Responsiveness in Mobile Devices - (Web)
+ [Improvement] Map added in Location - (Web)

+ [Fix] Location issue fixed in safari browser - (Web)
+ [Fix] Other Known Issues - (Web)

+ [Fix] Type error when Ad Listing  - (App)
+ [Fix] Broken Logo issue in General Settings - (Admin Panel)
+ [Fix] Panel Translation issue in Some Specific Servers - (Admin Panel)
&lt;/pre&gt;&lt;/p&gt;

&lt;h3 id=&quot;item-description__version-2-0-0&quot;&gt;Version 2.0.0&lt;/h3&gt;&lt;p&gt;( updated on 08-July-2024 ) 
&lt;pre&gt;
+ [Added] Web Version
+ [Improvement] Multi-Device Notification Support (App &amp;#38; Web)
+ [Improvement] Recursive Category Fetching using Mysql 8 CTE functions (Admin Panel &amp;#38; API)
+ [Fix] Company Name change (Admin Panel)
+ [Fix] Other Known Issues
&lt;/pre&gt;&lt;/p&gt;

&lt;h3 id=&quot;item-description__version-1-1-0&quot;&gt;Version 1.1.0&lt;/h3&gt;&lt;p&gt;( updated on 12-June-2024 ) 
&lt;pre&gt;
+ [Added] Blog management (Admin Panel + App)
+ [Added] Razorpay Payment Gateway (Admin Panel + App)
+ [Added] Paystack Payment Gateway (Admin Panel + App)
+ [Added] Custom Country , State , City , Area management instead of place API from google (Admin Panel + App)
+ [Added] Assign Package to Customer using Cash &amp;#38; Cheque (Admin Panel + App)
+ [Added] FAQ management - (Admin Panel)
+ [Added] Category Option added in Slider (Admin Panel + App)
+ [Improvement] Multilingual Category names (Admin Panel + App)
+ [Improvement] System Settings &amp;#38; Languages added in Caching for better speed - (Admin Panel)
+ [Improvement] Rejected item reason message in Admin panel - (Admin Panel)
+ [Improvement] Custom Field Search Functionality - (App)
+ [Improvement] Slug in Category (Admin Panel)
+ [Improvement] Slug in Item (App)
+ [Improvement] Delete Item button (Admin Panel)
+ [Improvement] Single account login even if user is login through (Email , Phone , Google) (APP)
+ [Improvement] User &amp;#38; Item Active / Inactive options (Admin Panel)
+ [Improvement] Flutter version compatibility upgraded to 3.22.1 (App)
- [Fix] FCM Notification up-gradation (Admin Panel)
- [Fix] Other known bug fixes (Admin Panel + App)
&lt;/pre&gt;&lt;/p&gt;
&lt;h3 id=&quot;item-description__version-1-0-2&quot;&gt;Version 1.0.2&lt;/h3&gt;&lt;p&gt;( updated on 05-May-2024 ) 
&lt;pre&gt;
+ [Added] Block User Functionality (Admin Panel + App)
+ [Added] User Safety Tips (Admin Panel + App)
+ [Added] Admob Settings (Admin Panel)
+ [Added] Video link functionality (App)
- [Fix] User Signup issue when login using Phone Number (API)
+ [Improvement] Package Pricing Calculation &amp;#38; UI (Admin Panel)
+ [Improvement] Default logo added for English Language (Admin Panel)
+ [Improvement] Reported Ads Functionality (App)
&lt;/pre&gt;&lt;/p&gt;
&lt;h3 id=&quot;item-description__version-1-0-1&quot;&gt;Version 1.0.1&lt;/h3&gt;&lt;p&gt;( updated on 12-Apr-2024 ) 
&lt;pre&gt;
+ [Imrovement] RTL Layout (App + &amp;#38; Admin Panel)
+ [Imrovement] Mobile responsive layout (Admin Panel)
+ [Improvement] Dark Theme
+ [Added] Filters added in Custom Fields &amp;#38; Items (Admin Panel)
+ [Added] English Name field added in language form (App &amp;#38; Admin Panel)
+ [Added] Interstitial Google +  (App)
+ [Added] Native Share Link (App)
+ [Fix] Missing language labels
+ [Fix] Known Bug Fixes
&lt;/pre&gt;&lt;/p&gt;</content>
			<author>
			  <name>WRTeam</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/36772173</id>
			<published>2022-03-25 04:25:25</published>
			<updated>2026-05-11 01:02:15</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/6ammart-store-app/36772173"/>
			<title>6amMart - Vendor App (Flutter) </title>
			<content type="html">&lt;p&gt; 6amMart vendor app is another most important part of the  &lt;a href=&quot;https://6ammart.app/&quot; rel=&quot;nofollow&quot;&gt; 6amMart &lt;/a&gt;  multivendor delivery system. The store owners (vendors) can do all operations with this app besides the vendor web panel.  &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/Demo-APK/6amMart/V3.9/6amMart%20Vendor%20V3.9.apk&quot; rel=&quot;nofollow&quot;&gt; Vendor App &lt;/a&gt;&lt;/p&gt;
&lt;h5 id=&quot;item-description__important-note&quot;&gt;&lt;strong&gt;IMPORTANT NOTE&lt;/strong&gt;&lt;/h5&gt;
&lt;p&gt; Please register as a new vendor from the admin panel for a better experience because demo credentials may use lots of people, which makes your testing unstable. And our all demo Vendor&amp;#8217;s password is 12345678. &lt;/p&gt;
&lt;p&gt; -&lt;a href=&quot;https://6ammart-admin.6amtech.com/login/admin&quot; rel=&quot;nofollow&quot;&gt; Admin panel&lt;/a&gt; &lt;/p&gt;
&lt;p&gt; &lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6amMart/Vendor/1.%206amMart%20Vendor%20App%20Presentation.png&quot; alt=&quot;6amMart Vendor App&quot; /&gt; &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://codecanyon.net/item/6ammart-multivendor-food-grocery-ecommerce-parcel-pharmacy-delivery-app-with-admin-website/36772112&quot;&gt; &lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6amMart/Vendor/2.%206amMart%20Vendor%20App%20Presentation.png&quot; alt=&quot;6amMart Vendor App&quot; /&gt; &lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6amMart/Vendor/3.%206amMart%20Vendor%20App%20Presentation.png&quot; alt=&quot;6amMart Vendor App&quot; /&gt; &lt;/p&gt;
&lt;p&gt; &lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6amMart/Vendor/4.%206amMart%20Vendor%20App%20Presentation.png&quot; alt=&quot;6amMart Vendor App&quot; /&gt; &lt;/p&gt;
&lt;p&gt; &lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6amMart/Vendor/5.%206amMart%20Vendor%20App%20Presentation.png&quot; alt=&quot;6amMart Vendor App&quot; /&gt; &lt;/p&gt;
&lt;p&gt; &lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6amMart/Vendor/6.%206amMart%20Vendor%20App%20Presentation.png&quot; alt=&quot;6amMart Vendor App&quot; /&gt; &lt;/p&gt;
&lt;p&gt; &lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6amMart/Vendor/7.%206amMart%20Vendor%20App%20Presentation.png&quot; alt=&quot;6amMart Vendor App&quot; /&gt; &lt;/p&gt;
&lt;p&gt; &lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6amMart/Vendor/8.%206amMart%20Vendor%20App%20Presentation.png&quot; alt=&quot;6amMart Vendor App&quot; /&gt; &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://codecanyon.net/checkout/from_item/36772173/&quot;&gt; &lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6amMart/Vendor/9.%206amMart%20Vendor%20App%20Presentation.png&quot; alt=&quot;6amMart Vendor App&quot; /&gt; &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Some amazing features of 6amMart Vendor App: &lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Dashboard&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; The 6amMart Vendor App comes with a dynamic dashboard. It provides real-time data on a Vendor&amp;#8217;s daily activity statistics, such as wallet history and order activity updates.  &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Wallet Report&lt;/strong&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; In the wallet section of the 6amMart Vendor App, users can view detailed wallet reports such as withdrawable amounts, pending withdrawals, cash collected from customers, total earnings, wallet history, etc. They can also request a withdrawal to their bank account from the admin.  &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Manage Store&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; Store owners can manage their store easily from the 6amMart Vendor App. They can edit and change the store&amp;#8217;s name, contact information, address, logo, etc., from here.  &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Minimum Order Amount&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; From the Vendor settings page, Vendor can define the minimum order amount that a customer must purchase during a single order placement. &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Approx Delivery Time&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; Vendor can decide how much time they&amp;#8217;ll need to process and deliver the order. Customers can view this information during checkout.  &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Daily Business Hours&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; From the Vendor settings page, Vendors can create different business hours (opening &amp;#38; closing times) on a daily basis. This allows customers to know when the Vendor is available to take orders.  &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Schedule Order&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; Vendors can enable/disable the schedule order system. If enabled, this feature allows customers to choose their preferred delivery time by selecting the schedule order option. &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Home Delivery&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; If the home delivery option is enabled from the 6amMart Vendor app, customers can choose the home delivery option during order placement.  &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Cutlery&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; Vendors can enable or disable the cutlery option. If enabled, customers can request cutleries during checkout.  &lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Takeaway&lt;/strong&gt;   &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt; If the takeaway option is enabled by the Vendor, customers can choose to collect the ordered item by themselves from the Vendor.  &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Bank Info&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; Vendors can add their bank information to the 6amMart Vendor App. Later, they can request a withdrawal from the admin  &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Close Temporarily&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; Vendors can temporarily close the store for the store&amp;#8217;s maintenance or rebranding. If the &amp;#8216;temporarily closed&amp;#8217; option is enabled, customers cannot order from the Vendor.  &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Item Management&lt;/strong&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; From the item section of the 6amMart Vendor App, Vendors can manage items easily. They can edit or delete existing items and add new items from here.  &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Edit or Add New Item&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; Vendors can edit or add new items from the Vendor App, such as product name, price, discount, etc.   &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Veg/Non-veg &lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; From the new item creation page, food module Vendors can filter food, edit food item type by veg/non-veg option.  &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Category &amp;#38; Subcategory&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; Vendors can choose the item&amp;#8217;s category and subcategory pre-defined by the admin from the Vendor app.  &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Search Tags &lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; From the 6amMart Vendor App, Vendors can add various search tags in the item description page. &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Food Variations &lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; Vendors can add multiple food variations while creating a new food item in the food module of the 6amMart Vendor app. This allows customers to choose from various items easily.  &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Addons &lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; Every addon makes food delicious. In the food module of the 6amMart Vendor app, Vendor owners can include those special addons (such as extra cheese, extra sauce, extra patty, etc.) while creating a new food item.  &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Item Available Time &lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; Using the Vendor App, Vendors can define when a specific item is available for order. This allows customers to see if the item is available for order while browsing through the 6amMart Web App.  &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Item Reviews&lt;/strong&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; From the food list section, Vendors can view the customer reviews on every item they&amp;#8217;re selling through the 6amMart Vendor App. This feature allows them to understand which item performs best among customers.  &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Promotion Management&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; From the 6amMart Vendor App, Vendors can manage various promotional activities. They can join any campaign launched by the admin to provide the best deals to their customers. Vendors can also create promotional coupons and offer discounts during purchases to their customers.  &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Order Management &lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; Just like the 6amMart Vendor Panel, Vendors can manage their orders from the Vendor App seamlessly. From the order management section, Vendors can view order details, delivery status, and print invoices.  &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Deliveryman Management&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; Vendors can add new deliverymen and edit existing deliveryman&amp;#8217;s information from the Vendor app.  &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Conversation&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; From the conversation section in the menu page, Vendors can chat with customers and deliverymen in real-time. &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Wallet Management &lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; Vendors can view their wallet balance from the wallet section of the Vendor App. This includes the withdrawable amount, total withdrawal, pending withdrawal, customer cash collected, total earnings, withdrawal history, etc. Vendors can also request cash withdrawals from the admin from here.  &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Edit Vendor Owner Profile &lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; Vendors can edit their profile information which includes name, image, and phone number.  &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;App Settings&lt;/strong&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; From the 6amMart Vendor App, vendor can change necessary app settings such as app language, light/dark mode, enable/disable notifications, change passwords, etc.  &lt;/p&gt;
&lt;p&gt; The 6amMart Vendor App is the user-friendly mobile version of the 6amMart Vendor Panel. The app compiles all the necessary features in the Vendor Panel and brings an easy operation procedure.  &lt;/p&gt;
&lt;p&gt; This app is very handy for all your Vendors who want to manage their entire store on the go. And you can help them do it. So get the Vendor App now!  &lt;/p&gt;</content>
			<author>
			  <name>sixamtech</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/36772148</id>
			<published>2022-03-25 04:25:16</published>
			<updated>2026-05-11 00:59:40</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/6ammart-delivery-man-app/36772148"/>
			<title>6amMart - Delivery Man App (Flutter) </title>
			<content type="html">&lt;p&gt;&lt;a href=&quot;https://codecanyon.net/item/6ammart-multivendor-food-grocery-ecommerce-parcel-pharmacy-delivery-app-with-admin-website/36772112&quot;&gt;&lt;img src=&quot;https://firebasestorage.googleapis.com/v0/b/sixvally-ecommerce.appspot.com/o/6amMart%2FDelivery%20man%20app%2F6amTech%20Delivery%20Man%20App%20Note.png?alt=media&amp;#38;token=c035f4cb-2781-40bf-81e1-3a9f2219b0dd&quot; alt=&quot;media&amp;#38;token=c035f4cb-2781-40bf-81e1-3a9f2219b0dd\&quot; /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt; &lt;a href=&quot;https://6ammart.app/&quot; rel=&quot;nofollow&quot;&gt;6amMart&lt;/a&gt; delivery man app is the most important module of the 6amMart multi-vendor delivery system. Delivery men can accept and deliver orders using this app. Admin, stores, and users can view delivery man movement by helping this app. &lt;/p&gt;
&lt;p&gt; Delivery men can view their earnings and order history through this app.  &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/Demo-APK/6amMart/V3.9/6amMart%20Delivery%20Man%20V3.9.apk&quot; rel=&quot;nofollow&quot;&gt;Delivery Man App&lt;/a&gt;
&lt;/p&gt;
&lt;h5 id=&quot;item-description__important-note&quot;&gt;IMPORTANT NOTE&lt;/h5&gt;
&lt;p&gt;- Please create a Delivery Man credential yourself from the admin panel for a better experience, One more thing, the demo database will reset 3 hours intervals.
Demo mobile number: +8801700000000 and Password: 12345678
&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://6ammart.app/multi-vendor-marketplace-software-project-live-demo/&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt;-&amp;gt;&amp;gt; Explore the full demo&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://firebasestorage.googleapis.com/v0/b/sixvally-ecommerce.appspot.com/o/6amMart%2FDelivery%20man%20app%2F1.png?alt=media&amp;#38;token=6328de90-61fd-4875-b2a7-848fd06dc62b&quot; alt=&quot;media&amp;#38;token=6328de90-61fd-4875-b2a7-848fd06dc62b\&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://firebasestorage.googleapis.com/v0/b/sixvally-ecommerce.appspot.com/o/6amMart%2FDelivery%20man%20app%2F2.png?alt=media&amp;#38;token=12a3540b-1cf2-4a03-b116-4338a01fdd92&quot; alt=&quot;media&amp;#38;token=12a3540b-1cf2-4a03-b116-4338a01fdd92\&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://firebasestorage.googleapis.com/v0/b/sixvally-ecommerce.appspot.com/o/6amMart%2FDelivery%20man%20app%2F3.png?alt=media&amp;#38;token=5f1b3d0a-01b6-42bf-a1a9-4cabc05fefa6&quot; alt=&quot;media&amp;#38;token=5f1b3d0a-01b6-42bf-a1a9-4cabc05fefa6\&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://firebasestorage.googleapis.com/v0/b/sixvally-ecommerce.appspot.com/o/6amMart%2FDelivery%20man%20app%2F4.png?alt=media&amp;#38;token=5c1b494c-224c-4c35-813c-c3878026c8aa&quot; alt=&quot;media&amp;#38;token=5c1b494c-224c-4c35-813c-c3878026c8aa\&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://firebasestorage.googleapis.com/v0/b/sixvally-ecommerce.appspot.com/o/6amMart%2FDelivery%20man%20app%2F6.png?alt=media&amp;#38;token=4980d5f8-58bc-494c-ae9d-232aa0215d50&quot; alt=&quot;media&amp;#38;token=4980d5f8-58bc-494c-ae9d-232aa0215d50\&quot; /&gt;&lt;/p&gt;
&lt;p&gt; Top Features: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt; Online/Offline status change &lt;/li&gt;
&lt;li&gt; Choose and Accept nearby order &lt;/li&gt;
&lt;li&gt; View Order history &lt;/li&gt;
&lt;li&gt; View Earning Balance if the delivery man is a Freelance delivery man. &lt;/li&gt;
&lt;li&gt; Realtime notification for interactive experiences. &lt;/li&gt;
&lt;/ul&gt;</content>
			<author>
			  <name>sixamtech</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/36772112</id>
			<published>2022-03-25 03:20:39</published>
			<updated>2026-08-03 22:55:32</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/6ammart-multivendor-food-grocery-ecommerce-parcel-pharmacy-delivery-app-with-admin-website/36772112"/>
			<title>6amMart - Multivendor Food, Grocery, eCommerce, Parcel, Pharmacy delivery app with Admin &amp; Website (Flutter) </title>
			<content type="html">&lt;p&gt; &lt;a href=&quot;https://6ammart.app/&quot; rel=&quot;nofollow&quot;&gt;6amMart&lt;/a&gt; is a multi-purpose and multi-vendor online business solution developed using Laravel and Flutter Framework. You can operate your business with various business modules, unlimited vendors, and products centrally.  &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://codecanyon.net/item/6ammart-car-rental-module-addon/56881320&quot;&gt;&lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6amMart-Rental/6amMart%20-%20Rental%20Module%20banner2.png&quot; alt=&quot;6amMart - Multivendor Food, Grocery, eCommerce, Parcel, Pharmacy delivery app with Admin &amp;#38; Website - 1&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://codecanyon.net/item/6ammart-delivery-man-app/36772148&quot;&gt; &lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6amMart/6amMart%20Deliveryman%20App%20banner.png&quot; alt=&quot;6amMart delivery men app&quot; /&gt; &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://codecanyon.net/item/6ammart-store-app/36772173&quot;&gt; &lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6amMart/6amMart%20Store%20App%20banner.png&quot; alt=&quot;6amMart Store app&quot; /&gt; &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://codecanyon.net/item/6ammart-react-user-website/45370351&quot;&gt; &lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6amMart/6amMart%20React%20banner.png&quot; alt=&quot;6amMart React website&quot; /&gt;&lt;br /&gt; &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://store.6amtech.com/product/6ammart-vendor-website-builder/&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt;&lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6amMart/New/6amMart%20Website%20Builder%20banner.png&quot; alt=&quot;\\&quot; /&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;For a better demo experience, &lt;/strong&gt; please create a demo user account from the user app and a delivery man credential from your demo admin panel to use the delivery man app.  &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://6ammart.app/multi-vendor-marketplace-software-project-live-demo/&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt;-&amp;gt;&amp;gt; Click here to Explore the demo&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;*Caution:&lt;/strong&gt;  The demo database will reset automatically every  &lt;strong&gt;1-hour interval&lt;/strong&gt; . &lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6amMart/2.%206amMart%20Prasentation%20Codecanyon%206amTech.png&quot; alt=&quot;6amMart multi-purpose delivery app&quot; /&gt;&lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6amMart/New/3.%206amMart%20Prasentation%20Codecanyon%206amTech.png&quot; alt=&quot;6amMart multi-purpose delivery app&quot; /&gt;&lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6amMart/4.%206amMart%20Prasentation%20Codecanyon%206amTech.png&quot; alt=&quot;6amMart multi-purpose delivery app&quot; /&gt;&lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6amMart/New/5.%206amMart%20Prasentation%20Codecanyon%206amTech.png&quot; alt=&quot;6amMart multi-purpose delivery app&quot; /&gt;&lt;a href=&quot;https://6ammart.app/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6amMart/6.%206amMart%20Prasentation%20Codecanyon%206amTech.gif&quot; alt=&quot;6amMart multi-purpose delivery app&quot; /&gt;&lt;/a&gt;&lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6amMart/7.%206amMart%20Prasentation%20Codecanyon%206amTech.png&quot; alt=&quot;6amMart multi-purpose delivery app&quot; /&gt;&lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6amMart/8.%206amMart%20Prasentation%20Codecanyon%206amTech.gif&quot; alt=&quot;6amMart multi-purpose delivery app&quot; /&gt;&lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6amMart/9.%206amMart%20Prasentation%20Codecanyon%206amTech.png&quot; alt=&quot;6amMart multi-purpose delivery app&quot; /&gt;&lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6amMart/10.%206amMart%20Prasentation%20Codecanyon%206amTech.png&quot; alt=&quot;6amMart multi-purpose delivery app&quot; /&gt;&lt;a href=&quot;https://6ammart.app/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6amMart/11.%206amMart%20Prasentation%20Codecanyon%206amTech.gif&quot; alt=&quot;6amMart multi-purpose delivery app&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6amMart/6amMart%20Prasentation%20Codecanyon%206amTech%202.gif&quot; alt=&quot;6amMart multi-purpose delivery app&quot; /&gt;&lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6amMart/6amMart%20Prasentation%20Codecanyon%206amTech%203.png&quot; alt=&quot;6amMart multivendor ecommerce solution&quot; /&gt;&lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6amMart/6amMart%20Prasentation%20Codecanyon%206amTech%204.png&quot; alt=&quot;6amMart multi-purpose delivery app&quot; /&gt;&lt;a href=&quot;https://6ammart.app/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6amMart/15.%206amMart%20Prasentation%20Codecanyon%206amTech.gif&quot; alt=&quot;\\&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Order Flow (Happy Path)&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The customer places an order from a store (can&amp;#8217;t place an order from multiple stores at a time)&lt;/li&gt;
&lt;li&gt;The delivery boys get that order in the order request section and accept it for delivery.&lt;/li&gt;
&lt;li&gt;After the delivery man&amp;#8217;s confirmation (If turn on the delivery confirmation model), the store owner gets the order on their dashboard and starts processing or cooking, and handover the items to the delivery boy.&lt;/li&gt;
&lt;li&gt;If the order is digitally paid the order will directly go into the confirmed status and the store gets the order on their dashboard (will not depend on the delivery boy&amp;#8217;s confirmation).&lt;/li&gt;
&lt;li&gt;If the admin turn on the store&amp;#8217;s confirmation model then for both case no need the delivery man&amp;#8217;s confirmation but after stores, confirmation delivery men will get the order for acceptance. &lt;/li&gt;
&lt;li&gt;The Delivery Guy accepts the order, confirms the order (if COD), picks up the order, and delivers the order to the Customer.&lt;/li&gt;
&lt;li&gt;If self-pickup orders, the stores will manage all the steps.&lt;/li&gt;
&lt;li&gt;For scheduled orders, all the operations will start before 15 minutes of the scheduled delivery time.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Complementary Features: &lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Multi-Language Support: &lt;/strong&gt; The admin panel and store panel have multi-language setup facilities. You can set up multiple languages in LTR and RTL formats to provide a maximum native feel to your business platform.  &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Draw accurate coverage area on the map: &lt;/strong&gt; You can manage multiple zones in the admin panel for your business coverage area. The map drawing tool will help you to draw your coverage accurately. Stores can be added to these zones. Only the users who are in coverage can order. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;System Modules Management: &lt;/strong&gt; Create, customize, and remove any type of business module from the system module section. You can set up a new module&amp;#8217;s name, type, theme, icon, thumbnail, etc. You can also temporarily deactivate any module if you like.  &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Multiple Store Management: &lt;/strong&gt; Add an unlimited number of stores for each module and easily manage them from the admin panel.  &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;OTP Integration via SMS:&lt;/strong&gt;  6amMart comes with popular SMS gateways that you can integrate with and verify users in a smarter way.  &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Product Management: &lt;/strong&gt; Add new product items to different categories and subcategories to any store you want. Create the products with relevant attributes, addons, units, add discounts, meta tags for SEO, etc. The store panel can also manage items through their product management section.  &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Advanced Order Management: &lt;/strong&gt; 6amMart item order management feature will help the admin and the store manager to manage every order very efficiently. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Smart Dispatch Management: &lt;/strong&gt; Get an overview of active &amp;#38; inactive delivery men, orders that are out for delivery, accepted by a delivery man, unassigned orders, etc. You can also manually assign a delivery man for order dispatch and track real-time delivery status via Google Maps from the dispatch overview dashboard for each business module.  &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Delivery man app: &lt;/strong&gt; Create an unlimited delivery man account and accept new requests easily from the admin panel. The delivery man registration process also includes the delivery man&amp;#8217;s vehicle type. You can also set the delivery men to type, such as freelancers or salary-based employees. Also, determine the minimum and maximum delivery coverage with extra delivery charges.  The delivery man can register themselves through the delivery man app, accept orders, deliver on time, and earn money. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Assign Delivery Man Manually:&lt;/strong&gt;  Easily track unassigned deliveries and manually assign a delivery man for order dispatch to ensure timely delivery of all products.  &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Promotions Management: &lt;/strong&gt; Increase the revenue of your business by creating different campaigns, banners, coupons, push notifications, etc. You can customize the coupons according to different stores and customers—also, the coupon expense bearer.   &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Transaction &amp;#38; report analytics: &lt;/strong&gt; This special feature allows you to get an overview and change the status for withdrawal requests, total cash collected, and delivery man payables. You can also get a daily, weekly, monthly, or customized overview of order transactions.  &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Employee Section:&lt;/strong&gt;  6amMart Admin and Store panel both have employee sections. You can create a new employee role and access your employee to your 6amMart portal easily. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Business Setting: &lt;/strong&gt; Business Settings will help you to set up your business as you wish. You will get lots of configurations to make your business unique. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Complete Featured User App:  You will get the 6amMart mobile app source code with this bundle. We developed it with Flutter, so the app is usable on both Android and iOS. &lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Multiple Payment Gateways:&lt;/strong&gt;  6amMart comes with a bunch of integrated payment gateways. All of them are popular, and you can start your business immediately. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Change Log-&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Version 4.1 03 August 2026&lt;/p&gt;
&lt;pre&gt;
- Fixed some issues in the admin panel, vendor panel, React web, rental addon, user app, vendor app, and delivery man app.
- - Updated all Flutter applications to be compatible with Flutter SDK 3.44.7 
&lt;/pre&gt;

&lt;p&gt;Version 4.0.1 07 July 2026&lt;/p&gt;
&lt;pre&gt;
- Fixed activation problem for vendor website builder.
- Fixed some minor issues in the admin panel, React web, and user app.
&lt;/pre&gt;

&lt;p&gt;Version 4.0 02 July 2026&lt;/p&gt;
&lt;pre&gt;
Main system and user app:

- Completely redesigned the user application with a modernized UI/UX.
- Added an AI Chat Assistant for enhanced customer support.
- Introduced AI-Powered Personalized Home Page, now homepage data will be loaded based on user browsing and order behaviour
- Redesigned the Admin Panel Sidebar for improved navigation and usability.
- Made the system compatible with Vendor Website Builder Add-on, by this vendor website builder admin can offer a vendor to release the vendor's own branding website, but the order and other operations will be managed by the admin's main system.
- Added Vendor Categories, allowing vendors to create their own categories while also using admin-defined categories.
- Introduced Module &amp;#38; Vendor-wise Cart Management for better cart organization.
- Introduced Customer Subscription packages with exclusive discounts on orders.
- Added Easy Reorder and Monthly Reorder features for faster repeat purchases.
- Enhanced reorder experience by displaying the last purchased store/restaurant with item previews.
- Added Order Again functionality for quick reordering from the same store.
- Introduced Order Editing support for vendors.
- Added Brand Management for the Grocery module.
- Introduced Saver Delivery Time option during checkout.
- Added Advanced Maintenance Mode with enhanced configuration options.
- Enhanced the Reels feature with a direct Order Now button.
- Fixed known issues and improved overall system stability and performance.
- Made the app and web compatible with Flutter version 3.44.2

**Important Notice:** Flutter Web is no longer supported from this version onward. To continue using the user website version, you will need to purchase the React version. If you are an existing customer, please contact our support team to receive a special discount on the React version.

Vendor App:

- Enhanced the Reels feature with a direct Order Now button.
- Added Vendor Category Management for improved product organization.
- Introduced Advanced Maintenance Mode with enhanced configuration options.
- Fixed known issues and improved overall system stability.
- Made the app and web compatible with Flutter version 3.44.2

Delivery Man App:

- Introduced Advanced Maintenance Mode with enhanced configuration options.
- Fixed known issues and improved overall system stability.
- Made the app and web compatible with Flutter version 3.44.2

React Web: 

- Introduced a complete UI/UX redesign with a modernized user experience.
- Introduced an AI Chat Assistant for smarter customer support.
- Introduced AI-Powered Personalized Home Page, now homepage data will be loaded based on user browsing and order behaviour
- Added vendor categories to the store details page.
- Introduced Easy Reorder and Monthly Reorder features.
- Added Brand support for the Grocery module.
- Introduced Saver Delivery Time option during checkout.
- Enhanced the Reels feature with a direct Order Now button.
- Added Customer Subscription packages with exclusive order discounts.
- Fixed known issues and improved overall system stability.

Rental addon:

- Refined the overall UI/UX with design improvements across the application.
- Fixed known issues and improved overall system stability.
&lt;/pre&gt;

&lt;p&gt;Version 3.9 11 May 2026&lt;/p&gt;
&lt;pre&gt;Main system, user app, and Flutter web:

- Added Vendor Reels feature for engaging product and shop promotions
- Added earning report breakdowns for both the Admin and Vendor and the delivery man
- Added Verified vendor badge feature for vendors
- Added product video preview functionality.
- Introduced low stock indicator setup for Shop, Grocery, and Pharmacy modules.
- Fully redesigned Admin landing and registration pages.
- Added app download section on the frontend/web interface.
- Implemented prescription auto-save functionality.
- Fixed known issues to improve overall stability and performance.
- Made the app and web compatible with Flutter version 3.41.8

Vendor App:

- Added reel management functionality.
- Implemented Verified vendor Badge feature.
- Added product video management functionality.
- Introduced earning report management features.
- Fixed known issues and improved overall stability.
- Made the app compatible with Flutter version 3.41.8

Delivery Man App:

- Introduced earning report management features.
- Fixed known issues and improved overall stability.
- Made the app compatible with Flutter version 3.41.8

React Web: 

- Added reels feature for enhanced content engagement.
- Implemented prescription auto-save functionality.
- Added product video preview support.
- Introduced the low stock indicator feature.
- Added Verified vendor Badge functionality.
- Added app download section on the frontend.
- Fixed known issues and improved overall stability.

Rental addon:

- Added reels feature for enhanced content engagement.
- Added Verified vendor Badge functionality.
- Fixed known issues and improved overall stability.
&lt;/pre&gt;
&lt;p&gt;Version 3.8 07 April 2026&lt;/p&gt;
&lt;pre&gt;- Major system-wide refinements across core modules to improve stability, consistency, and overall performance.
- Addressed multiple edge cases and underlying issues to ensure smoother and more reliable operation.
- Enhanced key workflows and interfaces across Admin, Vendor, User website, and apps for better efficiency.
- Optimized system architecture to support upcoming major features like the vendor's own branding website builder, ride-sharing module, service module, and Reel feature.
- This update is highly recommended to ensure compatibility with future releases and new modules.
- Made all Flutter apps compatible with Flutter SDK 3.41.6
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__06-Jan-2026&quot;&gt;Version 3.7 19 February 2026&lt;/h5&gt;
&lt;pre&gt;Main system, user app, and Flutter web:

- Implemented SEO support across all relevant pages
- Refined Admin Panel UI/UX for Business Settings (all tabs)
- Implemented deep linking (opens in app if installed, otherwise in browser)
- Improved Payment Setup interface and usability
- Optimized and standardized Web App URL structure
- Improved handling of pages accessed without location selection
- Enhanced Notifications and System Management UI/UX
- Added configurable Admin landing page setup
- Introduced Parcel Cancellation configuration
- Improved image upload handling and validation cases
- Added contextual guidelines within Business Settings pages
- Enabled default zone data display when no location is selected
- Added unified routing for Home page (web and app)
- Added unified routing for Product Details page (web and app)
- Added unified routing for Shop Details page (web and app)
- Added unified routing for Track Order page (web and app)
- Added unified routing for Refer &amp;#38; Earn page (web and app)
- Polished UI/UX for Vendor Registration
- Enhanced Banners section UI/UX
- Improved Item Details page UI/UX
- Refined Checkout page user experience
- Enhanced Order Details page UI/UX
- Improved map interaction and usability
- Enhanced Web App UI/UX for Home, Shop Item Details, Cart, Parcel Order and Help &amp;#38; Support pages
- Refined Pharmacy module Common Condition section UI/UX
- Fixed known issues to improve overall stability and performance.
- Made the app and web compatible with Flutter version 3.41.1

Vendor App:

- Added Order History management with tab-wise separation for running and past orders
- Applied comprehensive UI/UX improvements across section-wise designs, widgets, and cards
- Polished Profile page interface and usability
- Introduced Announcement feature support
- Enhanced Store Configuration flow and usability
- Updated Coupon flow for improved clarity and management
- Added metadata configuration support for stores
- Implemented product-wise metadata management
- Fixed known issues to improve overall stability and performance.
- Made the app and web compatible with Flutter version 3.41.1

Delivery Man App:

- Improved Order pages UI/UX and overall usability
- Enhanced My Account section design and user experience
- Upgraded Chatting UI/UX with support for file uploads and emojis
- Fixed known issues to improve overall stability and performance.
- Made the app and web compatible with Flutter version 3.41.1

React Web: 

- Implemented URL renaming for cleaner and more consistent routing
- Added SEO features across all applicable pages
- Enabled handling of pages without location selection
- Introduced voice search functionality
- Improved UI/UX across key interfaces including Home, Cart, and Review pages
- Enhanced map interaction for better usability
- Fixed known issues to improve overall stability and performance.

Rental addon:

- Added vehicle SEO data setup for improved search visibility
- Fixed known issues to improve overall stability and performance.

&lt;/pre&gt;
&lt;h5 id=&quot;item-description__06-Jan-2026&quot;&gt;Version 3.6 06 January 2026&lt;/h5&gt;
&lt;pre&gt;Main system, user app, and Flutter web:

- Introduced a Deliveryman Loyalty Point system to reward performance and engagement.
- Added a Deliveryman Refer and Earn module.
- Implemented detailed Deliveryman earning statements for transparent income tracking.
- Improved payment failure handling for both digital and offline payments with clearer recovery flows.
- Enabled the retry payment option immediately after a payment failure.
Automatically suggested alternative payment methods on payment failure.
- Added payment failure logs for admin monitoring and issue tracking.
- Enhanced Business Settings UI/UX for improved clarity and usability.
- Reorganized merged settings placement for easier access and management.
- Implemented file type validation to ensure secure and consistent uploads.
- Applied UI/UX consistency improvements across app and web platforms.
- Fixed known issues to improve overall stability and performance.
- Made the app and web compatible with Flutter version 3.38.5

Vendor App:

- Updated the payment failure handling flow to improve clarity and recovery options.
- Fixed known issues to enhance overall performance and reliability.
- Made the app compatible with Flutter version 3.38.5

Delivery Man App:

- Introduced a Loyalty Point system for Deliverymen to reward completed deliveries.
- Added a Refer and Earn module for Deliverymen.
- Implemented detailed earning statements for Deliverymen with clear breakdowns.
- Fixed known issues to enhance overall performance and reliability.
- Made the app compatible with Flutter version 3.38.5

React Web: 

- Redesigned Vendor Registration page with polished UI/UX for a smoother and more intuitive signup experience.
- Enhanced the Deliveryman Registration page UI/UX to improve the onboarding flow and usability.
- Updated Module-wise Home full-page layout for better navigation, readability, and overall user experience.
- Improved Payment Failed Case handling for both digital and offline payments with instant retry options and smart alternative suggestions.
- Added payment failure logging for admin monitoring and tracking.
- Fixed known issues to enhance system stability and performance.

Rental addon:

- Updated package dependencies to the latest Flutter version for improved performance and compatibility.
- Fixed known issues to enhance overall stability and reliability.
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__23-May-2024&quot;&gt;Version 3.5 18 November 2025&lt;/h5&gt;
&lt;pre&gt;Main system, user app, and Flutter web:

- Updated the Laravel framework to version 12 for improved performance and stability.
- Enhanced Google Map markers for better accuracy and visualization.
- Managed new React landing page data setup from the admin panel
- Improved post-login redirection flow for a smoother user experience in both app and web.
- Added Voice Search capability for faster and easier navigation.
- Applied UI/UX improvements across the system.
- Fixed known issues to enhance overall performance and reliability.
- Made the app and web compatible with Flutter version 3.38.1

Vendor App:

- Applied UI/UX improvements across the system.
- Fixed known issues to enhance overall performance and reliability.
- Made the app compatible with Flutter version 3.38.1

Delivery Man App:

- Applied UI/UX improvements across the system.
- Fixed known issues to enhance overall performance and reliability.
- Made the app compatible with Flutter version 3.38.1

React Web: 

- Fully redesigned landing page for a modern and optimized user experience.
- Improved post-login redirection flow for smoother navigation.
- Fixed known issues to enhance system stability and performance.

Rental addon:

- Made compatible with the main system and updated package dependencies, and support the latest Flutter version for improved performance and compatibility.
- Fixed known issues to enhance overall stability and reliability.
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__23-May-2024&quot;&gt;Version 3.4 14 October 2025&lt;/h5&gt;
&lt;pre&gt;Main system, user app, and web:

- Improved Deliveryman Wallet management and withdrawal methods
- Enhanced Parcel Cancellation flow for both users and deliverymen
- Integrated Dynamic Marketing Analytics Scripts for better campaign tracking
- Added &amp;#8220;Bring Change&amp;#8221; option during Checkout for cash-on-delivery orders
- Introduced AI-powered Product Setup in Product Add &amp;#38; Edit sections
- Implemented dynamic SEO metadata for Landing Pages
- Improved Parcel Order location interaction and Refund Request flow
- Fixed known issues for better stability and performance.
- Resolved Google Play&amp;#8217;s 16 KB page size requirements for the user app
- Made the user app and web compatible with Flutter version 3.35.6

Vendor App:

- Added &amp;#8220;Bring Change&amp;#8221; option in Checkout for Cash on Delivery orders
- Introduced AI-powered Product Setup in Product Add &amp;#38; Edit sections
- Fixed known issues for better stability and performance.
- Resolved Google Play&amp;#8217;s 16 KB page size requirements for the vendor app
- Made compatible with Flutter version 3.35.6

Delivery Man App:

- Added &amp;#8220;My Account&amp;#8221; section with Withdraw From / Pay to Admin and Transaction History
- Improved Withdraw Method management
- Introduced Parcel Cancellation Flow for better order handling
- Added &amp;#8220;Bring Change&amp;#8221; option in Checkout for Cash on Delivery orders
- Resolved Google Play&amp;#8217;s 16 KB page size requirements for the delivery man app
- Fixed known issues for better stability and performance.
- Made compatible with Flutter version 3.35.6

React Web: 

- Introduced Parcel Cancellation Flow for improved order flexibility
- Added &amp;#8220;Bring Change&amp;#8221; option in Checkout for Cash on Delivery orders
- Implemented Store Share feature for easier shop promotion
- Fixed known issues to enhance overall performance and stability

Rental addon:
- No changes in this release
- Only made the apps compatible with Flutter version 3.35.6
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__23-May-2024&quot;&gt;Version 3.3 04 August 2025&lt;/h5&gt;
&lt;pre&gt;Main system, user app, and web:
- Implemented module-wise delivery charge system with zone-wise per km and fixed delivery charge options.
- Improved vendor role management and permission system.
- Added extra charge (surge pricing) for specific zones/modules during set times (e.g., late-night delivery for food and pharmacy).
- Applied UI improvements across panels.
- Fixed known issues for better stability and performance.
- Made the user app and web compatible with Flutter version 3.32.8

Vendor App:
- Updated role management for improved access control.
- Applied UI enhancements for a better user experience.
- Fixed known issues to improve system stability.
- Made the vendor app compatible with Flutter version 3.32.8

Delivery man app:
- Improved registration and login flow for smoother user onboarding.
- Applied UI enhancements for better usability.
- Fixed known issues to enhance stability and performance.
- Made the delivery man app compatible with Flutter version 3.32.8

React web: 
- Implemented surge pricing for flexible delivery rate adjustments.
- Updated module-wise delivery charge system for better customization.
- Applied UI improvements for enhanced user experience.
- Fixed known issues to improve overall stability.

Rental addon:
- Fixed known issues to improve stability and performance.
- Changed applied only in the Admin Panel and React Web.
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__23-May-2024&quot;&gt;Version 3.2 07 July 2025&lt;/h5&gt;
&lt;pre&gt;Main items: 
- Introduced Tax Management System with support for complex tax configurations.
- Enabled Multiple Tax System setup for flexible taxation rules.
- Added tax/vat reports
- Added support for Multiple Tax Types including product-wise, category-wise, and order-wise tax.
- Implemented Product-wise Tax configuration for more accurate pricing.
- Enabled Category-wise Tax setup for grouped product management.
- Integrated Order-wise Tax handling for dynamic tax application.
- Added separate tax setup for rental and parcel module
- Added a filter option to show only &amp;#8220;Available Items for Now&amp;#8221; in store details and search results.
- Enhanced Rental Module with a new Day-wise Trip feature.
- Introduced a new Add-on Activation Process for easier feature enablement.
- Improved compatibility with the newly introduced tax management system.
- Added new filters for better data and product refinement.
- Enhanced overall UI across various modules for improved usability.
- Fixed known issues to ensure better performance and stability.
- Made all apps compatible with Flutter version 3.32.5

Vendor app: 
- Implemented new tax management setups for enhanced flexibility and accuracy.
- Added Day-wise Trip feature to the Rental Module for improved scheduling.
- Introduced UI improvements for a more polished user experience.
- Fixed known issues to improve overall system stability.
- Made the app compatible with Flutter version 3.32.5

Delivery man app: 
- Home page UI has been improved for a more intuitive and modern user experience.
- Delivery man earning statement section added for better financial tracking.
- Fixed known issues to enhance overall system stability and performance.
- Made the app compatible with Flutter version 3.32.5

React web: 
- Made compatible with the new tax management system for enhanced flexibility.
- Introduced new filters to improve data search and usability.
- Added Rental Module Day-wise trip feature to support more rental use cases.
- Fixed known issues to ensure smoother system operation.

Rental module: 
- Made compatible with the new tax management system.
- Introduced Day-wise Trip feature for rental module enhancements.
- Fixed known issues to improve system stability and performance.
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__version-20-0-16-July-2024&quot;&gt;Version 3.1, 22 April 2025&lt;/h5&gt;
&lt;pre&gt;Main System: 
- Deep search functionality added to the Admin Panel and Vendor Panel for faster access and management.
- Module-wise brand separation for shop module type - if you create multiple modules using the shop module type, you can now insert separate brands
- Free delivery from Admin panel - if admin wishes he can set free delivery for the stores &amp;#38; admin will bear the cost (admin expense)
- Forgot password full flow improved using email or phone (made compatible with current centralized login system)
- Integraded Google Map updated APIs
- Fixed some issues to ensure improved stability and performance.

User App: 
- Forgot password full flow improved using email or phone (made compatible with current centralized login system)
- Free delivery improvement
- Some UI/UX improvement
- Fixed some issues to ensure improved stability and performance.
- Made the Flutter apps compatible with Flutter SDK 3.29.3

Vendor App: 
- Background Order notification improvement
- Fixed some issues to ensure improved stability and performance.
- Made the Flutter apps compatible with Flutter SDK 3.29.3

Delivery Man App: 
- Background Order notification improvement
- Fixed some issues to ensure improved stability and performance.
- Made the Flutter apps compatible with Flutter SDK 3.29.3

React: 
- Forgot password full flow improved using email or phone (made compatible with current centralized login system)
- Lots of code Refactored and performance improved
- Free delivery improvement
- Changed some UI/UX designs
- Fixed some issues to ensure improved stability and performance.

&lt;/pre&gt;
&lt;h5 id=&quot;item-description__version-20-0-16-July-2024&quot;&gt;Version 3.0, 21 February 2025&lt;/h5&gt;
&lt;pre&gt;- Made the system compatible with new addon - Rental module
- Improved overall user experience with UI/UX refinements
- Fixed issues to ensure smoother operations
- Made all Flutter apps compatible with Flutter SDK 3.27.4
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__23-May-2024&quot;&gt;Version 2.12 21 November 2024&lt;/h5&gt;
&lt;pre&gt;- Introduced caching mechanisms in both the backend and front end to enhance speed and reduce load times. Note: In this release, we covered business settings and home page APIs
- Refined and optimized asset files to enhance application responsiveness and overall performance
- Updated system messages and labels to improve clarity and usability
- Improved overall user experience with UI/UX refinements
- Fixed issues to ensure smoother operations
- Made the Flutter app compatible with Flutter SDK 3.24.5
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__23-May-2024&quot;&gt;Version 2.11 06 November 2024&lt;/h5&gt;
&lt;pre&gt;- Centralized login by three login methods: Manual, OTP-based, and Social media. All options are managed by the admin
- Integrated Firebase Authentication using mobile OTP
- Enhanced some UI and content for apps
- Introduced &amp;#8220;Top Offers Near Me&amp;#8221; feature to show stores with full-store discounts
- Improved search functionality for better item and store discovery
- Added quick stock update capability from the product list
- Low-stock alerts based on custom inventory thresholds
- Added Nutrition, Allergy, and Generic information for item campaigns
- Added build-in registration pages for stores and delivery men from React Web
- Made the Flutter app compatible with Flutter SDK 3.24.4
- Fixed some issues
- Improved some queries, pages and optimized performance 
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__26-September-2024&quot;&gt;Version 2.10 26 September 2024&lt;/h5&gt;
&lt;pre&gt;- Improved admin landing page and added available delivery zone information. 
- Managed redirection to specific pages from push notification on click.
- Added option to add predefined message suggestions in chatting
- Added Nutrition and Allergy related information and tag for Food and Grocery module items.
- Added Medicine generic group name for pharmacy module items and added related filters where necessary
- Added option to export subscribed customers mail list with lots of filters
- Improved lots of things in the POS section
- Added option to chat with admin from the order details page
- Integrated reCAPTCHA v3 for improved security
- Enhanced some UI and content for apps.
- Fixed some issues
- Improved some queries and optimized performance 
- Made the Flutter app compatible with Flutter SDK 3.24.3
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__23-May-2024&quot;&gt;Version 2.9.1 29 August 2024&lt;/h5&gt;
&lt;pre&gt;- Fixed some issues in the web panels and apps
- Added firebase phone authentication using OTP
- Made the Flutter app compatible with Flutter SDK 3.22.3
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__23-May-2024&quot;&gt;Version 2.9 09 August 2024&lt;/h5&gt;
&lt;pre&gt;- Added paid ad promotion sections.
- Implemented Notifications, Emails, and SMS on/off control options for existing cases, with access managed by admin for the store.
- Introduced custom sorting for all kinds of stores, items, categories, and other lists from the admin panel
- Added create account check option for guest users when checkout
- Added auto-translate for all features
- Improved subscription feature with lots of new possible cases
- Managed full validation checks for currency and payment gateway settings, displaying all validations to users when changing settings
- Fixed known issues to enhance system stability and performance.
- UI/UX improvements for both mobile app and web app for a better user experience
- Made the Flutter apps compatible with Flutter SDK 3.22.3
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__23-May-2024&quot;&gt;Version 2.8.1 Hot-fix 13 June 2024&lt;/h5&gt;
&lt;pre&gt;- Fixed some issues in the web panels and user app
- Made the Flutter app compatible with Flutter SDK 3.22.2
- No changes in the delivery men app and react web
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__23-May-2024&quot;&gt;Version 2.8 10 June 2024&lt;/h5&gt;
&lt;pre&gt;- Introduce subscription based store model with a dynamic package and free trial option
- Implemented the ability for the store to reply to the reviews directly from the review list for improved customer interaction and feature managed by the admin
- Integrated 3rd party storage connection Amazon S3 for efficient and scalable storage solutions
- Fixed some issues
- Improved some queries and optimized performance 
- Made the Flutter app compatible with Flutter SDK 3.22.1
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__23-May-2024&quot;&gt;Version 2.7.1 23 May 2024&lt;/h5&gt;
&lt;pre&gt;- Migrate firebase push notification API from legacy FCM APIs to HTTP v1
- Make the apps compatible with the latest Flutter SDK 3.19.6
Note: Please complete the new Firebase setup - https://docs.6amtech.com/docs-six-am-mart/admin-panel/mandatory-setup#firebase-configuration-for-notification
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__version-11-0-29-Oct-2022&quot;&gt;Version 2.7 21 April 2024&lt;/h5&gt;
&lt;pre&gt;- Added Cashback to wallet campaign option.
- Added Block/ Unblock mail for the customer, store, and delivery man
-Added product-wise prescriptions required or not for the Pharmacy module and handled it in checkout.
- Added Halal tag option for the Grocery and Food module's products.
- Added Extra packaging charge for all modules except parcel module managed by the stores.
- Managed POS customers as regular customers and send password reset emails accordingly.
- Module-wise preference selection for sorting product lists on the homepage - applicable to food, grocery, and e-commerce modules.
- Added discount on first order option using referral code during registration.
- Brand option added for the e-commerce module.
- Enhanced some UI and content for apps.
- Fixed some issues
- Improved some queries and optimized performance 
- Made the Flutter app compatible with Flutter SDK 3.19.5
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__version-11-0-29-Oct-2022&quot;&gt;Version 2.6.1 08 April 2024&lt;/h5&gt;
&lt;pre&gt;- Optimized database queries and Rest APIs for the react web search and product listing page.
- Fixed some issues and enhanced stability.
- No changes in the apps and Flutter web
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__version-11-0-29-Oct-2022&quot;&gt;Version 2.6 25 February 2024&lt;/h5&gt;
&lt;pre&gt;- Improved overall UI interactions and design for the whole admin and store panel
- Optimized and restructured the full user app codes.
- Modified some business logic in both web panels and app
- Improved lots of database queries
- Fixed lots of improvements related issues in both web panels and app
- Made the apps compatible with Flutter SDK 3.16.9
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__version-11-0-29-Oct-2022&quot;&gt;Version 2.5.2 01 February 2024&lt;/h5&gt;
&lt;pre&gt;-Changed and improved some APIs for React version 2.3
- Fixed some issues
- No changes in apps and Flutter web
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__version-11-0-29-Oct-2022&quot;&gt;Version 2.5.1 03 January 2024&lt;/h5&gt;
&lt;pre&gt;- Optimized and restructured all blade pages code in the backend and web panels.
- Fixed issues
- Made the apps compatible with flutter SDK 3.16.5
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__version-11-0-29-Oct-2022&quot;&gt;Version 2.5.0 28 November 2023&lt;/h5&gt;
&lt;pre&gt;- Auto earning calculation in daily, weekly and monthly basic based on admin's settings and generate automatic payout list for both Store and Delivery Man
- Digital payment option in due payments for both Store and Delivery men. 
- Delivery Instruction for parcel module
- Changed bottom navigation design and managed as per module in user app
- Improved design in parcel module
- Fixed some issues
- Improved some query and optimize performance 
- Made the flutter app compatible with flutter sdk 3.16.0
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__version-11-0-23-Aug-2023&quot;&gt;Version 2.4.0 20 October 2023&lt;/h5&gt;
&lt;pre&gt;- Module wise new homepage design for user app and flutter web
- Central product gallery for reuse the information managed by the admin
- Product approval system managed by the admin
- Zone-wise bad weather extra charge managed by the admin
- Guest checkout (Now customer can place an order with login/signup)
- Manual/ Offline payment option manage by the admin with dynamically payment method
- Track order by OrderID and phone number for the Guest User
- Online cart management so that user can access his/her cart from any platform. 
- Common conditions for products in Pharmacy Module
- Delivery man live tracking using websocket to make the live tracking more accurate. 
- Made compatible the Parcel delivery from one zone to another. 
- Banner for the store page managed by store
- Fixed some small issues
- Made the app compatible with flutter version 3.13.8
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__version-11-0-23-Aug-2023&quot;&gt;Version 2.3.0 23 August 2023&lt;/h5&gt;
&lt;pre&gt;- Fixed translation related issues in full system and make it easier for translation
- Improvements for import and export with proper organised design for exported data
- Add fund to customer wallet using payment gateways with bonus for add fund to wallet
- Partial payment by wallet balance
- Landing page on/off feature with custom landing page upload/configure option
- Admin/Store panel push notification feature managed by both firebase or manual database query
- Service charge/ Packaging charge/ Platform fee adding option with dynamic texts and amount
- Delivery proof managed by delivery man
- Maximum quantity check for an item when add to cart
- Complete redesign for flutter web and react website
- Update payment gateways and make the system compatible with upcoming payment module of 6amTech
- Direct store link share option and managed required data for direct link share
- Improvements on lots of features and restructure the code
- Fixed some issues
- Performance improved
- Made the flutter app compatible with flutter sdk 3.10.6
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__version-11-0-29-Oct-2022&quot;&gt;Version 2.2.1 24 June 2023&lt;/h5&gt;
&lt;pre&gt;Important note: You must need PHP 8.1 in your server for this update. 
- Made the backend and web panel compatible with PHP version 8.1 and Laravel 10
- Fixed currency position related problem for RTL 
- Added dynamic color for Admin's Landing page
- Added Link buttton for web app in admin's landing page
- Fixed COD and digital payment disable issue
- Fixed organic tag edit issue
- Fixed some other small issues
- Made the flutter app compatible with flutter sdk 3.10.5
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__version-11-0-29-Oct-2022&quot;&gt;Version 2.2 14 June 2023&lt;/h5&gt;
&lt;pre&gt;- Dynamic email template with lots of email options
- Dynamic Firebase notification messages managed from the admin panel
- Dynamic login URL for admin, admin employee, store, and store employee
- Manage all landing pages with dynamic data
- Manage multi-language for all types of data with the default language data option
- Design improvements for the user app
- Forget password for admin panel with two level security by mail and mobile number. 
- Forget password for restaurant panel by email
- Proper instruction with video and text for all kinds of settings
- Unit tag for items
- Organic tag for grocery items
- Cutlery added or not option for food module on checkout and order details
- Item unavailable note in the checkout page and all types of orders
- Order delivery instructions in the checkout page and show in order details
- Label in address for the customer
- Cookies accept popup for all modules
- Made the Flutter apps compatible with Flutter null-safety
- Fixed some other small issues in the admin panel, web, and apps
- Lots of performance-related improvements
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__version-11-0-29-Oct-2022&quot;&gt;Version 2.1.1 06 May 2023&lt;/h5&gt;
&lt;pre&gt;- Make the backend and admin panel compatible for react website. 
- Make the full apps compatible with Flutter null-safety
- RTL price issue fixed for Flutter web
- iOS auth issue fixed
- Chatting issue fixed for user delete
- Show unit in grocery module's products
- Fixed some other small issues
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__version-11-0-29-Oct-2022&quot;&gt;Version 2.1 17 March 2023&lt;/h5&gt;
&lt;pre&gt;- Apple login for iOS
- Landing page compatible with RTL and multi-language
- Delivery man vehicle types with minimum and maximum delivery coverage with extra delivery charges.
- Zone-Module Maximum delivery charge
- Customer-wise and store-wise coupons
- Coupon discounted amount is managed by the coupon creator and shown in the expense list
- Proper management of expense reports and added product discounts in the expense list
- Order cancellation reason for admin, store, delivery man, and customer
- Required admin approval for joining the basic campaign
- Managed force updates for delivery man and store app
- Digital payment order status manage
- Improved referral and earn, after the first order is successfully delivered refer amount will be added
- Managed OTP hit count and block for some minutes
- Store panel compatible with multi-language
- Recommended items on the store page
- Fixed some issues
- Compatible with flutter version 3.7.7
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__version-11-0-29-Oct-2022&quot;&gt;Version 2.0 13 February 2023&lt;/h5&gt;
&lt;pre&gt;- 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
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__version-11-0-29-Oct-2022&quot;&gt;Version 1.8 22 January 2023&lt;/h5&gt;
&lt;pre&gt;- New food variation system only for the food module
- New reporting with details data
- Search improved by search tag in the product add
- Module-wise notification messages setup
- Order directly by prescription upload in the pharmacy module based on store permission
- Zone-wise maximum order amount for COD orders
- Made compatible the vendor app for employee role-wise access
- Fixed some small issues
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__version-11-0-29-Oct-2022&quot;&gt;Version 1.7.1 13 December 2022&lt;/h5&gt;
&lt;pre&gt;- 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 other small issues
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__version-11-0-29-Oct-2022&quot;&gt;Version 1.7 22 November 2022&lt;/h5&gt;
&lt;pre&gt;- Zone wise module setup
- Zone and module wise delivery charge setup
- Zone wise payment method setup
- Refund option improvement with wallet management
- Parcel category wise delivery charge setup
- Complete redesigned landing page with new features
- Social media login(Google &amp;#38; Facebook)
- Store wise complete reporting (Summary, sales, and order)
- Expenses for free delivery management in the admin
- Proper route name
- Show stores based on distance
- Commission setup on delivery charge
- Delivery commission earning statistics in the dashboard
- Cancellation, refund and shipping policy page setup with on/off option
- Changed delivery charge calculation in store panel and app
- Fixed some small issues
- Make the app compatible with flutter version 3.3.8
Important note: You need to setup the zone with module availability after this update otherwise you will not get any data in user app. 
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__version-11-0-29-Oct-2022&quot;&gt;Version 1.6.1 16 October 2022&lt;/h5&gt;
&lt;pre&gt;- Fixed some issues in the admin and store panel. 
- No changes in apps
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__version-11-0-29-Oct-2022&quot;&gt;Version 1.6 29 September 2022&lt;/h5&gt;
&lt;pre&gt;- Complete redesigned and reorganized admin and store panel
- Live chatting with Customer to admin, Customer to the store, customer to delivery man, delivery man to the store
- Complete rearranged POS for both admin and store
- Cart bottom view for store and search page
- Auto refresh in order details page
- Ongoing order view on app home page
- Fixed small issues
- Query optimized
- Compatible with flutter 3.3.2
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__version-11-0-25-sep-2020&quot;&gt;Version 1.5.1 11 August 2022&lt;/h5&gt;
&lt;pre&gt;- Fixed issues
- Performance improved
- Compatible with flutter 3.0.5
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__version-11-0-25-sep-2020&quot;&gt;Version 1.5 06 July 2022&lt;/h5&gt;
&lt;pre&gt;- Customer Wallet managed by the admin
- Customer Loyalty point for orders managed by the admin
- Refer and Earn for customer
- Delivery man tip
- Fixed some other issues
- Performance improved
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__version-11-0-25-sep-2020&quot;&gt;Version 1.4.2 21 June 2022&lt;/h5&gt;
&lt;pre&gt;- User account self-delete option in app
- Fixed some other known issues
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__version-11-0-25-sep-2020&quot;&gt;Version 1.4.1 31 May 2022&lt;/h5&gt;
&lt;pre&gt; - POS for admin
- Test Data delete option
- Module category for all zone (The stores of that module can serve orders in all zone)
- Provide all zones data based on delivery location (If there are multiple zones overlapped in a location)
- New Product details page for user app and web
- Reporting for stock management 
- Update Address details ( additional fields like road, house, floor )
- Improvement in the parcel checkout page
- Fixed some other small issues. 
- Performance improved
- Compatible with flutter 3.0
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__version-11-0-25-sep-2020&quot;&gt;Version 1.3 12 May 2022&lt;/h5&gt;
&lt;pre&gt; - Fixed iOS browser login issue
- Fixed Payment gateway redirection issue
- Update payment gateway SDKs
- Fixed Category page store to item switch issue
- Fixed some other known issues.
- Added SMTP setup test by sending a test mail
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__version-11-0-25-sep-2020&quot;&gt;Version 1.2 &amp;#8211;27 April 2022&lt;/h5&gt;
&lt;pre&gt; - New design for web app landing page
- Improved landing page design for admin panel
- Mail for customer registration, order place, self-registration for restaurant and delivery man
- Social media URL
- Mail subscription option for collecting mail address
- Added search in the store page
- Multi theme for user app home page - module wise (Upcoming more theme)
- Footer for the web app with other UI changes
- Fixed some other small known issues. 
- Performance improved.
- Fixed maintenance mode problem in the admin panel
- Fixed digitally paid order mail in the admin panel
Note: If you face any login-related problem in the user app after the update, please delete the vendor folder from your server and then again update the admin panel. The update process will create the vendor folder again. 
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__version-11-0-24-aug-2021&quot;&gt;Version 1.1 &amp;#8211; 3rd April 2022&lt;/h5&gt;
&lt;pre&gt;- Fixed some small issues.
- Performance improved.
&lt;/pre&gt;
&lt;h5 id=&quot;item-description__version-11-0-24-aug-2021&quot;&gt;Version 1.0 &amp;#8211; 25 March 2022&lt;/h5&gt;
&lt;pre&gt;- Initial Release.
&lt;/pre&gt;</content>
			<author>
			  <name>sixamtech</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/31448597</id>
			<published>2021-04-06 23:58:03</published>
			<updated>2026-05-11 00:52:19</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/6valley-multivendor-ecommerce-complete-ecommerce-mobile-app-web-and-admin-panel/31448597"/>
			<title>6Valley Multi-Vendor eCommerce CMS - Complete eCommerce Mobile App, Website, Seller and Admin Panel (Flutter) </title>
			<content type="html">&lt;p&gt; &lt;a href=&quot;https://6valley.app/&quot; rel=&quot;nofollow&quot;&gt;6Valley&lt;/a&gt; is a modern and flexible multi-vendor e-commerce system where you can organize multiple shops and stores such as digital stores, fashion stores, sports stores, home &amp;#38; living stores, health &amp;#38; beauty stores, and many others in one platform. In simple words, you&amp;#8217;ll get  &lt;strong&gt;All Things Under One Roof!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt; Business owners dealing with eCommerce, electronics shops, online shops, online delivery, order, and  &lt;strong&gt;Multi-vendor/Single-vendor&lt;/strong&gt;  online business will find this package to be extremely useful. You can offer your customers the best shopping experience with its  &lt;strong&gt;mobile-optimized&lt;/strong&gt;  design. &lt;/p&gt;
&lt;p&gt; This script is a clean and modern solution for online marketplaces. With a clean, trendy design, 6valley will make your online store more impressive and appealing.  &lt;strong&gt;Enhance your customers&amp;#8217; ability to buy&lt;/strong&gt;  your products quickly by increasing your conversion rate. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PHP Laravel is used&lt;/strong&gt;  to develop both the Web frontend and Admin panel for 6valley. It will also be available on iOS and Android thanks to  &lt;strong&gt;Flutter&amp;#8217;s&lt;/strong&gt;  cross-platform development! &lt;/p&gt;
&lt;h2 id=&quot;item-description__15-reasons-to-buy-6valley&quot;&gt;&lt;strong&gt;15+ Reasons to Buy 6valley&lt;/strong&gt;&lt;strong&gt;:&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt; A complete multi-vendor eCommerce system. &lt;/li&gt;
&lt;li&gt; Easy to organize shops and stores under one e-Commerce system. &lt;/li&gt;
&lt;li&gt; 2  &lt;strong&gt;SUPERB&lt;/strong&gt;  Web panels: Admin Panel &amp;#38; Seller panel. (Developed Using Laravel) &lt;/li&gt;
&lt;li&gt; 3 mobile applications: User app, Seller app, and Deliveryman app. (Developed using Flutter, Please note the Deliveryman app is not included you need to purchase it separately) &lt;/li&gt;
&lt;li&gt; Modern website. (Developed Using Laravel blade) &lt;/li&gt;
&lt;li&gt; Multiple themes. &lt;/li&gt;
&lt;li&gt; All the apps are available on PlayStore (Android) &amp;#38; AppStore (iOS). &lt;/li&gt;
&lt;li&gt; Phenomenal features to enhance the multi-vendor online ordering and delivery system. &lt;/li&gt;
&lt;li&gt; 100% responsive design to provide a great user experience. &lt;/li&gt;
&lt;li&gt; An Admin Dashboard that holds everything together. &lt;/li&gt;
&lt;li&gt; Managing customers at ease. &lt;/li&gt;
&lt;li&gt; Constant development with regular updates. &lt;/li&gt;
&lt;li&gt; Clean, well-structured and maintainable code &lt;/li&gt;
&lt;li&gt; Active customer support to help. &lt;/li&gt;
&lt;li&gt; Value for money system. &lt;/li&gt;
&lt;li&gt; Flexible prices, no surprises! &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; After all, being said, 6valley can be your best option for controlling your eCommerce business effectively and getting the desired revenue. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;N.B:&lt;/strong&gt;  The best way to test the system is to register as a customer and create a Deliveryman credential via the admin panel. Be aware that all demo data will be reset every 1 hour. &lt;/p&gt;
&lt;p&gt; Well, do some downloading and browsing to test before moving forward! &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://6valley.6amtech.com/login/admin&quot; rel=&quot;nofollow&quot;&gt; Browse Default Theme Admin Panel &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://6valley.6amtech.com/vendor/auth/login&quot; rel=&quot;nofollow&quot;&gt; Browse Default Theme Seller Panel &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://6valley.6amtech.com/&quot; rel=&quot;nofollow&quot;&gt;Browse Website(Default theme)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/Demo-APK/6Valley/16.2.1/6Valley%20V16.2.1.apk&quot; rel=&quot;nofollow&quot;&gt; Download Default Theme User App &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/Demo-APK/6Valley/16.2.1/6Valley%20Vendor%20V16.2.1.apk&quot; rel=&quot;nofollow&quot;&gt;Download Default Theme Seller App&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/Demo-APK/6Valley/16.2.1/6Valley%20Delivery%20Man%20V5.0.1.apk&quot; rel=&quot;nofollow&quot;&gt; Download Default Theme Deliveryman App(Addon) &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.6amtech.com/docs-six-valley/intro/&quot; rel=&quot;nofollow&quot;&gt; Documentation &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://codecanyon.net/item/6valley-multivendor-ecommerce-complete-ecommerce-mobile-app-web-and-admin-panel/31448597/support&quot;&gt; Support &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; &lt;a href=&quot;https://6valley.app/ecommerce-cms-solution-demo/&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt;Explore All Themes and Apps&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt; &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://codecanyon.net/item/6valley-ecommerce-delivery-man-mobile-app/36085041&quot;&gt;&lt;strong&gt;&lt;img src=&quot;https://firebasestorage.googleapis.com/v0/b/sixvally-ecommerce.appspot.com/o/6Valley%20Delivery%20App%2F6valley%20deliveryman%20pricing.png?alt=media&amp;#38;token=c2870d1f-647d-4371-94ec-fe0549a0e560&quot; alt=&quot;media&amp;#38;token=c2870d1f-647d-4371-94ec-fe0549a0e560\&quot; /&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6Valley/6valley-Featurs-Presantation-1.png&quot; alt=&quot;6Valley eCommerce CMS&quot; /&gt;&lt;/strong&gt;&lt;strong&gt;&lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6Valley/6valley-Featurs-Presantation-2.png&quot; alt=&quot;6Valley eCommerce CMS&quot; /&gt;&lt;/strong&gt;&lt;strong&gt;&lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6Valley/6valley-Featurs-Presantation-3.png&quot; alt=&quot;6Valley eCommerce CMS&quot; /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6Valley/6valley-Featurs-Presantation-4.png&quot; alt=&quot;6Valley eCommerce CMS&quot; /&gt;&lt;/strong&gt;&lt;strong&gt;&lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6Valley/6valley-Featurs-Presantation-5.png&quot; alt=&quot;6Valley eCommerce CMS&quot; /&gt;&lt;/strong&gt;&lt;strong&gt;&lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6Valley/6valley-Featurs-Presantation-6.png&quot; alt=&quot;6Valley eCommerce CMS&quot; /&gt;&lt;/strong&gt;&lt;strong&gt;&lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6Valley/6valley-Featurs-Presantation-7.png&quot; alt=&quot;6Valley eCommerce CMS&quot; /&gt;&lt;/strong&gt;&lt;strong&gt;&lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6Valley/6valley-Featurs-Presantation-8.png&quot; alt=&quot;6Valley eCommerce CMS&quot; /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://1.envato.market/Y91PRO&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt;&lt;img src=&quot;https://6am-storage.sgp1.digitaloceanspaces.com/6amTech-CC-Content/6Valley/6valley-Featurs-Presantation-9.png&quot; alt=&quot;6Valley eCommerce CMS&quot; /&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; Are you finished with it? How did it go? Still not on board? Well, you might miss any noteworthy features that you looked for. That being said, let&amp;#8217;s have a look at all its remarkable features which you can definitely  &lt;strong&gt;COUNT ON&lt;/strong&gt; ! &lt;/p&gt;
&lt;h2 id=&quot;item-description__remarkable-features-of-6valley&quot;&gt;&lt;strong&gt;Remarkable Features of 6valley:&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt; As per the previous statement, 6valley is jam-packed with outstanding features which can help you to make your online eCommerce business easier and smarter than ever before. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A Birds Eye View Admin Panel: &lt;/strong&gt; 6valley&amp;#8217;s admin dashboard holds everything for you to get a whole overview of your business. Your business analytics, admin wallet, earning statistics, top customers list, most popular/selling stores, most popular products, and top-selling products are all displayed in the admin panel dashboard.  &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Easy Business Setup: &lt;/strong&gt; From the admin panel&amp;#8217;s business setup option, you can easily set your business up! You can configure your in-house shop along with the seller shop. You can do both types of business with 6valley. &lt;/p&gt;
&lt;p&gt; You can set the default seller commission, turn on/off &amp;#8211; seller registration, and POS, and select the business mode (Single Vendor vs Multi-Vendor). And the most important option is you can enable admin approval when any seller uploads any new products. &lt;/p&gt;
&lt;p&gt; Customer alert settings, loyalty points, and refund days are all things you can set up from the admin panel&amp;#8217;s business setup option. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Shipping Responsibility &amp;#38; Shipping Method: &lt;/strong&gt; You can either do in-house shipping or seller-wise shipping. When you choose in-house shipping from the admin panel, all things will be handled by you, and vice-versa for seller shipping. &lt;/p&gt;
&lt;p&gt; Choosing a shipping method is possible in three different ways: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt; Category wise &lt;/li&gt;
&lt;li&gt; Order wise  &lt;/li&gt;
&lt;li&gt; Product wise &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; Also, you can update the category shipping costs easily from the admin panel. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Digital &amp;#38; Physical Product:&lt;/strong&gt;  With 6valley, you can sell digital and physical products at a time. When you list any kind of these products, you need to select the type when you or your seller add the products in the shops or stores. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Billing Address in Checkout:&lt;/strong&gt;  You can turn on/off the billing address in the checkout from the admin panel. A billing address is a must needed for physical COD products. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Minimum Stock Limit Warning:&lt;/strong&gt;  You can set a minimum number in your minimum stock limit warning option so that once you cross the minimum number system can notify you that you&amp;#8217;ll be out of stock very soon. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;It&amp;#8217;s All About 3rd Party APIs:&lt;/strong&gt;  All the 3rd party APIs have been integrated with the system such as SMS, mail, ReCaptcha, Google map, push notifications, and many more. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;All Popular Payment Methods Integrated:&lt;/strong&gt;  Almost all the popular payment methods have been integrated with the system including SSLCOMMERZ, PayPal, stripe, Razorpay, senagPay, PayTabs, paystack, paymob accept, marcado pago, LIQPAY, Flutterwave, Paytm, bKash. Both digital payment and cash delivery are available with the system. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Pages &amp;#38; Media:&lt;/strong&gt;  6valley comes with pages including terms and conditions, p[rivacy policy, about us, and FAQs so that business can be set up easily. It also has a social media integration feature and a gallery to handle all the media. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;One-click Database Cleaning:&lt;/strong&gt;  In 6valley, you&amp;#8217;ll get a feature called database cleaning from the system setup. Using this feature, you can clear all your system databases with one-click. Make sure you&amp;#8217;re sure about your cleaning because there will be no option of getting the data back once you cleaned. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Business Promotion:&lt;/strong&gt;  With 6valley, you can easily promote your business. The Promotions section in the admin panel will allow you to do it. Using campaigns, banners, coupons, and push notifications you can take your marketing to a whole new level. Also, you&amp;#8217;ll get an announcement section to set up any important notice on your shop. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Employee Management:&lt;/strong&gt;  The more your business grows, the more people you need to handle all things! That&amp;#8217;s why 6valley comes with an Employee management section for you! You can add employees, and assign them particular roles to manage your business smoothly. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;100% Responsive &amp;#38; Feature-packed App (Android &amp;#38; iOS): &lt;/strong&gt; You will get the 6valley mobile app source code with this bundle. We developed this by flutter so the app can be usable on both android and iOS. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Built-in POS System:&lt;/strong&gt;  To execute online payments, POS service is now a must. And each online business is likely to pay extra for this. But with 6valley, you&amp;#8217;ll be getting this service totally FREE of cost as it&amp;#8217;s included in the bundle. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Amazing User Management:&lt;/strong&gt;  This management section has been classified into many different portions in the admin panel. For example, customer and seller management: &lt;/p&gt;
&lt;p&gt; The customer management section comprises many things related to customers. From viewing customer lists, wallets, loyalty points, and subscribed emails to customer live chat; all are under one roof! Manage your customers effectively and GROW! &lt;/p&gt;
&lt;p&gt; And in the seller management section, you&amp;#8217;ll get the option of adding new sellers, viewing all the sellers, and withdrawing activities. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Delivery Man Management:&lt;/strong&gt;  You can add delivery men as many as you want and manage them effectively in the admin panel. For a delivery man, you&amp;#8217;ll get an app by which you can operate your delivery system quite simply. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Multilingual Support:&lt;/strong&gt;  No matter in which country you&amp;#8217;re in and want to operate your business, 6valley got your back here. It supports RTL and any language. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Help &amp;#38; Support (Best of the Best): &lt;/strong&gt; Customers can directly message the admin or open a support ticket to get help with any queries. The support team is proactive all the time to help valuable customers. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;In-house Product Management: &lt;/strong&gt; You can easily list your in-house products (individually or in bulk). For bulk importing, you&amp;#8217;ll need to download a product template file, fill it up and upload it. Done! &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Seller Product Management:&lt;/strong&gt;  This is the most exciting part of the 6valley system. Once your seller adds any new products, you&amp;#8217;ll be notified. After that, you can either deny or allow the product to list in the shops and stores. &lt;/p&gt;
&lt;p&gt; Plus, if any seller put the delivery charge way more than the standard price, you&amp;#8217;ll get an update in the Updated Products section. Undoubtedly, this option will be helpful for you to handle your business with credibility. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Reports &amp;#38; Analysis:&lt;/strong&gt;  From the admin panel section, you get all the reports to analyze everything. &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Sales and transactions report:  From this section, you can get the report of earning statistics, in-house sales, seller sales, order transactions, refund transactions. &lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Product report:  This section display you the wishlisted products so that you can contact the customers and take steps accordingly. &lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Order report:  To get an order report according to date this section will help you out. &lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Stock report:  Using this option you can easily get the stock update of your products. You can filter the stocks with so many options. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; All being mentioned, what do you think, is 6valley worth the money that you spend? Well, we would like to say, if it was not a &amp;#8220; &lt;strong&gt;Value for Money&amp;#8217;&lt;/strong&gt; &amp;#8217; then within this short period of time we couldn&amp;#8217;t make this number of sales. &lt;/p&gt;
&lt;h2 id=&quot;item-description__don-t-just-go-for-words-go-for-credibility&quot;&gt;&lt;strong&gt;Don&amp;#8217;t Just Go for Words, Go for Credibility&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt; Instead of going with our words, see our client&amp;#8217;s valuable feedback ( &lt;a href=&quot;https://codecanyon.net/item/6valley-multivendor-ecommerce-complete-ecommerce-mobile-app-web-and-admin-panel/31448597&quot;&gt; Codecanyon &lt;/a&gt; ) on 6valley! They&amp;#8217;re the people behind our inspiration to do good work.  &lt;/p&gt;
&lt;p&gt; We hope you&amp;#8217;re clear about what you&amp;#8217;ll be getting with 6vallley. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Change Log-&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Version 16.2.1 11 may 2026&lt;/p&gt;
&lt;pre&gt;
- Fixed some issues in all panels, the website, and the apps
- Improved full sidebar menu design and usability in both Admin and Vendor panels.
- Enabled chat between users and deliverymen from the Track Order screen.
- Added validation for the minimum withdrawal amount.
- Made all Flutter apps compatible with Flutter SDK 3.41.9
&lt;/pre&gt;

&lt;p&gt;Version 16.2 02 April 2026&lt;/p&gt;
&lt;pre&gt;
- Major system-wide refinements across core modules to improve stability, consistency, and overall performance.
- Addressed multiple edge cases and underlying issues to ensure smoother and more reliable operation.
- Enhanced key workflows and interfaces across Admin, Vendor, and User panels for better efficiency.
- Optimized system architecture to support upcoming major features like Auction, B2B, and Classified Marketplace.
- This update is highly recommended to ensure compatibility with future releases and new modules.
- Made all Flutter apps compatible with Flutter SDK 3.41.4
&lt;/pre&gt;

&lt;p&gt;Version 16.1 19 February 2026&lt;/p&gt;
&lt;pre&gt;
- Added Smart Deeplink support for seamless web-to-app navigation, especially for Home, Track Order, Referral Login, Product Details, and Vendor's Shop Page.
- Auto-redirects users to the app if installed; otherwise opens web version with an install prompt.
- Admin Panel controls added to manage Smart Deeplink behavior.
- Introduced Order Edit Management System with automatic handling of price differences across User, Vendor, and Admin panels.
- Managed increased order amounts display as Pay Due Amount to the user.
- Managed decreased order amounts now display as Return Amount with admin-managed processing.
- Managed push notifications when an order is edited and when a return amount is processed.
- Introduced order edit option for vendors only if admin permission is granted.
- Redesigned invoice layout for improved readability and professional appearance.
- Fully integrated Order List filtering with enhanced search by status, date, or other criteria for vendors.
- Fixed various known issues for improved stability in all panels, website, and apps
- Made all Flutter apps compatible with Flutter SDK 3.41.1
&lt;/pre&gt;

&lt;p&gt;Version 16.0 11 January 2026&lt;/p&gt;
&lt;pre&gt;
- Implemented global file size and file type validation for a secure and consistent file upload system-wide.
- Optimized image uploads by compressing files and converting them to WebP format.
- Polished overall admin and vendor panel dashboard UI.
- Added new admin dashboard insights with proper empty states: Top Customers, Top Delivery Personnel, Most Popular Stores, Top-Selling Products, Vendor Most Popular Products.
- Improved POS UI with enhanced usability and new filter options.
- Polished Order Invoice design with sidebar details view, billing UI with improved item table design, product removal options, clearer pricing details, and refined discount tags in the POS.
- Improved Product Bulk Import UI for better clarity.
- Enhanced Product Details UI with support for multiple images and thumbnail editing.
- Refined Order Details, Refund List, and Refund Details UI.
- Improved handling of unavailable products in refund workflows.
- Enhanced inventory management UI, including Restock Request toasters.
- Brand management improvements: add, edit, and view brands from the sidebar, with a brand reassignment option during deletion.
- Improved In-House and Vendor Product Lists with better handling of long product names, stock limits, and added sidebar filter options.
- Enhanced Attribute Setup with sidebar edit/view options.
- Polished Product Add/Edit and Product Gallery UI with sidebar details and filters.
- Polished Product Reviews UI with sidebar filters.
- Added vendor dashboard insights with empty states: Top Delivery Personnel, Vendor Most Popular Products, Top-Selling Products.
Vendor features aligned with Admin panel enhancements.
- UI improvements for Flash Deals, Top Stores, Category-wise Products, and Quick View in the Aster Theme.
- Polished Homepage Product Cards, Category-wise and Brand-wise Listings, and Quick View in the Default Theme.
- Wishlist Redesign: enhanced product cards with better background, standardized card size, &amp;#8220;Stock Out&amp;#8221; tag, and wishlist search feature in both themes.
- Categories Section: improved category list UI with cleaner layout and updated icons.
- Product Add-to-Cart Redesign: improved layout, visuals, and usability for smoother interactions.
- Popular &amp;#38; Top Selling Products: improved card design, cleaner rating display, better text handling, and added &amp;#8220;View All&amp;#8221; navigation.
- Product Details: standardized product description font sizes for visual consistency.
- My Orders (Order Details &amp;#38; Summary): enhanced product cards, clearer variation info, and hidden tax labels when not applied.
- Refund: redesigned refund list UI with clear display of Order ID, refund date, reason, and product info.
- Profile: polished UI and enabled clickable product items redirecting to the product list.
- My Shop: improved UI and clickable product items redirecting to the product list.
- Add/Update Product: default language input tab, clearer variation type selection, access to variation setup and product SEO.
- Product List: redesigned layout with fixed action menus, better long-text handling, filter indicators, approval status tabs, and improved review page UI.
- Reviews: enhanced coupon list UI with clearer details, user limits, and meaningful toast messages for status changes.
- Restock: improved visual polish and clarity of the product item table in the restock section.
- Fixed various known issues for improved stability in all panels, website, and apps
- Made all Flutter apps compatible with Flutter SDK 3.38.5
&lt;/pre&gt;

&lt;p&gt;Version 15.7 21 November 2025&lt;/p&gt;
&lt;pre&gt;
- Introduced AI-powered blog enhancements, including auto-generated titles, descriptions, SEO metadata, full content from a single image, and smart title suggestions.
- Updated SEO URL structures in full customer web pages.
- Improved Order Analytics UI on the Dashboard with new advanced filtering options.
- Enhanced order summary UI, My Orders list, refund request pages, and added order tracking in the user profile and web view for both Default and Aster themes.
- Added success confirmation modal for both guest and logged-in users after placing an order.
- Enhanced POS UI across the Vendor and Admin panels.
- Updated product listing logic to always show the most recently added or updated items at the top.
- Improved order placement flow with redesigned confirmation popup, unified popup handling, enhanced redirection for logged-in and guest users, Track ID copy functionality, and structured layout with data-validation warnings
- Refined Order List UI with a white navbar, improved spacing, updated color scheme, enhanced visuals, and fixed status tabs during scroll.
- Enhanced Order Details page with clearer sections, optimised Track Order button placement, refined colors, and a compact, scrollable layout.
- Enabled real-time order status notifications for all status updates, including pending, confirmed, canceled, and refunded.
- Added deliveryman rating and review option after successful delivery.
- Upgraded Track Order experience with improved layout, complete case handling, enhanced button accessibility, and better overall usability.
- Introduced advanced Dashboard filters enabling performance insights for Today, This Week, This Month, This Year, and Overall.
- Fixed various known issues for improved stability in all panels, website and apps
- Made all Flutter apps compatible with Flutter SDK 3.38.1
&lt;/pre&gt;

&lt;p&gt;Version 15.6 02 November 2025&lt;/p&gt;
&lt;pre&gt;
- Upgraded Laravel framework to version 12 for enhanced performance, security, and stability.
- Implemented file type and size restrictions across all upload functionalities.
- Added pre-submission file validation to ensure compliance before upload.
- Enforced consistent file validation rules throughout the application.
- Improved authentication flow by redirecting users to their previous page after login.
- After logout, users are redirected to their last public page (excluding restricted pages such as Profile or Order List).
- Enhanced &amp;#8220;Bring Change&amp;#8221; instruction flow for a smoother Cash on Delivery (COD) checkout experience.
- Optimized widget tree rebuilds to reduce scrolling lag on low-end Android devices for apps
- Integrated Firebase Authentication for a secure and reliable password reset process
- Fixed various known issues for improved stability in all panels, website and apps
- Made all Flutter apps compatible with Flutter SDK 3.35.7
&lt;/pre&gt;

&lt;p&gt;Version 15.5 25 Sep 2025&lt;/p&gt;
&lt;pre&gt;
- Multiple Tax System: Apply multiple taxes during product creation and order processing.
- Multiple Tax Types: Create, edit, manage (VAT, GST, etc.), enable/disable and option to apply for extra charges(e.g., delivery charge).
- Product-Wise Tax: Include in product price / Exclude from product price.
- Category-Wise Tax: Define category-based VAT/TAX rules.
- Order-Wise Tax: Apply VAT/TAX on the entire order.
- Centralized VAT/Tax Reporting: Admin VAT/Tax Reports (Filter by date range and more), Vendor Reports (Vendor-wise and Date-wise Filters), Export to Excel or CSV. 
- Introducing AI-Powered Product Creation &amp;#38; Editing with Variations &amp;#38; SEO Enhancements
Section-wise generation for product details (title, description, SEO, etc.)
- Title suggestions (up to 5) from keywords
- Image-based product details generation by AI:
- Auto-generate title, description, category/sub-category, SKU, tags, product type, brand
Pricing details (unit price, discount, shipping cost, min order qty, VAT/TAX, stock, shipping status, Product variations and SEO details)
- Made the vendor app compatible with AI features, VAT/Tax management and reporting. 
- Made the delivery man app compatible with Vat/Tax management 
- Improved the order process in the delivery man app
- Overall UI/UX improvements have been applied to both themes and the user app, bringing a cleaner design, improved consistency, and a more user-friendly browsing experience across the entire storefront.
- Introduce Filters for the shop list page in all themes
- Fixed various known issues for improved stability in all panels, website and apps
- Made all Flutter apps compatible with Flutter SDK 3.35.4
&lt;/pre&gt;

&lt;p&gt;Version 15.4 19 August 2025&lt;/p&gt;
&lt;pre&gt;
Main System(Admin panel, Vendor panel, Customer web, Customer app and Vendor app): 
- Implemented reCAPTCHA v3 integration for Firebase Authentication, covering OTP login, password reset, and related flows.
- Added filter functionality to the Sub-Category page in Admin Panel.
- Enabled Main Category updates for Sub-Categories in Admin Panel.
- Enhanced Product Details pages in both Admin and Vendor Panels.
- Refactored Banner Setup flow for both Web and User App.
- Introduced the ability to update customer details directly from the Admin Panel.
- Added shop-wise filter to the Customer Reviews page in Admin Panel.
- Improved Customer Reviews page UI in both Admin and Vendor Panels.
- Enhanced the POS Product modal in Admin and Vendor Panels to show additional images.
- Enabled in-house shop updates with separate name, address, and phone configuration.
- Refund validity now calculated from the order&amp;#8217;s &amp;#8220;Delivered&amp;#8221; status date.
- Allowed separate configuration for digital and offline payment methods.
- Implemented performance optimizations across the system.
- Added animation for cart page minimum order quantity.
- Implemented guest cart merge with logged-in user cart.
- Enhanced user shipping and billing address flow.
- Implemented Product SEO and metadata section in Product Details screen.
- Added YouTube video section in Product Details screen.
- Added Product status section in Product Details screen.
- Implemented the ability to add products without a brand.
- Redesigned and updated the Restock List filter feature.
- Fixed various issues across modules for better stability.

Delivery Man app:
- Added seamless shimmer loading states across all screens for a smoother user experience.
- Enhanced Forgot Password flow with conditional email/phone verification based on admin settings.
- Displaying proper OTP success messages depending on the verification method.
- Added informative message handling when all verification methods are disabled.
- Fixed various known issues for improved stability.
- Made all Flutter apps compatible with Flutter SDK 3.32.8
&lt;/pre&gt;

&lt;p&gt;Version 15.3 18 July 2025&lt;/p&gt;
&lt;pre&gt;
- Introduced the Advanced Search System in the admin panel with prioritized results and recent history.
- Added Smart Vacation Mode for Admins and Vendors with custom duration and automatic reactivation.
- Integrated Invisible reCAPTCHA v3 for login, registration, OTP, and checkout.
- Enabled TIN information upload and management for vendors, including during registration with expiry and certificate upload.
- Redesigned shop settings and my shop screens for improved vendor experience.
- Implemented image preview functionality in the Admin Panel uploads section
- Added onboarding setup guide for vendors with shop setup and product creation steps.
- Enabled vendors to set product Re-order Levels for better inventory tracking.
- Introduced Loyalty Points system for users with admin control.
- Added Refer and Earn system with push notifications for signup, order, and delivery events.
- Applied referral earnings as checkout discounts and reflected them in order details and refund calculations.
- Enhanced Vendor Withdrawal with editable payment options.
- Redesigned Order Screen UI with deliveryman review and improved product review section.
- Implemented product review validation and loading indicators.
- Enabled product search within specific categories.
- Enforced minimum quantity on Cart and Add to Cart screens.
- Improved brand sorting on the Brand List screen.
- Improved forgot password flow for non-verified users.
- Synced cart count and dashboard data for consistency across panels.
- Optimized checkout UI for SSL and offline payments.
- Controlled &amp;#8220;Add Fund&amp;#8221; visibility based on payment settings.
- Improved profile page loading and rendering.
- Fixed blank screen after order placement via redirect.
- Enabled shop status warnings and payment info editing from the vendor app.
- Made brand selection optional in product add/edit.
- Improved order cancellation flow and discount calculation accuracy.
- Added held order search and discount correction logic.
- Added email change confirmation warning in all apps and web
- Added tutorial flow with floating checklist and progress view in vendor app
- Displayed referral earnings or discounts in the order details in the delivery men app
- Improved in-app chat and added vacation mode visibility in all apps
- Enhanced app visuals, logo handling, and messaging permissions in all apps
- Improved login, password reset, splash screen, and policy screen flow in all apps
- Improved registration, OTP screen navigation, and back behavior in all apps
- Fixed some issues in all panels and apps
- Made all Flutter apps compatible with Flutter SDK 3.32.6
&lt;/pre&gt;

&lt;p&gt;Version 15.2 &amp;#8211; 13 May 2025&lt;/p&gt;
&lt;pre&gt;
- Improved all business setup-related UI/UX in the Admin Panel
- Introduced Guidelines feature with setup guide in the Admin Panel
- Introduced Business Pages feature with dynamic content management.
- Improved currency update flow for better accuracy and consistency.
- Enabled SMS configuration testing with Firebase and third-party gateways.
- Enhanced File Manager with search and recent files functionality.
- Added module permission control for Employee roles.
- Added dynamic background color customization for the Admin Panel sidebar.
- Enabled dynamic logo configuration for invoices, supporting the use of the system logo
- Redesigned and polished multiple screens including Categories, Track Order, Product Details, Notification, Wishlist, and Support Ticket in the User app.
- Refactored codebase for better performance and maintainability in both web panels and apps
- Improved Chatting feature for a smoother communication experience
- Refined and optimized asset files to enhance application responsiveness and overall performance
- Updated system messages and labels to improve clarity and usability
- Fixed various issues for increased stability
- Made the Flutter app compatible with Flutter SDK 3.29.3
&lt;/pre&gt;

&lt;p&gt;Version 15.1 &amp;#8211; 21 February 2025&lt;/p&gt;
&lt;pre&gt;
- New Blog Features: Introduced a dedicated blog section for improved content engagement.
- Cash on Delivery Update: Added clear instructions for modifying the Cash on Delivery feature with the option to bring change amount instructions for delivery men. 
- Chatting Enhancements: Improved chat functionality with video upload, customer search enhancement, image &amp;#38; video preview, and UI refinements.
- Product List Enhancements: Implemented search, multifunctional filters, and pagination for a better browsing experience.
- POS System Fixes: Resolved cart calculation issues in the POS system.
- Meta Pixel Issue Fixed: Addressed and resolved issues with Meta Pixel in the Marketing Tool.
- Wallet Transaction Filter: Added filters to easily track wallet transactions.
- Loyalty Point History Filter: Introduced a filtering option for loyalty point transactions.
- Product Page UI Update: Redesigned the add and update product page for a more intuitive experience.
- Color Variation Flow Improvement: Enhanced the color variation selection and flow for products.
- Advanced Product Filtering: Added more filter options, including type, price range, created at, brand, and category.
- General Performance Improvements: Optimized the system for a smoother user experience.
- UI Improvements for delivery men: Redesigned the Order History, Wallet Page, Settings Page, Forgot Password, and Edit Profile Page for a better user experience.
- Improved overall user experience with UI/UX refinements
- Fixed various issues for increased stability
- Made the Flutter app compatible with Flutter SDK 3.27.4
&lt;/pre&gt;

&lt;p&gt;Version 15.0 &amp;#8211; 23 December 2024&lt;/p&gt;
&lt;pre&gt;
- Stock Clearance Discount Offer Section: Introduced a new section for stock clearance discounts in the store details and the home page.
- Added a Call-to-Action section in product details for improved engagement
- Made the system compatible with Google Tag Manager, Google Analytics, Meta Pixel, LinkedIn Insight Tag, TikTok Pixel, Snapchat Pixel, X (Twitter) Pixel, and Pinterest Pixel.
- Managed COD on/off from the admin panel
- Resolved issues with order calculation in the POS system
- Improved the user experience on the login page
- Redesigned the refund details page for better usability and design.
- Enhanced various UI elements and content across the platform.
- Resolved multiple issues to improve overall system performance and reliability. 
- Made the Flutter apps compatible with Flutter SDK 3.27.1
&lt;/pre&gt;

&lt;p&gt;Version 14.9.1 &amp;#8211; 21 November 2024&lt;/p&gt;
&lt;pre&gt;
- Introduced caching mechanisms in both the backend and front end to enhance speed and reduce load times. Note: In this release, we prioritize business settings and list related APIs
- Refined and optimized asset files to enhance application responsiveness and overall performance
- Updated system messages and labels to improve clarity and usability
- Improved overall user experience with UI/UX refinements
- Fixed various issues for increased stability
- Made the Flutter app compatible with Flutter SDK 3.24.5
&lt;/pre&gt;

&lt;p&gt;Version 14.9 &amp;#8211; 29 October 2024&lt;/p&gt;
&lt;pre&gt;
- Added product restocking request feature for both admin and store and Send notifications for the customer when restocked products become available
- Managed restock requested product list in the customer profile
- Managed export with filters for customers in the Admin Panel
- Improved POS section in the admin panel, store panel and store app including a new feature to show Paid amount and change Amount
- Redesigned admin panel login and related pages with a modern look
- Optimized database queries with caching and improved performance
- Managed export with filters for subscribers in the Admin Panel
- Enhanced UI and content across apps for improved user experience
- Fixed various issues for increased stability
- Made the Flutter app compatible with Flutter SDK 3.24.4
&lt;/pre&gt;

&lt;p&gt;Version 14.8 &amp;#8211; 26 September 2024&lt;/p&gt;
&lt;pre&gt;- Managed redirection to specific pages from push notification on click.
- Added option to partially preview the digital items
- Added  option to filter digital products by (author/creator/artist and publishing house)
-Added advanced maintenance mode with more detailed control options for specific modules
- Resigned some UI
- Centralized login by three login methods: Manual, OTP-based, and Social media. All options are managed by the admin. 
- Integrated Firebase Authentication using mobile OTP
- Added shipping policy page
- Enhanced some UI and content for apps.
- Fixed some issues
- Improved some queries and optimized performance 
- Made the Flutter app compatible with Flutter SDK 3.24.3
&lt;/pre&gt;

&lt;p&gt;Version 14.7- Hotfix &amp;#8211; 29 July 2024&lt;/p&gt;
&lt;pre&gt;- Fixed some issues in the Admin panel, Vendor panel and Website
- Fixed some issues in the vendor app 
- Note: No changes in the User app and Delivery Man app
&lt;/pre&gt;

&lt;p&gt;Version 14.7 &amp;#8211; 10 July 2024&lt;/p&gt;
&lt;pre&gt;- Integrated 3rd party storage connection with Amazon S3 for efficient and scalable storage solutions.
- Added variation support for digital products to provide more options.
- Implemented an SEO section control for better search engine visibility.
- Enhanced translation features for multi-language support.
- Added a review reply feature, allowing sellers to respond to customer reviews.
- Improved user experience across the platform.
- Enhanced chatting functionality for smoother communication.
- Enabled adding multiple products at a time in Flash Deal &amp;#38; Feature Deal setup.
- Added a feature to send printable invoices via email for easier record-keeping.
- Fixed known issues to enhance system stability and performance.
- Make the apps compatible with Flutter's latest version 3.22.2
&lt;/pre&gt;

&lt;p&gt;Version 14.6 &amp;#8211; 19 May 2024&lt;/p&gt;
&lt;pre&gt;- Introduced custom sorting for all kinds of lists from the admin panel
- Dynamic email template for all kinds of emails
- Warning with popup notification in both admin and vendor panels for low stock
- Enabled selected product checkout and ensured that remaining products stayed in the cart after placing an order
- Improved design and format of Excel for all vendor-related export data options
- Create account checkmark for the guest users on the checkout page with already inputted data
- Enhanced the seller registration page to be more informative and user-friendly
- Managed buy now checkout separately without removing other items from the cart
- Migrate firebase push notification API from legacy FCM APIs to HTTP v1
- Fixed lots of improvements related issues in both web panels and app
- Made the apps compatible with Flutter SDK 3.19.6
Note: Please complete the new Firebase setup- https://6valley.app/documentation/admin-and-web-application-configuration/mandatory-setups/#firebase-configuration
&lt;/pre&gt;

&lt;p&gt;Version 14.5 &amp;#8211; 01 April 2024&lt;/p&gt;
&lt;pre&gt;- Allow admin to browse the website in maintenance mode
- Improved all chatting in the admin panel and seller panel
- Added option to toggle Google Map display
- Ability to block/unblock and approve/deny for different users with notifications via email
- Redesigned invoices with some custom data and translation-supported
- Managed empty states across the entire system
- Improved overall UI interactions and design for the whole admin, store panel, apps, and website
- Prioritized in-house shop to appear at the top of the vendor list
- Improved design and format of Excel for some export data options
- Fixed lots of improvements related issues in both web panels and app
- Made the apps compatible with Flutter SDK 3.19.4
&lt;/pre&gt;

&lt;p&gt;Version 14.4 &amp;#8211; 25 February 2024&lt;/p&gt;
&lt;pre&gt;- Improved overall UI interactions and design for the whole admin, store panel, Default theme, and apps.
- Optimized and restructured the full codebase for apps.
- Modified some business logic in both web and apps.
- Alphanet SMS gateway added.
- Improvements on the order review section. 
- Chatting with admin option added from user website and app
- Added some new mail and push notifications for different cases. 
- Improved lots of database queries
- Fixed lots of improvements related issues in web panels, websites, and apps. 
- Made the apps compatible with Flutter SDK 3.16.9
&lt;/pre&gt;

&lt;p&gt;Version 14.3.1 &amp;#8211; 30 January 2024&lt;/p&gt;
&lt;pre&gt;- Fixed issues in both web and apps
- Made the apps compatible with flutter SDK 3.16.8
&lt;/pre&gt;

&lt;p&gt;Version 14.3 &amp;#8211; 11 January 2024&lt;/p&gt;
&lt;pre&gt;- Optimized and restructured all blade pages code in backend and web panels.
- Refactor and restructured the all apps code
- Fixed issues
- Made the apps compatible with flutter SDK 3.16.5
&lt;/pre&gt;
&lt;p&gt;Version 14.2 &amp;#8211; 03 November 2023&lt;/p&gt;
&lt;pre&gt;- Improved default theme with lots of changes
- Dynamic notification with variable and based on selected language
- Improvements on import and export
- Fixed lots of small issues and improved the performance
&lt;/pre&gt;
&lt;p&gt;Version 14.1 &amp;#8211; 13 October 2023&lt;/p&gt;
&lt;pre&gt;- Redesigned the user app and make it compatible with all web themes
- Made the app and web compatible with new payment and sms 
gateways addon
- Made the backend compatible with new lifestyle theme (Will release the front-end part as an addon)
- Partially compatible with React website (Will release as an addon)
- Add fund to wallet from user web and app
- Add fund bonus
- Guest checkout (Now customer can place an order with login/signup)
- Delivery/ Billing address edit option
- Minimum order amount managed by both admin and seller
- Free delivery over amount (If the order amount cross this value the delivery charge will be free)
- Reorder option from previous orders
- Managed Refer and earn (The customer will get the amount after referral customer&amp;#8217;s first order successfully delivered)
- Dynamic url managed from admin for admin and admin's employee login (Default route is your_domain/login/admin)
- Order delivery verification by image and OTP
- Apple login for user app
- Fixed translation related issues
- Fixed some small issues
- Made the apps compatible with flutter latest version 3.13.6
&lt;/pre&gt;
&lt;p&gt;Version 14.0 &amp;#8211; 14 June 2023&lt;/p&gt;
&lt;pre&gt;- New theme for user website named Aster url - https://6valley-aster.6amtech.com/
- Made the admin panel compatible with multi-theme
- Made the code compatible with PHP 8 and Laravel 8 
- Made the Flutter apps compatible with Flutter null-safety
- OTP and Login hit count and block for some time for unauthorized login
- Fixed some other small issues in the admin panel, web, and apps
&lt;/pre&gt;
&lt;p&gt;Version 13.1 &amp;#8211; 12 March 2023&lt;/p&gt;
&lt;pre&gt;- Lots of new reporting for orders, products, earnings, expenses, and transactions with clear details
- Search tag with the product to improve product search
- Product-wise tax includes or excludes option
- Seller vacation or temporary close option
- Fractional number compatible for the product price, tax, discount, and shipping charge.
- Dynamic withdraw request method created by the admin
- Offline payment option and show details in order details
- Color variation-wise dynamic image for the product
- Whatsapp chat option on the homepage
- Cookies permission managed for the user's website
- Invoice pdf improvement
- New pages with an on/off option
- Payment gateways button managed from the app and redirect to the specific gateway
- Update some payment gateway 
- Fixed some issues
- Performance improved
- Compatible with Flutter's latest version 3.7.6
&lt;/pre&gt;
&lt;p&gt;Version 13.0 &amp;#8211; 14 January 2023&lt;/p&gt;
&lt;pre&gt;- Fully redesigned and lots of new features in the seller app
- Coupon improvement and new variations
- New pages for Refund, Cancellation &amp;#38; Return policy
- Fixed some small issues
- Performance improved
&lt;/pre&gt;
&lt;p&gt;Version 12.2 &amp;#8211; 10 December 2022&lt;/p&gt;
&lt;pre&gt;- Changed lots of design and responsive-related issues in the user website
- Fixed some issues in the apps and backend
- Compatible with flutter 3.3.9
&lt;/pre&gt;
&lt;p&gt;Version 12.1 &amp;#8211; 22 November 2022&lt;/p&gt;
&lt;pre&gt;- Compatible with the new delivery man app
- Show and manage delivery man's withdrawal requests in both admin and seller panels.
- Can see delivery man's chatting in admin and seller panel.
- Country and zip code wise delivery restriction
- Seller self-account delete option from the seller app
- Fixed issues
- Query optimized and performance improved
- Compatible with flutter 3.3.8
&lt;/pre&gt;
&lt;p&gt;Version 12.0 &amp;#8211; 12 October 2022&lt;/p&gt;
&lt;pre&gt;- Complete redesigned and reorganized admin and seller panel
- Compatible with Digital products with on/off option
- Brand option on/off from the admin panel
- Seller registration from the seller app
- Fixed issues
- Query optimized and performance improved
- Compatible with flutter 3.3.3
&lt;/pre&gt;
&lt;p&gt;Version 11.0 &amp;#8211; 16 August 2022&lt;/p&gt;
&lt;pre&gt; - Customer self delete account from App and Web.
- Minimum quantity set for add to cart (Product wise)
- Barcode Generate for a Product.
- Push notification resend feature.
- Data Filtering in transactions
- Improved lots of features in admin and user app.
- Performance optimization 
- Issue fixed in both Web Panels, User App
&lt;/pre&gt;
&lt;p&gt;Version 10.0 hotfix &amp;#8211; 21 June 2022&lt;/p&gt;
&lt;pre&gt; - Fix guest login issue in app with some other small fixing
&lt;/pre&gt;
&lt;p&gt;Version 10.0 &amp;#8211; 12 June 2022&lt;/p&gt;
&lt;pre&gt; - Wallet system for user app
- Loyalty point for order
- New design for seller app
- Fixed issues for the admin panel, user app, and seller app
&lt;/pre&gt;
&lt;p&gt;Version 9.0 &amp;#8211; 15 May 2022&lt;/p&gt;
&lt;pre&gt; - New design for user website and app.
- Improved design for admin and seller panel
- Recapture in contact us page
- Made billing address optional
- Performance optimization 
- Issue fixed in both Web Panels, User App
- No change in seller and delivery man app
&lt;/pre&gt;
&lt;p&gt;Version 8.0 &amp;#8211; 22 March 2022&lt;/p&gt;
&lt;pre&gt; - Multiple shipping method (Order wise, category wise and product wise) delivery managed by admin or seller wise.
- Dynamic decimal point
- Category priority for frontend view
- New order confirmation mail template.
- Admin can add seller from admin panel
- Delivery method type( In house delivery man and third party delivery service)
- Product approval dynamic(for new product and shipping cost updated).
- Performance optimization 
- Issue fixed in both Web Panels, User &amp;#38; Seller Apps
&lt;/pre&gt;
&lt;p&gt;Version 7.1 &amp;#8211; 03 March 2022&lt;/p&gt;
&lt;pre&gt;- Refund module approval managed by admin and seller
- Business mode change to single vendor
- Discounted product menu hide or show based discounted product
- Database clean and Environment change
- Make compatible the apps to the latest flutter version 2.10.2
- Performance optimization 
- Issue fixed in both Web Panels, User &amp;#38; Seller Apps
&lt;/pre&gt;
&lt;p&gt;Version 7.0 &amp;#8211; 05 February 2022&lt;/p&gt;
&lt;pre&gt;- POS system integrated in both Admin and Seller panel access managed by admin.
- Payment system integrated paytm &amp;#38; liqpay.
- Performance optimization 
- Issue fixed in both Web Panels, User &amp;#38; Seller Apps
&lt;/pre&gt;
&lt;p&gt;Version 6.0 &amp;#8211; 18 January 2022&lt;/p&gt;
&lt;pre&gt;- Compatible with delivery man app (Not released yet)
- Image Gallery
- New payment gateway -&amp;gt; Paymob, PayTabs, Flutterwave, MercadoPago
- Order note when checkout
- Billing address
- Delivery address from google map
- Stock limit checker and update stock variation wise
- Discounted products section
- Announcement section
- Push notification in seller app
- Invoice and some other issues fixed
- Banner's onclick redirect to in app category, product details or brands
- UI and performance improvement 
&lt;/pre&gt;
&lt;p&gt;Version 5.2 &amp;#8211; 22 November 2021&lt;/p&gt;
&lt;pre&gt;- bKash payment gateway integrated
- Performance optimized especially on the home page
- Forgot password verification by phone or email
- Multi-Currency handled and seller can&amp;#8217;t change currency 
- Fixed some minor issues in the user and seller app
- Fixed some designed issue in both web and apps &lt;/pre&gt;
&lt;p&gt;Version 5.1 &amp;#8211; 31 October 2021&lt;/p&gt;
&lt;pre&gt;- Fixed GST number issue
- Add multi-language option in some features
- Fixed translation issues
- Fixed suspended seller showing issue
- Dynamic pagination for some pages
- Fixed product add and update issue in seller app
- Fixed some other issues in the user and seller app
- Random product for category wise products on home page
- UI and performance improvement &lt;/pre&gt;
&lt;p&gt;Version 5.0 &amp;#8211; 20 October 2021&lt;/p&gt;
&lt;pre&gt;Important Note: We changed the shipping method to seller wise and for every seller in the cart, the system will create a separate order 
please keep note of these before updating to 5.0
- Seller wise shipping method
- Seller wise order create
- Seller details in admin panel
- Seller product approval option by admin
- Order transaction details
- OTP verification for mobile number
- Order delivery verification by code when delivered
- Search functionality in all tables in the admin and seller panel
- Multi-language data translation for the web
- RTL support for web and admin
- Updated report and some new reports in the dashboard
- Single and multi-currency option when installation
- Dynamic loader in website
- Fixed role management issue
- Add category wise product section in user app homepage
- Product and shipping method add in seller app
- Store user wise cart data in the database
- Seller wallet details in seller panel
- GST number for seller with turn on/off
- Update invoice design and support all language
- Fixed some other major issues
- Performance improvement
&lt;/pre&gt;
&lt;p&gt;Version 4.0 &amp;#8211; 18 August 2021&lt;/p&gt;
&lt;pre&gt;Admin/ Seller Panel
- UI/UX Improvement
- New reporting in Dashboard
- Manageable currency symbol left/right.
- Maintenance Mode
- Send email to the seller for a new order
- Custom SEO data for product
- Note add option in seller withdraw etc.
Web Site
- UI/UX Improvement
- New sections on the homepage
- Category wise product section on the homepage
- Improved seller details page
- Seller search option
- Variation/Color wise product add problem fixed
- Fixed some bugs
User App
- Variation/Color wise product add problem fixed
- Update to Target API level 30
- Support ticket reply option fixed
- Currency symbol(Left/Right) direction managed by admin
- Variation showing problem fixed in order details
No change in seller app.&lt;/pre&gt;
&lt;p&gt;Version 3.2 &amp;#8211; 15 July 2021&lt;/p&gt;
&lt;pre&gt;- Seller forgot password
- Seller Active/Inactive option
- Fix some major bugs in the Admin panel, Seller panel, and Website
- No change in the User and Seller app&lt;/pre&gt;
&lt;p&gt;Version 3.1 &amp;#8211; 8 July 2021&lt;/p&gt;
&lt;pre&gt;- New payment gateway PayStack, Senang Pay
- Product bulk import and export
- Multi-language for the product, category, sub category &amp;#38; sub sub category(Only for the app)
- Inhouse product sale report
- Seller product sale report
- Product stock report
- Product in wishlist report
- Customer blocking system
- Individual commission for the seller 
- Privacy Policy page
- Fixed some major issues
- Performance improvement
- Security updated
- No change in seller app&lt;/pre&gt;
&lt;p&gt;Version 3.0 &amp;#8211; 5 June 2021&lt;/p&gt;
&lt;pre&gt;- Seller App
- Seller registration on/off
- Fix some major issues
- Design improvement
- Performance improvement&lt;/pre&gt;
&lt;p&gt;Version 2.0 &amp;#8211; 21 April 2021&lt;/p&gt;
&lt;pre&gt;- Stock Management
- Fix some issues
- Performance improvement
&lt;/pre&gt;
&lt;p&gt;Version 1.0 &amp;#8211; 6 April  2021&lt;/p&gt;
&lt;pre&gt;- Initial Release.
&lt;/pre&gt;</content>
			<author>
			  <name>sixamtech</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/24050041</id>
			<published>2019-06-29 15:50:09</published>
			<updated>2026-04-29 18:24:27</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/fluxstore-woocommerce-flutter-ecommerce-full-app/24050041"/>
			<title>Fluxstore WooCommerce - Flutter E-commerce Full App (Flutter) </title>
			<content type="html">&lt;p&gt;FluxStore WooCommerce is a full Flutter Application that creates PWAs, iOS and Android mobile apps for your existing WooCommerce website, compatible with any templates.&lt;/p&gt;


&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Convert any WooCommerce website&lt;/strong&gt; into PWAs, iOS &amp;#38; Android apps. &lt;/li&gt;
&lt;li&gt;Easily published on &lt;strong&gt;both App Store and Google Play&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Proud to be &lt;strong&gt;top&lt;/strong&gt; of the &amp;#8220;&lt;a href=&quot;https://code.tutsplus.com/best-flutter-app-templates-on-codecanyon--cms-35676a&quot;&gt;20+ Best Flutter Mobile App Templates&lt;/a&gt; on CodeCanyon&amp;#8221;.&lt;/li&gt;
&lt;li&gt;&amp;#8220;&lt;a href=&quot;https://code.tutsplus.com/best-android-app-templates-for-business--cms-30044a&quot;&gt;9 Best App Templates&lt;/a&gt; for Business&amp;#8221;.&lt;/li&gt;
&lt;li&gt;&amp;#8220;&lt;a href=&quot;https://code.tutsplus.com/best-ecommerce-android-app-templates--cms-31887a&quot;&gt;18 Best eCommerce Android App Templates&lt;/a&gt;&amp;#8221;.&lt;/li&gt;
&lt;/ul&gt;

	&lt;p&gt;&lt;img src=&quot;https://user-images.githubusercontent.com/1459805/68656882-39eeab80-0565-11ea-8dbc-2c51e752e490.gif&quot; alt=&quot;Fluxstore WooCommerce - Flutter E-commerce Full App - 1&quot; /&gt;&lt;/p&gt;


&lt;blockquote&gt;
  &amp;#8211; Version: 6.1.0 &amp;#8211; &lt;strong&gt;Latest Flutter&lt;/strong&gt;&lt;br /&gt;
  &amp;#8211; Last Update: &lt;strong&gt;&lt;a href=&quot;https://youtube.com/shorts/30b4nPiUCW8&quot; rel=&quot;nofollow&quot;&gt;Demo&lt;/a&gt;&lt;/strong&gt; &amp;#8211; &lt;a href=&quot;https://app.inspireui.com/woocommerce/changelog&quot; rel=&quot;nofollow&quot;&gt;View Changelog&lt;/a&gt; &lt;br /&gt;
  &amp;#8211; Files Included: Full Flutter Source Code (iOS &amp;#38; Android)&lt;br /&gt;
  &amp;#8211; Usage Time: Free Lifetime Updates&lt;br /&gt;
  &amp;#8211; Developer: Verified &lt;strong&gt;Power Elite Author&lt;/strong&gt;&lt;br /&gt;
  &amp;#8211; Discovery: &lt;a href=&quot;https://1.envato.market/21VBJA&quot; rel=&quot;nofollow&quot;&gt;Explore our Best Apps Collection&lt;/a&gt;&lt;br /&gt;
  &amp;#8211; Showcase: &lt;a href=&quot;https://inspireui.com/showcase&quot; rel=&quot;nofollow&quot;&gt;Customer Success Releases&lt;/a&gt;&lt;br /&gt; 
  &amp;#8211; Need help? &lt;a href=&quot;https://products.inspireui.com/have-a-question/&quot; rel=&quot;nofollow&quot;&gt;Check our FAQs&lt;/a&gt;
&lt;/blockquote&gt;

	&lt;p&gt;&lt;a href=&quot;https://codecanyon.net/item/fluxstore-woocommerce-flutter-ecommerce-full-app/24050041?license=extended&amp;#38;open_purchase_for_item_id=24050041&amp;#38;purchasable=source&quot;&gt;
  &lt;img src=&quot;https://trello.com/1/cards/641c1c81422436788e5699af/attachments/6a13fbfc46e204add8d936df/download/Extended_51.png&quot; alt=&quot;Flutter Code: FluxStore WooCommerce - Flutter E-commerce Full App&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;table&gt;
&lt;tr&gt;
&lt;td&gt; &lt;img src=&quot;https://trello.com/1/cards/6122fb1089212a72aa4a51f3/attachments/63e0cb15b16d41578e3d400e/previews/63e0cb15b16d41578e3d4018/download/timecount.png&quot; alt=&quot;Fluxstore WooCommerce - Flutter E-commerce Full App - 2&quot; /&gt;&lt;/td&gt;
&lt;td&gt;&lt;img src=&quot;https://gen.sendtric.com/countdown/09xor5p8yk&quot; alt=&quot;Fluxstore WooCommerce - Flutter E-commerce Full App - 3&quot; /&gt;&lt;/td&gt;
&lt;td&gt;&lt;img src=&quot;https://trello.com/1/cards/6122fb1089212a72aa4a51f3/attachments/63e0cb15b16d41578e3d400e/previews/63e0cb15b16d41578e3d4018/download/timecount.png&quot; alt=&quot;Fluxstore WooCommerce - Flutter E-commerce Full App - 4&quot; /&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;/table&gt;

	&lt;p&gt;&lt;a href=&quot;https://codecanyon.net/item/fluxstore-multi-vendor-flutter-ecommerce-full-app/25013325?irgwc=1&amp;#38;clickid=Qf2QrDTOQxyLURZwUx0Mo3QqUkB1EJzsUxgT2c0&amp;#38;iradid=275988&amp;#38;irpid=1317510&amp;#38;iradtype=ONLINE_TRACKING_LINK&amp;#38;irmptype=mediapartner&amp;#38;mp_value1=&amp;#38;utm_campaign=af_impact_radius_1317510&amp;#38;utm_medium=affiliate&amp;#38;utm_source=impact_radius&quot;&gt;
    &lt;img src=&quot;https://trello.com/1/cards/5e7988826ce2d837718a8989/attachments/60d6dac4ce1d017871c7687c/previews/60d6dac5ce1d017871c76886/download/crossale-vendor.png&quot; alt=&quot;Flutter Component: FluxStore Multi Vendors - Marketplace flutter app&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://products.inspireui.com/fluxstore-woocommerce/changelog&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://trello.com/1/cards/69c8dcf3019906dc2d149ce9/attachments/69c8dd0e8f6a7da35ce35177/download/1-woocommerce.png&quot; alt=&quot;Fluxstore WooCommerce - Flutter E-commerce Full App - 5&quot; /&gt;
&lt;/a&gt;
&lt;a href=&quot;https://codecanyon.net/item/fluxstore-woocommerce-flutter-ecommerce-full-app/24050041?license=regular&amp;#38;open_purchase_for_item_id=24050041&amp;#38;purchasable=source&quot;&gt;
  &lt;img src=&quot;https://trello.com/1/cards/652fa6fb295f02e6d7683d16/attachments/652fa71e3f8ec277e81f3222/previews/652fa7213f8ec277e81f354c/download/FluxStore-3.13.png&quot; alt=&quot;Flutter Code: FluxStore WooCommerce - Flutter E-commerce Full App&quot; /&gt;&lt;/a&gt;
&lt;img src=&quot;https://trello.com/1/cards/652fa6fb295f02e6d7683d16/attachments/652fa71aa0e6a6d2ac1e2b46/previews/652fa71ca0e6a6d2ac1e2f10/download/feature.png&quot; alt=&quot;Fluxstore WooCommerce - Flutter E-commerce Full App - 6&quot; /&gt;&lt;a href=&quot;https://codecanyon.net/item/fluxstore-woocommerce-flutter-ecommerce-full-app/24050041?license=regular&amp;#38;open_purchase_for_item_id=24050041&amp;#38;purchasable=source&quot;&gt;
  &lt;img src=&quot;https://trello.com/1/cards/61c6d1109b48a06f73004fac/attachments/61c6d12711a4ec8ef89ae8ed/previews/61c6d12711a4ec8ef89ae961/download/6_rating1.png&quot; alt=&quot;Flutter Code: FluxStore WooCommerce - Flutter E-commerce Full App&quot; /&gt;
&lt;/a&gt;&lt;a href=&quot;https://youtu.be/-8xPFowE-Zs&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://trello.com/1/cards/6204d29b4258db28aca5bfb4/attachments/69380540e7a7d2a58902d8ed/download/Builder_Wizard.png&quot; alt=&quot;Fluxstore WooCommerce - Flutter E-commerce Full App - 7&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;&lt;br /&gt;
FluxStore is a universal e-commerce app inspired by the Flutter framework, made by Google. With the mission of reducing thousands of hours of business spent on designing, developing, and testing a mobile app, FluxStore comes as a complete solution for optimizing to deliver your app to the market with high productivity and cost-efficiency. It could be able to satisfy all of the business requirements, including e-commerce functionalities, impressive UX design, and smooth
performance on both iOS and Android devices.&lt;/p&gt;


	&lt;p&gt;If your business has already had the website built based on the WooCommerce website, then it is easy to
integrate with FluxStore in just a few steps, and quickly release the final app to both App Store and Google Play.
The download package includes the full source code and many related resources (designs, documents, videos&amp;#8230;) that
help you install more smoothly.&lt;/p&gt;


	&lt;p&gt;Either you are a business person with rising sales ambition or a developer with a faster mobile application creation need,
FluxStore provides you with solutions.&lt;br /&gt;
Faster- Smoother- Closer. &lt;/p&gt;


&lt;h2 id=&quot;item-description__apps-using-fluxstore&quot;&gt;&lt;strong&gt;APPS USING FLUXSTORE&lt;/strong&gt;&lt;/h2&gt;
 
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/r24_QaHIpPc?si=a2YInrJ2Ut6gI7zZ&quot; rel=&quot;nofollow&quot;&gt;Khareedo&lt;/a&gt;  Pakistan (100K+ Downloads)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/RhbIUr9Ms1M?si=PqqbFQu2oeI63umL&quot; rel=&quot;nofollow&quot;&gt;ShoplyGuys&lt;/a&gt;  India (100K+ Downloads)&lt;/li&gt; 
&lt;li&gt;&lt;a href=&quot;https://youtu.be/BwSM7fZwaxI?si=RDgTmGoXAkvc3vRO&quot; rel=&quot;nofollow&quot;&gt;Delaraat&lt;/a&gt;  Egypt (10K+ Downloads)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/lUnJ79dMDv8?si=VH3Q04WkUh2Qav9Q&quot; rel=&quot;nofollow&quot;&gt;Lalabix&lt;/a&gt;  UAE (10K+ Downloads)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/cvXQYJn34Zs?si=dUFXORiVGBgEl0D5&quot; rel=&quot;nofollow&quot;&gt;Cheers&lt;/a&gt;  Egypt (10K+ Downloads)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/pUPghGHDmt4?si=zte-9duvHvdZlFjS&quot; rel=&quot;nofollow&quot;&gt;LoyalPet Zone&lt;/a&gt; India (10K+ Downloads)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/live/vnzr-Sw1_O4?si=XtUwul_4bTuQ9BRL&quot; rel=&quot;nofollow&quot;&gt;Asoris&lt;/a&gt;  Indonesia (5K+ Downloads)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/imIlrN9eAaQ?si=fiWXqx4FJVk9B_DT&quot; rel=&quot;nofollow&quot;&gt;Toyagator&lt;/a&gt;  Italia (5K+ Downloads)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/w8t4jcxwLnk?si=IyFJI4xTkOV24tdt&quot; rel=&quot;nofollow&quot;&gt;Affiliate KDB Deals&lt;/a&gt;  India (50K+ Downloads)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/DZ_zrKiXpgs?si=JS9RL37eEFYeP8Kd&quot; rel=&quot;nofollow&quot;&gt;Househome Appliances&lt;/a&gt;  Palestine (10K+ Downloads) &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/_qlr7X0IYrE?si=oflS8KLr-LJFSop5&quot; rel=&quot;nofollow&quot;&gt;Brundo&lt;/a&gt;  Ethiopia&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/iJXaZThvZJQ?si=Qhx1vBcpHZVgWz-5&quot; rel=&quot;nofollow&quot;&gt;971NERDS Electronics&lt;/a&gt;  Dubai&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/Xc5YL8vUwFs?si=gkxVIuS86FwR4yPI&quot; rel=&quot;nofollow&quot;&gt;Mengotti Couture&lt;/a&gt;  Lebanon&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/s9vzNcjnELc?si=_lYmiGbPmvR5Ib_F&quot; rel=&quot;nofollow&quot;&gt;Los Castillos&lt;/a&gt;  Spain&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/23WiV2dSQz8?si=oq9KxBl2yfrRpd-j&quot; rel=&quot;nofollow&quot;&gt;EDS Esport&lt;/a&gt;  French&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;etc. and Your Apps?&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2 id=&quot;item-description__reference-links&quot;&gt;&lt;strong&gt;REFERENCE LINKS&lt;/strong&gt;&lt;/h2&gt;
 
&lt;table&gt;
 &lt;tr&gt;
    &lt;td&gt;App Showcase&lt;/td&gt;
    &lt;td&gt;&lt;a href=&quot;https://www.inspireui.com/showcase&quot; rel=&quot;nofollow&quot;&gt;Successful Clients&lt;/a&gt;, &lt;a href=&quot;https://www.youtube.com/watch?v=_PVJ2bI5bN8&amp;#38;list=PLcF-HiQy-jOLRvIpbBvlm3p4p-yTgr0IC&amp;#38;index=2&quot; rel=&quot;nofollow&quot;&gt;Others&lt;/a&gt;
&lt;/td&gt;
  &lt;/tr&gt;
   &lt;tr&gt;
    &lt;td&gt;User Guide&lt;/td&gt;
        &lt;td&gt;&lt;a href=&quot;https://support.inspireui.com/help-center/articles/35/36/2/getting-started&quot; rel=&quot;nofollow&quot;&gt;https://support.inspireui.com&lt;/a&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;Social Channels&lt;/td&gt;
    &lt;td&gt;&lt;a href=&quot;https://www.youtube.com/inspireui?sub_confirmation=1&quot; rel=&quot;nofollow&quot;&gt;Youtube&lt;/a&gt;, 
&lt;a href=&quot;https://www.facebook.com/groups/fluxbuilder&quot; rel=&quot;nofollow&quot;&gt;Facebook&lt;/a&gt;
&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;Demo&lt;/td&gt;
    &lt;td&gt;
&lt;a href=&quot;https://youtube.com/shorts/30b4nPiUCW8&quot; rel=&quot;nofollow&quot;&gt;Preview Video&lt;/a&gt;, &lt;a href=&quot;https://web.fluxstore.app&quot; rel=&quot;nofollow&quot;&gt;PWAs&lt;/a&gt;, &lt;a href=&quot;https://github.com/inspireui/fluxstore/releases/download/demo/fluxstore.apk&quot; rel=&quot;nofollow&quot;&gt;Android&lt;/a&gt;,
&lt;a href=&quot;https://apps.apple.com/us/app/mstore-flutter/id1469772800&quot; rel=&quot;nofollow&quot;&gt;iOS&lt;/a&gt;
&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;Others&lt;/td&gt;
    &lt;td&gt;&lt;a href=&quot;https://app.inspireui.com/woocommerce/plugins&quot; rel=&quot;nofollow&quot;&gt;Plugins&lt;/a&gt;,
&lt;a href=&quot;https://products.inspireui.com/fluxstore-woocommerce/changelog&quot; rel=&quot;nofollow&quot;&gt;Changelog&lt;/a&gt;,
&lt;a href=&quot;https://support.inspireui.com/help-center/articles/35/36/2/getting-started&quot; rel=&quot;nofollow&quot;&gt;Guide to use&lt;/a&gt;,
&lt;a href=&quot;https://products.inspireui.com/have-a-question/&quot; rel=&quot;nofollow&quot;&gt;Q&amp;#38;A&lt;/a&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

	&lt;p&gt;&lt;i&gt; Please note that this app is for &lt;strong&gt;single vendor&lt;/strong&gt;. For multi vendors app, please refer to &lt;a href=&quot;https://1.envato.market/NW4q1&quot; rel=&quot;nofollow&quot;&gt;FluxStore Multi Vendors&lt;/a&gt;.&lt;/i&gt;&lt;/p&gt;


&lt;h2 id=&quot;item-description__key-features&quot;&gt;&lt;strong&gt;KEY FEATURES&lt;/strong&gt;&lt;/h2&gt;
 
&lt;h3 id=&quot;item-description__-compatible-with-any-woocommerce-site&quot;&gt;&lt;strong&gt;✔ Compatible with Any WooCommerce Site&lt;/strong&gt;&lt;/h3&gt;
 
Convert your WooCommerce websites into native Apps to publish on both App Store and Google Play, with impressive UI design and rich e-commerce functionalities. 

&lt;h3 id=&quot;item-description__-white-label&quot;&gt;&lt;strong&gt;✔ White Label&lt;/strong&gt;&lt;/h3&gt;
 
Create both iOS and Android Apps with your Logo and Branding. Support the full custom by getting the full source code package, design assets, and Free Extra API. Free Lifetime upgrades.

&lt;h3 id=&quot;item-description__-instant-sync&quot;&gt;&lt;strong&gt;✔ Instant Sync&lt;/strong&gt;&lt;/h3&gt;
 
Changed data is automatically synced from the mobile app to the server and vice versa. The data will be updated smoothly without waiting.

&lt;h3 id=&quot;item-description__-wide-range-of-products-on-the-app&quot;&gt;&lt;strong&gt;✔ Wide Range of Products on the App&lt;/strong&gt;&lt;/h3&gt;
 
&lt;table&gt;
  &lt;tr&gt;
    &lt;td&gt;Simple product&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;Variable product (Colors, sizes, ...)&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;Grouped product&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;External/Affiliate product&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;Downloadable product (Digital, book stores)&lt;/td&gt;
  &lt;/tr&gt;
 &lt;tr&gt;
    &lt;td&gt;Upload file on product (e.g., for Pharmacy orders)&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;Minimum quantity product&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;Out of stock product&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;On sale product&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;Subscription&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;B2B wholesale product&lt;/td&gt;
  &lt;/tr&gt;

&lt;/table&gt;

&lt;h3 id=&quot;item-description__-easy-design-and-beautiful-ui&quot;&gt;&lt;strong&gt;✔ Easy Design and Beautiful UI &lt;/strong&gt;&lt;/h3&gt;
 
You can update your app&amp;#8217;s UI without re-publishing to Google Play and App Store.
&lt;br /&gt;
&lt;br /&gt;

	&lt;p&gt;&lt;strong&gt;Multi Homepage Templates &lt;/strong&gt; &amp;#8211; more than 65 rebuild Homepage Layouts, easy to
customize to make your own elegant themes. &lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Great UX design &lt;/strong&gt; &amp;#8211; multi-level categories (horizontal, menu, &lt;a href=&quot;https://tppr.me/jSMT5&quot; rel=&quot;nofollow&quot;&gt;side
  menu&lt;/a&gt;, card view, etc.), quick product filter, super smooth checkout flow, searching keyword history, Blog Detail screens &amp;#8211; change to different sexy blog detail news.&lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Flexible Design System &lt;/strong&gt; &amp;#8211; easy to configure the Homepage, Category, Blog with a bunch of built-in
components: Banner Slider, Banner Grouping, Multi-Column product view, Tinder animate layout, Stack animate layout,
SaleOff with Countdown, AppBar, &lt;a href=&quot;https://tppr.me/z91DB&quot; rel=&quot;nofollow&quot;&gt;Background&lt;/a&gt;, &lt;a href=&quot;https://youtu.be/BHVyj4ZM730&quot; rel=&quot;nofollow&quot;&gt;Instagram&lt;/a&gt;, &lt;a href=&quot;https://youtu.be/_4JKrNx1MEw&quot; rel=&quot;nofollow&quot;&gt;Story&lt;/a&gt;, Tiktok, &lt;a href=&quot;https://youtu.be/oFFnE1Ssm74&quot; rel=&quot;nofollow&quot;&gt;Smart Banner&lt;/a&gt;, &lt;a href=&quot;https://youtu.be/e0b8Fk07IYA&quot; rel=&quot;nofollow&quot;&gt;Shopping Video Scrolling&lt;/a&gt;, &lt;a href=&quot;https://youtube.com/shorts/RJa3EQxWhXM&quot; rel=&quot;nofollow&quot;&gt;auto-slide&lt;/a&gt;, &lt;a href=&quot;https://youtu.be/fygjlj4YtqY&quot; rel=&quot;nofollow&quot;&gt;Video on Banner Image Slider&lt;/a&gt;, Embedded Video, URL, HTML code, etc. &lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Flexible Category List &lt;/strong&gt; &amp;#8211; ability to &lt;a href=&quot;https://youtu.be/jvMXyEd52_U&quot; rel=&quot;nofollow&quot;&gt;remap&lt;/a&gt; new multi-category trees that are different from the backend site.&lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Advance Product Detail View Config &lt;/strong&gt; &amp;#8211; with the option to show SafeArea, Video, Thumbnail Gallery, Hero
Effect, Image Height, Inline Video on Product Detail, etc. &lt;br /&gt;&lt;/p&gt;


&lt;h3 id=&quot;item-description__-rich-app-features&quot;&gt;&lt;strong&gt;✔ Rich App Features&lt;/strong&gt;&lt;/h3&gt;
 

	&lt;p&gt;&lt;strong&gt;Multi Plugins &lt;/strong&gt; &amp;#8211; WPML, Polylang, AfterShip, OneSignal WordPress, Woocommerce Product
Add-Ons, YITH, &lt;a href=&quot;https://products.inspireui.com/fluxstore-woocommerce/supported-plugins/&quot; rel=&quot;nofollow&quot;&gt;etc.&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Multi Languages, RTL &lt;/strong&gt; &amp;#8211; switch or set the default language, auto-detect device locale, Language Picker,
easy to add/edit/delete a language: English, Japanese, Chinese, Indonesian, Spanish, Arabic, Tigrinya, Kurdish, Romanian, Turkish, Italian, German, Portuguese, Brazil, French, Thai, Russian, Poland, Serbian, Persian, Vietnamese, Hindi, Korean, Hungarian, Hebrew, Dutch, Polish, Ukrainian, Bengali, Swedish, Finland, Greek, Khmer, Marathi, Kannada, Czech, etc.&lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Multi Currencies &lt;/strong&gt; &amp;#8211; easy to add/edit/delete a currency, switch, or set default; also supports WOOCS Currency Switcher (FOX &amp;#8211; Currency Switcher Professional) &lt;a href=&quot;https://wordpress.org/plugins/woocommerce-currency-switcher&quot; rel=&quot;nofollow&quot;&gt;https://wordpress.org/plugins/woocommerce-currency-switcher&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Multi Payments &lt;/strong&gt; &amp;#8211; COD, Smart COD, Native payments {Paystack, PayTM, Paypal, Flutterwave, Razorpay, Mercado Pago, Direct Bank Transfer (BACS), PhonePe, etc.}, Webview payment supports all payments, Guest Checkout, and Shipping.&lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Extra Fees &lt;/strong&gt; &amp;#8211; &lt;a href=&quot;https://wordpress.org/plugins/woo-conditional-product-fees-for-checkout/&quot; rel=&quot;nofollow&quot;&gt;Extra Fees&lt;/a&gt; for WooCommerce, apply dynamic extra fees at checkout based on your customer&amp;#8217;s choices.&lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;YITH plugins &lt;/strong&gt; &amp;#8211; &lt;a href=&quot;https://yithemes.com/themes/plugins/yith-woocommerce-badge-management/&quot; rel=&quot;nofollow&quot;&gt;YITH WooCommerce Badge Management&lt;/a&gt;, YITH WooCommerce &lt;a href=&quot;https://wordpress.org/plugins/yith-woocommerce-featured-video/&quot; rel=&quot;nofollow&quot;&gt;Featured Video&lt;/a&gt;, YITH WooCommerce &lt;a href=&quot;https://en-gb.wordpress.org/plugins/yith-woocommerce-product-add-ons/&quot; rel=&quot;nofollow&quot;&gt;Product Add-Ons&lt;/a&gt;, etc.&lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;B2B Wholesale &lt;/strong&gt; &amp;#8211; set &lt;a href=&quot;https://wordpress.org/plugins/woocommerce-wholesale-prices/&quot; rel=&quot;nofollow&quot;&gt;WooCommerce Wholesale&lt;/a&gt; prices for the new user role. &lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Tera Wallet &lt;/strong&gt; &amp;#8211; allows customers to store their money in a digital wallet and make purchases.&lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Subscription, Brands&lt;/strong&gt; &amp;#8211; usability for Woocommerce subscription products and Brands carousel.
&lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Discount &lt;/strong&gt; &amp;#8211; Coupon, Sale off with Countdown, Point and Reward (WooCommerce).&lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Barcode &amp;#38; QR code Scanner &lt;/strong&gt; &amp;#8211; for WooCommerce, helps users scan the Barcodes or QR codes of a
Product or an Order quickly, reliably, and by all means less time-consuming &lt;a href=&quot;https://yithemes.com/themes/plugins/yith-woocommerce-barcodes-and-qr-codes&quot; rel=&quot;nofollow&quot;&gt;https://yithemes.com/themes/plugins/yith-woocommerce-barcodes-and-qr-codes&lt;/a&gt; &lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Webview and Token &lt;/strong&gt; &amp;#8211; option to add a Webview page. The user can access that page without re-login. Hide some webview UI.&lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Dynamic Links &lt;/strong&gt; &amp;#8211; Support FluxBuilder Dynamic Links, Branch.io, and self-hosted sharing links. Help your app to be reached more easily via another outside channel, for example, routing the user from a website to open your app.&lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Ads and more &lt;/strong&gt; &amp;#8211; Admob, Facebook Ads, Refund, Re-Order, WhatsApp Order, Synced Cart to Website, Map Picker (fill in Billing Address easier), Age Restrictions, Version Update Alert, In-app Updates, Recent products, Recent view, Review/rating products, Photo Reviews, PWAs and MacOS version.&lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Diverse Products &lt;/strong&gt; &amp;#8211; Upload File on product (for medicine store, to upload prescription);
Digital/downloadable, Affiliate product, product Group (WooCommerce), Dynamic
product Variant, different types of Layout (Colors, Dropdown, Box), Product Images options. &lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Push Notification &lt;/strong&gt; &amp;#8211; via OneSignal, Firebase; Order Status Notifications, In-app
notification, history messages. &lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Social Login &lt;/strong&gt; &amp;#8211; easy to register or sign up (Apple, Facebook, Google, Email), Biometrics Login (Face ID, Touch ID), SMS Login by Firebase
auth, &lt;a href=&quot;https://codecanyon.net/item/digits-wordpress-mobile-number-signup-and-login/19801105&quot;&gt;Digits : WordPress Mobile Phone Number OTP Signup and Login Form&lt;/a&gt;.&lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Smart Chat &lt;/strong&gt; &amp;#8211; easy to chat with vendor/admin (Messenger, WeChat, WhatsApp, SMS, Phone call, Gmail,
etc.), ChatGPT, supports the Intercom service, Firebase Realtime Chat. &lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Ajax Search Pro, FiboSearch &lt;/strong&gt; &amp;#8211; the best live search engine plugins for WordPress.&lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Powerful User Settings &lt;/strong&gt; &amp;#8211; view WishList, Order Tracking, Rate App on app stores, Dark theme, Smart Chat setting, switching languages, enable push notifications.&lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Powerful Option Config &lt;/strong&gt; &amp;#8211; option to enable Guest Checkout, Require Login, enable Shipping, and change currency format.&lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Account Deletion &lt;/strong&gt; &amp;#8211; following Apple&amp;#8217;s new policy, the Settings screen shows Account Deletion to allow Customers to remove accounts to protect their Data privacy.&lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;GDPR Compliance &lt;/strong&gt; &amp;#8211; flexible to show Privacy Policy on the Sign Up screen, or First Open; enable Onboarding screen.&lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Maintenance and Offline Modes &lt;/strong&gt; &amp;#8211; apps work smoothly when your Websites are in maintenance. Users can use your app even when the internet connection is lost.&lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Offline Images Caching &lt;/strong&gt; &amp;#8211; speed up the loading performance with the caching image offline method.&lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Google Analytics, Facebook Tracking &lt;/strong&gt; &amp;#8211; easy to track the user online and the number of registrations via Firebase in real-time; help understand the clients&amp;#8217; favorites through their activities and orders on the app, to measure ad performance, and build audiences for ad targeting.&lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Perfect splash animation &lt;/strong&gt; by using new Rive/Flare design tools, Lottie, Parallax Effect.
&lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Other features &lt;/strong&gt; &amp;#8211; many features on the &lt;a href=&quot;https://inspireui.com/feature-indexes&quot; rel=&quot;nofollow&quot;&gt;WooCommerce&lt;/a&gt; column.
&lt;br /&gt;&lt;/p&gt;


&lt;h3 id=&quot;item-description__-combine-source-code&quot;&gt;&lt;strong&gt;✔ Combine Source Code&lt;/strong&gt;&lt;/h3&gt;
 
&lt;strong&gt;Delivery Boy and Manager &lt;/strong&gt; &amp;#8211; ability to merge this FluxStore WooCommerce app with the source codes of &lt;a href=&quot;https://codecanyon.net/item/fluxstore-manager/29888574&quot;&gt;FluxStore Manager&lt;/a&gt; and &lt;a href=&quot;https://codecanyon.net/item/fluxstore-delivery-boy-flutter-app-for-woocommerce/32876204&quot;&gt;FluxStore Delivery Boy&lt;/a&gt; into &lt;a href=&quot;https://youtu.be/e_T07I-TlWM&quot; rel=&quot;nofollow&quot;&gt;one app&lt;/a&gt;. 
&lt;br /&gt;
&lt;br /&gt;

	&lt;p&gt;&lt;strong&gt;Merge with &lt;a href=&quot;https://1.envato.market/15aGKB&quot; rel=&quot;nofollow&quot;&gt;FluxGPT&lt;/a&gt; app&lt;/strong&gt; &amp;#8211; integrating with an app of Powerful ChatGPT, OpenAI Writing Assistant &amp;#38; Image Generator to unlock the potential to create a highly potent application.&lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;https://codecanyon.net/item/fluxstore-woocommerce-flutter-ecommerce-full-app/24050041?license=regular&amp;#38;open_purchase_for_item_id=24050041&amp;#38;purchasable=source&quot;&gt;
  &lt;img src=&quot;https://trello.com/1/cards/61c6d1109b48a06f73004fac/attachments/61c6d122958a8c1fe4260a1e/previews/61c6d124958a8c1fe4260a53/download/8_buynow.png&quot; alt=&quot;Flutter Mobile App: FluxStore WooCommerce - Flutter E-commerce Full App - 30&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;h2 id=&quot;item-description__regular-license&quot;&gt;&lt;strong&gt;REGULAR LICENSE&lt;/strong&gt;&lt;/h2&gt;
 
What will you get with a regular license?
&lt;ul&gt;
  &lt;li&gt;Android and iOS apps to publish on Google Play and App Store for lifetime&lt;/li&gt;
  &lt;li&gt;Native app with your Logo &amp;#38; Branding&lt;/li&gt;
  &lt;li&gt;Update app&amp;#8217;s UI without re-publishing to Google Play and App Store&lt;/li&gt;
  &lt;li&gt;Full Flutter source code for both PWA, iOS and Android apps&lt;/li&gt;
  &lt;li&gt;One-time purchase, Lifetime upgrade&lt;/li&gt;
  &lt;li&gt;Developer Team supports and advises during your app installation&lt;/li&gt;
  &lt;li&gt;Step-by-step documentation to create your iOS &amp;#38; Android apps&lt;/li&gt;
  &lt;li&gt;Free Video tutorial &lt;/li&gt;
  &lt;li&gt;Design Source by Figma design tools
  &lt;/li&gt;
  &lt;li&gt;Free Splash screen animate by Rive/Flare
  &lt;/li&gt;
  &lt;li&gt;Private &lt;a href=&quot;https://www.facebook.com/groups/1401824449973438/&quot; rel=&quot;nofollow&quot;&gt;Facebook Group&lt;/a&gt; to sharing knowledge  &lt;/li&gt;
  &lt;li&gt;Free translation service for your language&lt;/li&gt;
  &lt;li&gt;Free drag-and-drop FluxBuilder tool with features:
    &lt;ol&gt;
    &lt;li&gt;100+ UI Templates&lt;/li&gt;
    &lt;li&gt;Drag &amp;#38; Drop Design Customization&lt;/li&gt;
    &lt;li&gt;Features Configuration&lt;/li&gt;
    &lt;li&gt;App Design Sharing&lt;/li&gt;
    &lt;li&gt;Design History&lt;/li&gt;
    &lt;li&gt;Design &amp;#38; Feature files Download&lt;/li&gt;
    &lt;li&gt;Design &amp;#38; Features files Import&lt;/li&gt;
    &lt;li&gt;Design Upgrade without Republishing to App Stores&lt;/li&gt;
    &lt;li&gt;Unlimited Push Notifications&lt;/li&gt;
    &lt;li&gt;Unlimited App Editing&lt;/li&gt;
    &lt;li&gt;FluxBuilder translation into your language&lt;/li&gt;
    &lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__extended-license&quot;&gt;&lt;strong&gt;EXTENDED LICENSE&lt;/strong&gt;&lt;/h2&gt;
 
What will you get with an extended license?
&lt;ul&gt;
&lt;li&gt;Same as the regular one.&lt;/li&gt;
&lt;li&gt;Use in an end product that&amp;#8217;s sold, refer &lt;a href=&quot;https://codecanyon.net/licenses/standard&quot;&gt;Extended Licenses&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Lifetime access to all features of both FluxBuilder drag-n-drop app builder and FluxStore.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__animation-demo&quot;&gt;&lt;strong&gt;ANIMATION DEMO&lt;/strong&gt;&lt;/h2&gt;
&lt;table&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;img src=&quot;https://user-images.githubusercontent.com/1459805/61279067-9f14d900-a7df-11e9-9d22-18c0fe81ca88.gif&quot; alt=&quot;Flutter Mobile App: FluxStore WooCommerce - Flutter E-commerce Full App  - 18&quot; /&gt;
    &lt;/td&gt;
    &lt;td&gt;&lt;img src=&quot;https://user-images.githubusercontent.com/1459805/61279072-a0460600-a7df-11e9-9269-7bb770101631.gif&quot; alt=&quot;Flutter Mobile App: FluxStore WooCommerce - Flutter E-commerce Full App  - 19&quot; /&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;img src=&quot;https://user-images.githubusercontent.com/1459805/61279071-9fad6f80-a7df-11e9-8526-a7399c171501.gif&quot; alt=&quot;Flutter Mobile App: FluxStore WooCommerce - Flutter E-commerce Full App  - 20&quot; /&gt;
    &lt;/td&gt;
    &lt;td&gt;&lt;img src=&quot;https://user-images.githubusercontent.com/1459805/61279064-9e7c4280-a7df-11e9-9cc2-4594861a9be4.gif&quot; alt=&quot;Flutter Mobile App: FluxStore WooCommerce - Flutter E-commerce Full App  - 21&quot; /&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;img src=&quot;https://user-images.githubusercontent.com/1459805/61279062-9e7c4280-a7df-11e9-9a27-3c95d641316a.gif&quot; alt=&quot;Flutter Mobile App: FluxStore WooCommerce - Flutter E-commerce Full App  - 22&quot; /&gt;
    &lt;/td&gt;
    &lt;td&gt;&lt;img src=&quot;https://user-images.githubusercontent.com/1459805/61279074-a0460600-a7df-11e9-82e8-61a16b8ce8fa.gif&quot; alt=&quot;Flutter Mobile App: FluxStore WooCommerce - Flutter E-commerce Full App  - 23&quot; /&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;img src=&quot;https://user-images.githubusercontent.com/1459805/61279068-9f14d900-a7df-11e9-954a-368dcc9234d8.gif&quot; alt=&quot;Flutter Mobile App: FluxStore WooCommerce - Flutter E-commerce Full App  - 24&quot; /&gt;
    &lt;/td&gt;
    &lt;td&gt;&lt;img src=&quot;https://user-images.githubusercontent.com/1459805/61279080-a1773300-a7df-11e9-8ed4-411eeec5fb36.gif&quot; alt=&quot;Flutter Mobile App: FluxStore WooCommerce - Flutter E-commerce Full App  - 25&quot; /&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;img src=&quot;https://user-images.githubusercontent.com/1459805/61279065-9e7c4280-a7df-11e9-95d9-a89a05ffcb9d.gif&quot; alt=&quot;Flutter Mobile App: FluxStore WooCommerce - Flutter E-commerce Full App  - 26&quot; /&gt;
    &lt;/td&gt;
    &lt;td&gt;&lt;img src=&quot;https://user-images.githubusercontent.com/1459805/61279077-a0de9c80-a7df-11e9-9c94-c1a94d23a6bd.gif&quot; alt=&quot;Flutter App: FluxStore WooCommerce - Flutter E-commerce Full App  - 27&quot; /&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;img src=&quot;https://user-images.githubusercontent.com/1459805/61279076-a0de9c80-a7df-11e9-9ad0-1c664dacf8d7.gif&quot; alt=&quot;Flutter Mobile App: FluxStore WooCommerce - Flutter E-commerce Full App  - 28&quot; /&gt;
    &lt;/td&gt;
    &lt;td&gt;&lt;img src=&quot;https://user-images.githubusercontent.com/1459805/61279070-9fad6f80-a7df-11e9-9775-65868ee9f13e.gif&quot; alt=&quot;Flutter Mobile App: FluxStore WooCommerce - Flutter E-commerce Full App  - 29&quot; /&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

	&lt;p&gt;&lt;img src=&quot;https://trello.com/1/cards/61c6d1109b48a06f73004fac/attachments/61c6d12561a7468822ab83db/previews/61c6d12661a7468822ab840b/download/7_rating.png&quot; alt=&quot;Flutter Code: FluxStore WooCommerce - Flutter E-commerce Full App - 16&quot; /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;br /&gt;
&lt;img src=&quot;https://trello.com/1/cards/6237d7a3eb71c81e0a45964b/attachments/6295cac3c56ce36e865e5067/previews/6295cac4c56ce36e865e506f/download/changelog.png&quot; alt=&quot;Flutter Mobile App: FluxStore WooCommerce - Flutter E-commerce Full App - 30&quot; /&gt;
&lt;a href=&quot;https://www.youtube.com/inspireui?sub_confirmation=1&quot; rel=&quot;nofollow&quot;&gt;
  &lt;img src=&quot;https://trello.com/1/cards/61c6d1109b48a06f73004fac/attachments/61c6d120c15a39531f6fd96a/previews/61c6d121c15a39531f6fd971/download/10_video.png&quot; alt=&quot;Flutter Mobile App: FluxStore WooCommerce - Flutter E-commerce Full App - 30&quot; /&gt;
&lt;/a&gt;
&lt;a href=&quot;https://app.inspireui.com/woocommerce/changelog&quot; rel=&quot;nofollow&quot;&gt;
  &lt;img src=&quot;https://trello.com/1/cards/61c6d1109b48a06f73004fac/attachments/61c6d11f0a5ef27f2cfb22d5/previews/61c6d1200a5ef27f2cfb22dc/download/11_changelog.png&quot; alt=&quot;Flutter Mobile App: FluxStore WooCommerce - Flutter E-commerce Full App - 30&quot; /&gt;
&lt;/a&gt;
&lt;img src=&quot;https://trello.com/1/cards/61c6d1109b48a06f73004fac/attachments/61c6d11d5ddd538ed7f596bf/previews/61c6d11e5ddd538ed7f596c6/download/12_footer.png&quot; alt=&quot;Flutter Mobile App: FluxStore WooCommerce - Flutter E-commerce Full App - 30&quot; /&gt;&lt;/p&gt;</content>
			<author>
			  <name>InspireUI</name>
			</author>
		  </entry>
	  </feed>