- Messages
- 2
- Reactions
- 0
100 reaction meanss6amMart - React User Website v3.1
*** Hidden text: cannot be quoted. ***
tell me how to get 100 reaction
Reacted by:
100 reaction meanss6amMart - React User Website v3.1
*** Hidden text: cannot be quoted. ***
Version 3.2 07 July 2025
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...
is it working on addon activation also ??raz0r updated 6amMart - Multivendor Food, Grocery, eCommerce, Parcel, Pharmacy delivery app with a new update entry:
6amMart 3.2 NULLED
Read the rest of this update entry...
can you also nulled the 6amMart Car Rental Module Addon? Thank you so much sirraz0r updated 6amMart - Multivendor Food, Grocery, eCommerce, Parcel, Pharmacy delivery app with a new update entry:
6amMart 3.2 NULLED
Read the rest of this update entry...
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
Nulled AddonApp Servicesis it working on addon activation also ??
No, addons will not stay enabledis it working on addon activation also ??
this is the error i getWho else is having issue building the apps with the car rental module? When i build without the rental Module all apps builds successfully. But whenever i add the rental module to the app code it always fails to build with errors on almost all the sub-folders in "rental_module"
Can anyone suggest on how to fix? Using flutter 3.32.5 (JDK17)
could you share the appconstant and light_themethis is the error i get
lib/theme/dark_theme.dart:17:22: Error: The argument type 'DialogTheme' can't be assigned to the parameter type 'DialogThemeData?'.
- 'DialogTheme' is from 'package:flutter/src/material/dialog_theme.dart' ('/C:/scr/flutter/packages/flutter/lib/src/material/dialog_theme.dart').
- 'DialogThemeData' is from 'package:flutter/src/material/dialog_theme.dart' ('/C:/scr/flutter/packages/flutter/lib/src/material/dialog_theme.dart').
dialogTheme: const DialogTheme(surfaceTintColor: Colors.white10),
^
lib/theme/dark_theme.dart:24:22: Error: The argument type 'TabBarTheme' can't be assigned to the parameter type 'TabBarThemeData?'.
- 'TabBarTheme' is from 'package:flutter/src/material/tab_bar_theme.dart' ('/C:/scr/flutter/packages/flutter/lib/src/material/tab_bar_theme.dart').
- 'TabBarThemeData' is from 'package:flutter/src/material/tab_bar_theme.dart' ('/C:/scr/flutter/packages/flutter/lib/src/material/tab_bar_theme.dart').
tabBarTheme: const TabBarTheme(dividerColor: Colors.transparent),
^
lib/theme/light_theme.dart:17:22: Error: The argument type 'DialogTheme' can't be assigned to the parameter type 'DialogThemeData?'.
- 'DialogTheme' is from 'package:flutter/src/material/dialog_theme.dart' ('/C:/scr/flutter/packages/flutter/lib/src/material/dialog_theme.dart').
- 'DialogThemeData' is from 'package:flutter/src/material/dialog_theme.dart' ('/C:/scr/flutter/packages/flutter/lib/src/material/dialog_theme.dart').
dialogTheme: const DialogTheme(surfaceTintColor: Colors.white),
^
lib/theme/light_theme.dart:24:22: Error: The argument type 'TabBarTheme' can't be assigned to the parameter type 'TabBarThemeData?'.
- 'TabBarTheme' is from 'package:flutter/src/material/tab_bar_theme.dart' ('/C:/scr/flutter/packages/flutter/lib/src/material/tab_bar_theme.dart').
- 'TabBarThemeData' is from 'package:flutter/src/material/tab_bar_theme.dart' ('/C:/scr/flutter/packages/flutter/lib/src/material/tab_bar_theme.dart').
tabBarTheme: const TabBarTheme(dividerColor: Colors.transparent),
^
lib/features/rental_module/rental_cart_screen/domain/repository/taxi_cart_repository.dart:137:66: Error: Member not found: 'getTripTaxUri'.
Response response = await apiClient.postData('${AppConstants.getTripTaxUri}${!AuthHelper.isLoggedIn() ? '?guest_id=${AuthHelper.getGuestId()}' : ''}', data);
^^^^^^^^^^^^^
lib/features/rental_module/rental_cart_screen/taxi_cart_screen.dart:169:49: Error: Member not found: 'dayWise'.
'${rentalType == AppConstants.dayWise ? 'duration'.tr : 'estimated'.tr} ${rentalType == AppConstants.distanceWise
^^^^^^^
lib/features/rental_module/rental_cart_screen/taxi_cart_screen.dart:169:120: Error: Member not found: 'distanceWise'.
'${rentalType == AppConstants.dayWise ? 'duration'.tr : 'estimated'.tr} ${rentalType == AppConstants.distanceWise
^^^^^^^^^^^^
lib/features/rental_module/rental_cart_screen/taxi_cart_screen.dart:171:52: Error: Member not found: 'dayWise'.
: rentalType == AppConstants.dayWise ? estimatedDay.toStringAsFixed(0)
^^^^^^^
lib/features/rental_module/rental_cart_screen/taxi_cart_screen.dart:173:54: Error: Member not found: 'distanceWise'.
' ${rentalType == AppConstants.distanceWise ? 'km'.tr : rentalType == AppConstants.dayWise ? 'day' : 'hrs'.tr}',
^^^^^^^^^^^^
lib/features/rental_module/rental_cart_screen/taxi_cart_screen.dart:173:106: Error: Member not found: 'dayWise'.
' ${rentalType == AppConstants.distanceWise ? 'km'.tr : rentalType == AppConstants.dayWise ? 'day' : 'hrs'.tr}',
^^^^^^^
lib/features/rental_module/rental_location_screen/taxi_location_result_screen.dart:170:143: Error: The getter 'vehicleDayWiseMinPrice' isn't defined for the class 'ConfigModel'.
- 'ConfigModel' is from 'package:sixam_mart/common/models/config_model.dart' ('lib/common/models/config_model.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'vehicleDayWiseMinPrice'.
isClockIcon: false, haveVehicle: widget.vehicle != null, dailyMinPrice: Get.find<SplashController>().configModel!.vehicleDayWiseMinPrice ?? 0,
^^^^^^^^^^^^^^^^^^^^^^
lib/features/rental_module/rental_checkout_screen/taxi_checkout_screen.dart:365:51: Error: Member not found: 'dayWise'.
'${rentalType == AppConstants.dayWise ? 'duration'.tr : 'estimated'.tr} ${rentalType == AppConstants.distanceWise
^^^^^^^
lib/features/rental_module/rental_checkout_screen/taxi_checkout_screen.dart:365:122: Error: Member not found: 'distanceWise'.
'${rentalType == AppConstants.dayWise ? 'duration'.tr : 'estimated'.tr} ${rentalType == AppConstants.distanceWise
^^^^^^^^^^^^
lib/features/rental_module/rental_checkout_screen/taxi_checkout_screen.dart:367:52: Error: Member not found: 'dayWise'.
: rentalType == AppConstants.dayWise ? estimatedDay.toStringAsFixed(0)
^^^^^^^
lib/features/rental_module/rental_checkout_screen/taxi_checkout_screen.dart:369:54: Error: Member not found: 'distanceWise'.
' ${rentalType == AppConstants.distanceWise ? 'km'.tr : rentalType == AppConstants.dayWise ? 'day' : 'hrs'.tr}',
^^^^^^^^^^^^
lib/features/rental_module/rental_checkout_screen/taxi_checkout_screen.dart:369:106: Error: Member not found: 'dayWise'.
' ${rentalType == AppConstants.distanceWise ? 'km'.tr : rentalType == AppConstants.dayWise ? 'day' : 'hrs'.tr}',
^^^^^^^
lib/features/rental_module/rental_location_screen/widgets/taxi_location_result_bottom_sheet.dart:181:143: Error: The getter 'vehicleDayWiseMinPrice' isn't defined for the class 'ConfigModel'.
- 'ConfigModel' is from 'package:sixam_mart/common/models/config_model.dart' ('lib/common/models/config_model.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'vehicleDayWiseMinPrice'.
isClockIcon: false, haveVehicle: widget.vehicle != null, dailyMinPrice: Get.find<SplashController>().configModel!.vehicleDayWiseMinPrice??0,
^^^^^^^^^^^^^^^^^^^^^^
lib/features/rental_module/rental_cart_screen/widgets/trip_type_bottom_sheet_widget.dart:95:100: Error: The getter 'vehicleDayWiseMinPrice' isn't defined for the class 'ConfigModel'.
- 'ConfigModel' is from 'package:sixam_mart/common/models/config_model.dart' ('lib/common/models/config_model.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'vehicleDayWiseMinPrice'.
tripType: 'day_wise', dailyMinPrice: Get.find<SplashController>().configModel!.vehicleDayWiseMinPrice ?? 0, amount: '', discountAmount: '',
^^^^^^^^^^^^^^^^^^^^^^
lib/features/rental_module/vehicle_details_screen/vehicle_details_screen.dart:327:57: Error: Member not found: 'hourly'.
double a = rentalType == AppConstants.hourly ? (vehicle.hourlyPrice ?? 0) : rentalType == AppConstants.dayWise ? (vehicle.dayWisePrice ?? 0) : (vehicle.distancePrice ?? 0);
Here are the App_constant and Light_themecould you share the appconstant and light_theme