6amMart

Introducing 
Free QR Code Menu

6amtech’s
24 Scripts in One Bundle!

Don't Delay!

00 Hour
00 Min
00 Sec
View Categories

Rental Module addon

Setting Up the Rental Module in the User App #

Download the Required Files: #

  • Get the User app (without the rental module) from CodeCanyon and open it in your IDE.
  • Download the rental module code from CodeCanyon.

Remove the Existing Rental Module: #

  • Navigate to: lib/features/rental_module
  • Delete the rental_module folder (it contains no code).

Run the following commands in your terminal: #

flutter pub cache clean

flutter clean

Add the Rental Module: #

  • Extract the downloaded rental module ZIP file.
  • Place the extracted rental_module folder inside the features directory.

Then Run the following commands in your terminal: #

flutter pub get

Your rental module is now set up and ready to use!

Setting Up the Rental Module in the Vendor App #

Download the Required Files: #

  • Get the Vendor app (without the rental module) from CodeCanyon and open it in your IDE.
  • Download the rental module code from CodeCanyon.

Remove the Existing Rental Module: #

  • Navigate to: lib/features/rental_module
  • Delete the rental_module folder (it contains no code).

Run the following commands in your terminal: #

flutter pub cache clean

flutter clean

Add the Rental Module: #

  • Extract the downloaded rental module ZIP file.
  • Place the extracted rental_module folder inside the features directory.

Then Run the following commands in your terminal: #

flutter pub get

Your rental module is now set up and ready to use!