Flutter Version Release Note

BugFixed

  • Fixed item detail black screen
  • Fixed dark Mode design at Checkout Page
  • Fixed email validation at shipping and billing address pages
  • Fixed InputData missing after selecting phoneCode at shipping and billing pages
  • Fixed privacy and policy cannot be clickable at Checkout Page
  • Fixed not Showing any action after clicking place order button at checkout page(added loading ialog )
  • Fixed duplicate items at related products and related products view all page
  • Fixed if all product item card at horizontal, vertical and including from category and profile page annot clickable,
  • Fixed discount price not showing at chat page and offer dialog
  • Fixed cannot scroll more than 30 items at item entry(single data selection)
  • Fixed Braintree PayPal SDK Update
  • Fixed not showing correct languages at pages

Improvement

  • Single Item Checkout
    • available with Stripe, Razor, Paystack & Cash On Delivery Payments
    • Harnessing Delivery Info Address (Read More)
    • Added the Fixed Delivery Charges depending on each Vendor (Read More)

New

  • Only Vendor Can Upload Item (Read More)
  • Add to Cart & Basket Checkout (Read More)
    • available with PayPal, Stripe, Razor, Paystack & Cash On Delivery Payments
    • Harnessing Delivery Info Address (Read More)
    • Fixed Delivery Charges depending on each Vendor (Read More)
– android/app/build.gradle
– android/app/src/main/res/values/strings.xml
– assets/images/checkout_no_order.png
– assets/images/empty_cart.svg
– assets/images/payment/cash_on_delivery.png
– assets/lang/ar_tran.json
– assets/lang/de_tran.json
– assets/lang/en_tran.json
– assets/lang/es_tran.json
– assets/lang/fr_tran.json
– assets/lang/hi_tran.json
– assets/lang/id_tran.json
– assets/lang/it_tran.json
– assets/lang/ja_tran.json
– assets/lang/ko_tran.json
– assets/lang/ms_tran.json
– assets/lang/pt_tran.json
– assets/lang/ru_tran.json
– assets/lang/th_tran.json
– assets/lang/tr_tran.json
– assets/lang/zh_tran.json
– ios/Runner/AppDelegate.swift
– ios/Runner/Info.plist
– lib/config/ps_config.dart
– lib/config/ps_theme_data.dart
– lib/config/route/route_paths.dart
– lib/config/route/router.dart
– lib/core/vendor/api/common/ps_api.dart
– lib/core/vendor/api/ps_api_service.dart
– lib/core/vendor/api/ps_url.dart
– lib/core/vendor/constant/ps_constants.dart
– lib/core/vendor/db/add_to_cart_dao.dart
– lib/core/vendor/db/all_billing_address_dao.dart
– lib/core/vendor/db/all_shipping_address_dao.dart
– lib/core/vendor/db/common/ps_shared_preferences.dart
– lib/core/vendor/db/default_billing_shipping_dao.dart
– lib/core/vendor/db/order_detail_dao.dart
– lib/core/vendor/db/order_id_dao.dart
– lib/core/vendor/db/user_field_dao.dart
– lib/core/vendor/db/vendor_branch_dao.dart
– lib/core/vendor/db/vendor_info_dao.dart
– lib/core/vendor/db/vendor_subscription_plan_dao.dart
– lib/core/vendor/db/vendor_user_dao.dart
– lib/core/vendor/provider/*
– lib/core/vendor/repository/Common/add_new_shipping_address_repository.dart
– lib/core/vendor/repository/add_new_billing_address_repository.dart
– lib/core/vendor/repository/add_to_cart_repository.dart
– lib/core/vendor/repository/all_billing_address_repository.dart
– lib/core/vendor/repository/all_shipping_address_repository.dart
– lib/core/vendor/repository/clear_all_data_repository.dart
– lib/core/vendor/repository/customize_ui_detail_repository.dart
– lib/core/vendor/repository/default_billing_shipping_repository.dart
– lib/core/vendor/repository/edit_billing_address_repository.dart
– lib/core/vendor/repository/edit_shipping_address_repository.dart
– lib/core/vendor/repository/language_repository.dart
– lib/core/vendor/repository/order_detail_repository.dart
– lib/core/vendor/repository/order_id_repository.dart
– lib/core/vendor/repository/product_repository.dart
– lib/core/vendor/repository/user_field_repository.dart
– lib/core/vendor/repository/vendor_branch_repository.dart
– lib/core/vendor/repository/vendor_info_repository.dart
– lib/core/vendor/repository/vendor_item_bought_repository.dart
– lib/core/vendor/repository/vendor_paypal_token_repository.dart
– lib/core/vendor/repository/vendor_search_repository.dart
– lib/core/vendor/repository/vendor_subscription_plan_repository.dart
– lib/core/vendor/repository/vendor_user_repository.dart
– lib/core/vendor/utils/ps_progress_dialog.dart
– lib/core/vendor/utils/utils.dart
– lib/core/vendor/viewobject/all_billing_address.dart
– lib/core/vendor/viewobject/all_shipping_address.dart
– lib/core/vendor/viewobject/common/ps_value_holder.dart
– lib/core/vendor/viewobject/default_billing_and_shipping.dart
– lib/core/vendor/viewobject/holder/add_to_cart_parameter_holder.dart
– lib/core/vendor/viewobject/holder/edit_billing_address_holder.dart
– lib/core/vendor/viewobject/holder/edit_shipping_address_holder.dart
– lib/core/vendor/viewobject/holder/intent_holder/map_pin_intent_holder.dart
– lib/core/vendor/viewobject/holder/intent_holder/product_detail_intent_holder.dart
– lib/core/vendor/viewobject/holder/intent_holder/search_sub_category_intent_holder copy.dart
– lib/core/vendor/viewobject/holder/intent_holder/vendor_application_form_intent_holder.dart
– lib/core/vendor/viewobject/holder/new_billing_address.dart
– lib/core/vendor/viewobject/holder/new_shipping_address.dart
– lib/core/vendor/viewobject/holder/order_and_billing_parameter_holder.dart
– lib/core/vendor/viewobject/holder/payment_holder.dart
– lib/core/vendor/viewobject/holder/product_detail_and_address_intent_holder.dart
– lib/core/vendor/viewobject/holder/profile_update_view_holder.dart
– lib/core/vendor/viewobject/holder/vendor_item_bought_parameter_holder.dart
– lib/core/vendor/viewobject/holder/vendor_search_parameter_holder.dart
– lib/core/vendor/viewobject/item_info.dart
– lib/core/vendor/viewobject/order_summary.dart
– lib/core/vendor/viewobject/order_summary_detail.dart
– lib/core/vendor/viewobject/product.dart
– lib/core/vendor/viewobject/product_entry_field.dart
– lib/core/vendor/viewobject/shopping_cart.dart
– lib/core/vendor/viewobject/shopping_cart_item.dart
– lib/core/vendor/viewobject/vendor_config.dart
– lib/core/vendor/viewobject/vendor_delivery_setting.dart
– lib/core/vendor/viewobject/vendor_info.dart
– lib/core/vendor/viewobject/vendor_list.dart
– lib/core/vendor/viewobject/vendor_payment_attributes.dart
– lib/core/vendor/viewobject/vendor_subscription_plan.dart
– lib/core/vendor/viewobject/vendor_user.dart
– lib/main.dart
– lib/ui/custom_ui/add_to_cart/components/avaliable_vertical_list_view.dart
– lib/ui/custom_ui/add_to_cart/components/sold_out_vertical_list_view.dart
– lib/ui/custom_ui/add_to_cart/components/widgets/shopping_cart_empty_box.dart
– lib/ui/custom_ui/add_to_cart/components/widgets/shopping_cart_item_widget.dart
– lib/ui/custom_ui/add_to_cart/components/widgets/shopping_cart_order_summary_widget.dart
– lib/ui/custom_ui/add_to_cart/view/add_to_cart_view.dart
– lib/ui/custom_ui/category/view/search_category_history_view_container.dart
– lib/ui/custom_ui/chat/component/detail/conversation_list/chat_make_appoinment_dialog.dart
– lib/ui/custom_ui/chat/component/detail/conversation_list/widgets/common/chat_price_widget.dart
– lib/ui/custom_ui/checkout/*
– lib/ui/custom_ui/dashboard/components/home/widgets/home_latest_vendor_list_widget.dart
– lib/ui/custom_ui/dashboard/components/home/widgets/vendor_application_card_widget.dart
– lib/ui/custom_ui/item/*
– lib/ui/custom_ui/language/view/onboard_language_container_view.dart
– lib/ui/custom_ui/order_detail/*
– lib/ui/custom_ui/order_successful/*
– lib/ui/custom_ui/user/*
– lib/ui/custom_ui/vendor/components/filter_vendor_list.dart
– lib/ui/custom_ui/vendor/components/filter_vendor_nav.dart
– lib/ui/custom_ui/vendor/view/latest_vendor_filter_view.dart
– lib/ui/custom_ui/vendor/view/search_vendor_view.dart
– lib/ui/custom_ui/vendor_applicaion/component/vendor_application_form_view.dart
– lib/ui/custom_ui/vendor_applicaion/component/widget/apply_button.dart
– lib/ui/custom_ui/vendor_applicaion/component/widget/document_widget.dart
– lib/ui/custom_ui/vendor_applicaion/view/vendor_application_form_container_view.dart
– lib/ui/custom_ui/vendor_subscription/component/vendor_subscription_card.dart
– lib/ui/custom_ui/vendor_subscription/view/vendor_registeration_success_view.dart
– lib/ui/custom_ui/vendor_subscription/view/vendor_subscription_view.dart
– lib/ui/vendor_ui/activity_log/*
– lib/ui/vendor_ui/add_to_cart/components/available_vertical_list_view.dart
– lib/ui/vendor_ui/add_to_cart/components/sold_out_vertical_list_view.dart
– lib/ui/vendor_ui/add_to_cart/components/widgets/shopping_card_empty_box.dart
– lib/ui/vendor_ui/add_to_cart/components/widgets/shopping_cart_item_widget.dart
– lib/ui/vendor_ui/add_to_cart/components/widgets/shopping_cart_order_summary_widget.dart
– lib/ui/vendor_ui/add_to_cart/view/add_to_cart_view.dart
– lib/ui/vendor_ui/all_search/*
– lib/ui/vendor_ui/app_info/component/link_info.dart
– lib/ui/vendor_ui/app_info/component/phone_info.dart
– lib/ui/vendor_ui/app_loading/component/loading_ui.dart
– lib/ui/vendor_ui/app_loading/view/app_loading_view.dart
– lib/ui/vendor_ui/blog/component/blog_details_widget.dart
– lib/ui/vendor_ui/blog/component/slider/blog_product_slider_widget.dart
– lib/ui/vendor_ui/blog/component/slider/widgets/blog_slider_dots_widget.dart
– lib/ui/vendor_ui/blog/view/blog_detail_view.dart
– lib/ui/vendor_ui/blog/view/blog_list_container.dart
– lib/ui/vendor_ui/category/*
– lib/ui/vendor_ui/chat/*
– lib/ui/vendor_ui/checkout/*
– lib/ui/vendor_ui/common/*
– lib/ui/vendor_ui/contact/component/contact_us_view.dart
– lib/ui/vendor_ui/contact/view/contact_us_container_view.dart
– lib/ui/vendor_ui/dashboard/*
– lib/ui/vendor_ui/force_update/component/force_update_button.dart
– lib/ui/vendor_ui/force_update/view/force_update_view.dart
– lib/ui/vendor_ui/gallery/component/detail/close_photo_view_icon.dart
– lib/ui/vendor_ui/history/component/list/history_list.dart
– lib/ui/vendor_ui/history/component/list/widgets/history_list_item.dart
– lib/ui/vendor_ui/history/view/history_list_container.dart
– lib/ui/vendor_ui/introslider/*
– lib/ui/vendor_ui/introslider/view/intro_slider_view.dart
– lib/ui/vendor_ui/item/*
– lib/ui/vendor_ui/language/component/choose_language/language_list_item.dart
– lib/ui/vendor_ui/language/component/choose_language/language_search_widget.dart
– lib/ui/vendor_ui/language/view/choose_language_view.dart
– lib/ui/vendor_ui/language/view/onboard_language_container_view.dart
– lib/ui/vendor_ui/location/*
– lib/ui/vendor_ui/map/component/filter/apply_button.dart
– lib/ui/vendor_ui/map/component/filter/reset_button.dart
– lib/ui/vendor_ui/map/view/google_map_filter_view.dart
– lib/ui/vendor_ui/map/view/google_map_pin_view.dart
– lib/ui/vendor_ui/map/view/map_filter_view.dart
– lib/ui/vendor_ui/map/view/map_pin_view.dart
– lib/ui/vendor_ui/noti/component/appbar_noti_icon.dart
– lib/ui/vendor_ui/noti/component/list/noti_list_view.dart
– lib/ui/vendor_ui/noti/component/list/widgets/noti_list_item.dart
– lib/ui/vendor_ui/noti/view/noti_detail_view.dart
– lib/ui/vendor_ui/noti/view/noti_list_view_container.dart
– lib/ui/vendor_ui/offer/*
– lib/ui/vendor_ui/offline_payment/component/offline_payment_item.dart
– lib/ui/vendor_ui/offline_payment/component/pay_offline_button.dart
– lib/ui/vendor_ui/offline_payment/view/offline_payment_view.dart
– lib/ui/vendor_ui/order_detail/*
– lib/ui/vendor_ui/order_successful/*
– lib/ui/vendor_ui/package/*
– lib/ui/vendor_ui/rating/*
– lib/ui/vendor_ui/safety_tips/view/safety_tips_view.dart
– lib/ui/vendor_ui/setting/*
– lib/ui/vendor_ui/setting/view/setting_container_view.dart
– lib/ui/vendor_ui/sort_widget/ps_dynamic_option.dart
– lib/ui/vendor_ui/sort_widget/ps_dynamic_provider.dart
– lib/ui/vendor_ui/sort_widget/ps_dynamic_widget.dart
– lib/ui/vendor_ui/subcategory/*
– lib/ui/vendor_ui/terms_and_conditions/*
– lib/ui/vendor_ui/user/*
– lib/ui/vendor_ui/vendor/components/filter_vendor_list.dart
– lib/ui/vendor_ui/vendor/components/filter_vendor_nav.dart
– lib/ui/vendor_ui/vendor/view/latest_vendor_filter_view.dart
– lib/ui/vendor_ui/vendor/view/latest_vendor_veritcal_list_view.dart
– lib/ui/vendor_ui/vendor/view/search_vendor_view.dart
– lib/ui/vendor_ui/vendor_applicaion/component/vendor_application_form_view.dart
– lib/ui/vendor_ui/vendor_applicaion/component/widget/apply_button.dart
– lib/ui/vendor_ui/vendor_applicaion/component/widget/document_widget.dart
– lib/ui/vendor_ui/vendor_applicaion/component/widget/vendor_currency_widget.dart
– lib/ui/vendor_ui/vendor_applicaion/view/vendor_application_form_container_view.dart
– lib/ui/vendor_ui/vendor_subscription/component/vendor_subscription_card.dart
– lib/ui/vendor_ui/vendor_subscription/view/vendor_registeration_success_view.dart
– lib/ui/vendor_ui/vendor_subscription/view/vendor_subscription_view.dart
– pubspec.lock
– pubspec.yaml

– Flutter SDK version – 3.16.0
– Android SDK version – 30.0.3

Admin Panel Version Release Note

BugFixed

  • Fixed not show user name if user  is empty at customize ui detail at Frontend
  • Fixed Description in Buyer Report at Backend
  • Fixed Table Column Alignment in Report Table at Backend
  • Fixed Description in Buyer Report Details at Backend
  • Fixed Bug that occurs when ‘Clear Filter’ at Backend
  • Fixed removing Sorting Arrow in ‘Detail’ Column at Backend
  • Fixed spelling mistake in User Report Details at Backend
  • Fixed Profile Photo Ratio at Backend
  • Fixed Error in Clear Filter Function at Backend
  • Fixed Hiding Publish Field at Backend
  • Fixed Spelling Mistake in Edit Language at Backend
  • Fixed Adding Mandatory Star in Add Offline Payment Description at Backend
  • Fixed Spelling in Offline Payment Setting at Backend
  • Fixed Error Message in Payment Currency Delete at Backend
  • Fixed Loading Button Error in Promotion IAPs at Backend
  • Fixed images not working at category/subcategory csv import for data entry at Backend
  • Fixed Status error in Location city/township csv import for data entry at Backend

Improvement

  • Improved Dashboard Performance Optimization
  • Improved Text Editor for media url upload (eg : youtube link)
  • Improved in Transaction Report, adding Export Button and Transaction Detail Features at Vendor Panel
  • Single Item Checkout
    • available with Stripe, Razor, Paystack & Cash On Delivery Payments
    • Harnessing Delivery Info Address (Read More)
    • Added the Fixed Delivery Charges depending on each Vendor (Read More)

New

  • Project Reset in PSX Builder Setting (Read More)
  • Only Vendor Can Upload Item (Read More)
  • Vendor Currency for each Vendor (Read More)
  • Add to Cart & Basket Checkout (Read More)
    • available with PayPal, Stripe, Razor, Paystack & Cash On Delivery Payments
    • Harnessing Delivery Info Address (Read More)
    • Fixed Delivery Charges depending on each Vendor (Read More)
Modules/*
app/*
resources/*
routes/*
public/images/*
README.md
composer.json
package.json

Before Update this Version Using Updater (Via Version Update Notification), you need to update php path in .env file first according to this documentation

We’re pleased to announce an update that allows existing vendors to seamlessly update their default currency within our platform. For more details, please refer to the documentation provided. We kindly request vendor owners to take note of this update for smooth integration into their operations.

Additional Release Version 1.4.3.1

This additional release ensures compliance with Google Play Store policies and introduces a new Vendor Checkout Setting for enhanced customization. Upgrade now for improved functionality and control over your checkout process.

Flutter Version Release Note

  • Fixed for android:host change at deeplink
  • Fixed for IOS issue
  • Fixed for Your latest production release (26 (1.4.3)) contains SDK issues (According to Google Play Store’s Warning)
  • Improved for auto logout when user account was deleted by user data deletion request (According to Google Play Store’s Policy)
– android/app/build.gradle
– android/app/src/main/AndroidManifest.xml
– lib/config/ps_config.dart
– lib/core/vendor/api/ps_api_service.dart
– lib/core/vendor/db/all_billing_address_dao.dart
– lib/core/vendor/db/all_shipping_address_dao.dart
– lib/core/vendor/db/sub_category_dao.dart
– lib/core/vendor/provider/about_us/about_us_provider.dart
– lib/core/vendor/provider/all_billing_address/all_billing_address_provider.dart
– lib/core/vendor/provider/all_shipping_address/all_shipping_address_provider.dart
– lib/core/vendor/provider/blog/blog_provider.dart
– lib/core/vendor/provider/default_billing_and_shipping/default_shipping_billing_provider.dart
– lib/core/vendor/provider/order_detail/order_detail_provider.dart
– lib/core/vendor/provider/product/reported_item_provider.dart
– lib/core/vendor/provider/ps_provider_dependencies.dart
– lib/core/vendor/provider/subcategory/sub_category_provider.dart
– lib/core/vendor/provider/user/blocked_user_provider.dart
– lib/core/vendor/provider/user/user_provider.dart
– lib/core/vendor/provider/vendor_subscription_plan/vendor_subscription_plan_provider.dart
– lib/core/vendor/repository/about_us_repository.dart
– lib/core/vendor/repository/all_billing_address_repository.dart
– lib/core/vendor/repository/all_shipping_address_repository.dart
– lib/core/vendor/repository/blocked_user_repository.dart
– lib/core/vendor/repository/clear_all_data_repository.dart
– lib/core/vendor/repository/default_billing_shipping_repository.dart
– lib/core/vendor/repository/delete_task_repository.dart
– lib/core/vendor/repository/order_detail_repository.dart
– lib/core/vendor/repository/reported_item_repository.dart
– lib/core/vendor/repository/sub_category_repository.dart
– lib/core/vendor/repository/user_repository.dart
– lib/core/vendor/repository/vendor_subscription_plan_repository.dart
– lib/ui/vendor_ui/app_info/view/app_info_view.dart
– lib/ui/vendor_ui/chat/view/chat_view.dart
– lib/ui/vendor_ui/checkout/component/billing_address_list/billing_address_list_view.dart
– lib/ui/vendor_ui/checkout/component/shipping_address_list/shipping_address_list_view.dart
– lib/ui/vendor_ui/checkout/view/checkout_view.dart
– lib/ui/vendor_ui/dashboard/components/home/home_dashboard_view.dart
– lib/ui/vendor_ui/faq/view/setting_faq_view.dart
– lib/ui/vendor_ui/item/list_with_filter/components/category/widgets/category_tile_with_expansion.dart
– lib/ui/vendor_ui/order_detail/view/order_detail_view.dart
– lib/ui/vendor_ui/privacy_policy/view/setting_privacy_policy_view.dart
– lib/ui/vendor_ui/subcategory/view/search_sub_category_history_view_container.dart
– lib/ui/vendor_ui/subcategory/view/sub_category_filter_list_view_container.dart
– lib/ui/vendor_ui/subcategory/view/sub_category_vertical_view_container.dart
– lib/ui/vendor_ui/terms_and_conditions/view/agree_terms_and_conditions_view.dart
– lib/ui/vendor_ui/terms_and_conditions/view/setting_terms_and_conditions_view.dart
– lib/ui/vendor_ui/user/blocked_user/component/blocked_user_list_view.dart
– lib/ui/vendor_ui/vendor_subscription/view/vendor_subscription_view.dart
– pubspec.lock
– pubspec.yaml

Admin Panel Version Release Note

  • Improved for auto logout in other browser when user account was deleted by user data deletion request (According to Google Play Store’s Policy)
  • Improved for Vendor Checkout Feature Setting (Read More)
– Modules/Template/PSXFETemplate/Resources/Pages/vendor/components/layouts/navbar/PsNavBar.vue
– Modules/Template/PSXFETemplate/Resources/Pages/vendor/views/item/detail/components/ItemDetailPriceInfoCard.vue
– Modules/Template/PSXFETemplate/Resources/Pages/vendor/views/user/DataDeletion.vue
– Modules/Template/PSXFETemplate/Resources/Pages/vendor/components/core/dialogs/PsConfirmDialog.vue
– Modules/Template/PSXFETemplate/Resources/Pages/vendor/components/layouts/container/PsFrontendLayout.vue
– Modules/Template/PSXFETemplate/Resources/Pages/vendor/routes/web.php
– Modules/Template/PSXFETemplate/Http/Controllers/MPCTemplate1Controller.php
– composer.json
– Modules/Core/Http/Controllers/Backend/Rests/App/V1_0/User/UserApiController.php
– Modules/Core/Http/Controllers/Backend/Controllers/Vendor/VendorSettingController.php
– Modules/Core/Http/Services/VendorSettingService.php
– Modules/Core/Resources/Pages/core/vendor_setting/Edit.vue
– Modules/Core/Transformers/Api/App/V1_0/AppInfo/AppInfoApiResource.php
– Modules/TemplateCore/store/modules/appinfo/AppInfoStore.ts
– app/Helpers/PsHelper.php
– app/Http/Middleware/HandleInertiaRequests.php
– app/Providers/JetstreamServiceProvider.php
– Modules/Core/Database/Migrations/2024_03_12_094559_update_qty_core_keys_id_table.php
– Modules/Core/Database/Migrations/2024_03_29_071742_update_version_number_data.php

 

 

Additional Release Version 1.4.3.2

Presenting an additional release with critical updates addressing vendor verification, sold-out actions, item upload settings, and non-clickable issues for enhanced user experience.

Flutter Version Release Note

– fixed item upload setting when selected All
– fixed appearing white screen when click Chat Page and Checkout Page

– lib/config/ps_config.dart
– lib/core/vendor/constant/ps_constants.dart
– lib/core/vendor/db/common/ps_shared_preferences.dart
– lib/core/vendor/provider/app_info/app_info_provider.dart
– lib/core/vendor/provider/common/ps_provider.dart
– lib/core/vendor/provider/default_billing_and_shipping/default_shipping_billing_provider.dart
– lib/core/vendor/provider/order_detail/order_detail_provider.dart
– lib/core/vendor/repository/Common/ps_repository.dart
– lib/core/vendor/utils/utils.dart
– lib/core/vendor/viewobject/common/ps_value_holder.dart
– lib/core/vendor/viewobject/ps_app_setting.dart
– lib/core/vendor/viewobject/vendor_config.dart
– lib/ui/vendor_ui/chat/view/chat_view.dart
– lib/ui/vendor_ui/checkout/view/checkout_view.dart
– lib/ui/vendor_ui/dashboard/components/bottom_nav/bottom_navigation_bar.dart
– lib/ui/vendor_ui/dashboard/components/home/home_dashboard_view.dart
– lib/ui/vendor_ui/order_detail/view/order_detail_view.dart
– pubspec.lock
– pubspec.yaml

 

 

Admin Panel Version Release Note

– fixed sold out action in item detail & chat detail concerning with Qty at Frontend
– fixed vendor checkout setting data type at Backend & API
– ModulesCoreHttpServicesItemService.php
– ModulesCoreHttpServicesVendorSettingService.php

Subscribe to our free newsletter