» » Grocery, Food, Pharmacy, Store Delivery Mobile App with Admin Panel v1.3.0

Grocery, Food, Pharmacy, Store Delivery Mobile App with Admin Panel v1.3.0

Grocery, Food, Pharmacy, Store Delivery Mobile App with Admin Panel v1.3.0

Markets directory Management System Google Maps for showing restaurants on the maps with direction to them Entities & Models are ready to use. Clean & organized Dart Language code using MVC Pattern Easy to restyle and theming by on your branding sites. Working fine with bright and dark mode. Awesome animations are ready to use: Parallax Animations, Sliding & Swiping animations Working really well on both iOS and Android with support with 60 frames per second (fps).

Demo: https://codecanyon.net/item/grocery-food-pharmacy-store-delivery-mobile-app-with-admin-panel/26409320

https://www75.zippyshare.com/v/icmp7UjO/file.html
http://ul.to/fquri8p8
https://www.upload.ee/files/11802884/groceryfood-130.rar.html
https://ulozto.net/file/KgYVRHnM98Ls/groceryfood-130-rar
https://novafile.com/dty6jgh0pyc3
https://nippyshare.com/v/3905ed
https://www.mirrored.to/files/4ZJQIUFO/groceryfood-130.rar_links
https://mirrorace.com/m/2j9R5
https://mega4up.com/y3zunz8eeorq
https://dropapk.to/nosnudf8irm6
http://dl.free.fr/gUc7utlvn
https://ddownload.com/r8niajb3q1eh
https://dbree.org/v/3205ed
https://bayfiles.com/Td92jb47o0
https://anonfiles.com/jcA4je43o9
https://1fichier.com/?y3ky34dojvrjso19unpj

This file has UNTOUCHED status - (original developer code without any tampering done)

Related Articles

Comments(30)

    1. dynamorr wrote:
      Please post some good android content
    2. sunmughan wrote:
      Nulled ?
    3. Devops wrote:
      installation support or Any problems on this script Contact no WhatsApp https://is.gd/ih4ryC
      1. deburoy1910 wrote:
        Hi

        i'm getting this error can you help me

        Parse error: syntax error, unexpected '?' in /home/westernp/public_html/icsmarket/vendor/laravel/framework/src/Illuminate/Fo
        undation/helpers.php on line 500
    4. mustafash09 wrote:
      Thanks Admin for that App
      it's very good
      can you upload that app also please
      https://codecanyon.net/item/delivery-boy-for-groceries-foods-pharmacies-stores-
      flutter-app/26615174
    5. Mohammad75 wrote:
      Please upload delivery boy app
      https://codecanyon.net/item/delivery-boy-for-groceries-foods-pharmacies-stores-
      flutter-app/26615174
    6. durgeshc10 wrote:
      Kindly upload the Delivery Boy for Groceries, Foods, Pharmacies, Stores Flutter App. https://codecanyon.net/item/delivery-boy-for-groceries-foods-pharmacies-stores-
      flutter-app/26615174
    7. introvertking wrote:
      can anyone please provide "Delivery Boy for Groceries, Foods, Pharmacies, Stores Flutter App"
      this app too?

      https://codecanyon.net/item/delivery-boy-for-groceries-foods-pharmacies-stores-
      flutter-app/26615174?utm_source=codecanyon&utm_medium=grocery-delivery&utm_cont
      ent=demo-banner&utm_campaign=grocery-delivery-boy

      thanks in advance.
    8. arkobd1 wrote:
      For any kinda best food/groceries/medicine/shop app just whatsapp on: +8801907986369
    9. asadali wrote:
      Admin thanks for providing us these source codes can you please also add this https://codecanyon.net/item/love-photo-frames-love-gif-android-app-admob-facebo
      ok-integration/26918331
    10. enigmaelectronica wrote:
      Thanks admin, This script APP works very well.
    11. mskhokon wrote:
      Plax - Android Chat App with Voice/Video Calls
      https://codecanyon.net/item/plax-android-chatting-app-with-voicevideo-calls/245
      90019

      Abs Workouts & Fitness For Women (30 days Workout Plan)
      https://codecanyon.net/item/abs-workouts-fitness-for-women-30-days-workout-plan
      /26942301

      PS BuySell ( Olx, Mercari, Offerup, Carousell, Buy Sell ) Clone Classified App ( 2.7 )
      https://codecanyon.net/item/ps-buy-sell-olx-mercari-offerup-clone-classified-ap
      p/24220109
    12. Hasantkj wrote:
      please add this, i search this in google not available, i will make a game for education muslim, thanks before.

      https://codecanyon.net/item/crossword-puzzle-android/23261462
    13. Senorita wrote:
      Hi anyone can help me about this app? or have a perfect code no bugs
      https://www.codelist.cc/mobile/240098-ig-downloader-v14-instagram-tool-automati
      c-images-videos-status-downloader.html

      my error :
      Process 'command 'G:\Android\SDK\build-tools\29.0.3\aidl.exe'' finished with non-zero exit value -1073741819

      please help me sent to [email protected]
    14. deburoy1910 wrote:
      Hi Admin
      Thank you for this awesome app.
      I need your help i tried with Demo Script to upload and got the error so can you help with this.
      Here is the error getting after hosting in website:

      Parse error: syntax error, unexpected '?' in /home/westernp/public_html/icsmarket/vendor/laravel/framework/src/Illuminate/Fo
      undation/helpers.php on line 500

      Thanks in advance
    15. mskhokon wrote:
      Getting this error when try to add product image

      Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_ERROR)
      Call to a member function getMedia() on null

      Plz help

      /home/mydomain/groceryfood.mydomain.com/app/Http/Controllers/ProductController.
      php

      }

      /**
      * Store a newly created Product in storage.
      *
      * @param CreateProductRequest $request
      *
      * @return Response
      */
      public function store(CreateProductRequest $request)
      {
      $input = $request->all();
      $customFields = $this->customFieldRepository->findByField('custom_field_model', $this->productRepository->model());
      try {
      $product = $this->productRepository->create($input);
      $product->customFieldsValues()->createMany(getCustomFieldsValues($customF
      ields, $request));
      if (isset($input['image']) && $input['image']) {
      $cacheUpload = $this->uploadRepository->getByUuid($input['image']);
      $mediaItem = $cacheUpload->getMedia('image')->first();
      $mediaItem->copy($product, 'image');
      }
      } catch (ValidatorException $e) {
      Flash::error($e->getMessage());
      }

      Flash::success(__('lang.saved_successfully', ['operator' => __('lang.product')]));

      return redirect(route('products.index'));
      }

      /**
      * Display the specified Product.
      *
      * @param int $id
      *
      * @return Response
      * @throws \Prettus\Repository\Exceptions\RepositoryException
      */
      public function show($id)
      {

      Arguments

      "Call to a member function copy() on null"

      Image uploading failed....any solution
    16. zero0000 wrote:
      Hey Admin Buddy This Too Good And Thanks For Providing It To Us But There Is An Problem Bro! We Also Need Its Purchase Code To Unlock Its Some Features And Its Documentation Please Help smile
    17. bebe021182 wrote:
      update 1.4 vs please
    18. Devops wrote:
      if anyone needs Grocery, Food, Pharmacy App v1.4.0 script Contact no WhatsApp https://is.gd/ih4ryC
    19. alanoliveira wrote:
      Update 1.5.0 please?
      1. Devops wrote:
        For Update v1.5.0 script Contact no WhatsApp https://is.gd/ih4ryC
    20. darkpoint wrote:
      Please admin, update to 1.5
    21. kiranvm wrote:
      Thank You, Dear Admin Please update this script to V 1.5
      latest update
    22. BengbrangSquad wrote:
      Purchase Code?
    23. goodnwsz wrote:
      Please update v1.5
      1. techopener wrote:
        I have at very cheap price at 25 dollars with delivery boy panel only for 1o dollar plus documentation for free easy to use and get next update also free message me on whatsapp 0097334436170
    24. Kaparo1 wrote:
      this is so good of you admin give us a link for supporting your great contribution .
      if you need installation support get me vis 2512654233
    25. behemoth wrote:
      Hi.. Installation went well. but when I logged in and tried to change application name from settings and pressed submit - page 419 popped up..
      419 - Page Expired..
      could someone help..?
    26. stylecoder wrote:

      admin please share nulled this

      https://nulling.net/product/textify-text-on-photo-app-with-admob-facebook-ads/

      thanks

Add a Comment / Request Re-upload / Post Mirror Links

Information
Guests are not allowed to comment. Please register for a free account.