6amMart

View Categories

Rental Module addon

Note

For Rental Module , You need to use minimum code version 3.0

Setting Up the Rental Module in the User App #

1. 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.

2. Remove the Existing Taxi Module:

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

3. Run the following commands in your terminal:

flutter pub cache clean

flutter clean

4. Add the Rental Module:

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

5. Then Run the following commands in your terminal:

flutter pub get

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

Version Update – Rental Module  #

Note

This update applies only to existing users of the Rental Module.

If you want to upgrade your Rental Module to the latest version, follow one of the two methods below:

  1. Update by Changed Files
    • Locate the update folder named like:
      App changes from V1.0 to V1.1
    • Inside this folder, you will find files organized directory-wise.
    • Simply replace the old files in your project with the corresponding updated files in those directories
  2. Full Module Replacement
    • If you prefer, you can replace the entire Rental Module code with the latest version provided.

Warning

You can not switch from very older version to newer version. You can switch from previous version to new version