Flutter Version Release Note

BugFixed

  • Fixed star rating in home dashboard page
  • Fixed stack rating to phone number in product detail page

Improvement

  • Improved stack and overflow in category list page.

  • Improved text align in package bought page
  • Improved to show empty box in upon entering of sub category page

New

  • Multi-language support category name (Read More)
  • Free ad post count for fresh users (Read More)
  • Price showing as **** setting (Read More)
– android/app/build.gradle
– assets/images/package_2.svg
– 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
– lib/config/ps_config.dart
– lib/config/route/route_paths.dart
– lib/config/route/router.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/common/ps_shared_preferences.dart
– lib/core/vendor/db/order_history_dao.dart
– lib/core/vendor/provider/add_to_cart/add_to_cart_provider.dart
– lib/core/vendor/provider/category/category_provider.dart
– lib/core/vendor/provider/common/ps_provider.dart
– lib/core/vendor/provider/order_hostory/order_history_provider.dart
– lib/core/vendor/provider/ps_provider_dependencies.dart
– lib/core/vendor/provider/user/user_provider.dart
– lib/core/vendor/provider/vendor_application/vendor_item_provider.dart
– lib/core/vendor/repository/Common/ps_repository.dart
– lib/core/vendor/repository/add_to_cart_repository.dart
– lib/core/vendor/repository/order_history_repository.dart
– lib/core/vendor/utils/utils.dart
– lib/core/vendor/viewobject/common/ps_value_holder.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/item_paid_history_parameter_holder.dart
– lib/core/vendor/viewobject/holder/order_history_parameter_holder.dart
– lib/core/vendor/viewobject/holder/product_parameter_holder.dart
– lib/core/vendor/viewobject/holder/request_path_holder.dart
– lib/core/vendor/viewobject/holder/vendor_branch_parameter_holder.dart
– lib/core/vendor/viewobject/item_info.dart
– lib/core/vendor/viewobject/order_history.dart
– lib/core/vendor/viewobject/ps_app_setting.dart
– lib/core/vendor/viewobject/shopping_cart_item.dart
– lib/core/vendor/viewobject/vendor_info.dart
– lib/ui/custom_ui/add_to_cart/components/appbar_shopping_cart_icon.dart
– lib/ui/custom_ui/add_to_cart/components/widgets/shopping_cart_item_widget.dart
– lib/ui/custom_ui/add_to_cart/view/add_to_cart_view.dart
– lib/ui/custom_ui/checkout/component/payment/widgets/payment_role_widget.dart
– lib/ui/custom_ui/checkout/item_vertical_list/widgets/checkout_vertical_list_item.dart
– lib/ui/custom_ui/dashboard/components/drawer/widgets/my_orders_menu_widget.dart
– lib/ui/custom_ui/dashboard/components/drawer/widgets/notifications_menu_widget.dart
– lib/ui/custom_ui/my_orders/component/list/order_tab_bar_view.dart
– lib/ui/custom_ui/my_orders/component/widget/order_item_widget.dart
– lib/ui/custom_ui/my_orders/component/widget/order_tab_widget.dart
– lib/ui/custom_ui/my_orders/view/my_orders_list_view.dart
– lib/ui/custom_ui/noti/view/noti_list_menu_container_view.dart
– lib/ui/custom_ui/order_detail/view/order_detail_view.dart
– lib/ui/custom_ui/order_sort_by/component/widget/sort_type_container.dart
– lib/ui/custom_ui/order_sort_by/view/order_sort_view.dart
– lib/ui/custom_ui/order_successful/component/widgets/order_successful_widget.dart
– lib/ui/custom_ui/order_successful/view/order_successful_view.dart
– lib/ui/custom_ui/user/user_vendor_detail/component/detail_info/other_user_store_detail_info_widget.dart
– lib/ui/custom_ui/user/user_vendor_detail/component/detail_info/widgets/other_user_vendor_item_card_widget.dart
– lib/ui/custom_ui/user/user_vendor_detail/component/detail_info/widgets/other_user_vendor_item_count.dart
– lib/ui/custom_ui/user/user_vendor_detail/component/detail_info/widgets/other_user_vendor_logo_photo.dart
– lib/ui/custom_ui/user/user_vendor_detail/component/vendor_info_list/vendor_branch/vendor_branch_item.dart
– lib/ui/custom_ui/user/user_vendor_detail/component/vendor_info_list/vendor_profile/vendor_info_app_bar.dart
– lib/ui/custom_ui/user/user_vendor_detail/component/vendor_info_list/vendor_profile/vendor_link_info.dart
– lib/ui/custom_ui/user/user_vendor_detail/component/vendor_info_list/vendor_profile/vendor_owner_info_widget.dart
– lib/ui/custom_ui/user/user_vendor_detail/component/vendor_info_list/vendor_profile/vendor_social_icon.dart
– lib/ui/custom_ui/user/user_vendor_detail/component/vendor_info_list/vendor_profile_view.dart
– lib/ui/custom_ui/user/user_vendor_detail/view/user_vendor_detail_view.dart
– lib/ui/vendor_ui/add_to_cart/components/appbar_shopping_cart_icon.dart
– 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_cart_item_widget.dart
– lib/ui/vendor_ui/add_to_cart/view/add_to_cart_view.dart
– lib/ui/vendor_ui/app_loading/view/app_loading_view.dart
– lib/ui/vendor_ui/chat/component/detail/conversation_list/widgets/sender/sender_text_msg.dart
– lib/ui/vendor_ui/chat/component/list/widgets/buyer/chat_buyer_list_empty_box.dart
– lib/ui/vendor_ui/checkout/component/item_vertical_list/checkout_available_vertical_list_view.dart
– lib/ui/vendor_ui/checkout/component/item_vertical_list/checkout_sold_out_vertical_list_view.dart
– lib/ui/vendor_ui/checkout/component/item_vertical_list/widgets/checkout_vertical_list_item.dart
– lib/ui/vendor_ui/checkout/component/payment/widgets/payment_role_widget.dart
– lib/ui/vendor_ui/checkout/component/payment/widgets/place_order_button.dart
– lib/ui/vendor_ui/checkout/view/checkout_view.dart
– lib/ui/vendor_ui/checkout/view/vendor_credit_card_view.dart
– lib/ui/vendor_ui/checkout/view/vendor_paystack.dart
– lib/ui/vendor_ui/common/dialog/email_sent_warning_dialog.dart
– lib/ui/vendor_ui/common/ps_back_button_with_circle_bg_widget.dart
– lib/ui/vendor_ui/dashboard/components/app_bar/appbar.dart
– lib/ui/vendor_ui/dashboard/components/body/dashboard_body_widget.dart
– lib/ui/vendor_ui/dashboard/components/drawer/drawer_widgets_list.dart
– lib/ui/vendor_ui/dashboard/components/drawer/widgets/my_orders_menu_widget.dart
– lib/ui/vendor_ui/dashboard/components/drawer/widgets/notifications_menu_widget.dart
– lib/ui/vendor_ui/dashboard/components/home/widgets/home_latest_vendor_list_widget.dart
– lib/ui/vendor_ui/dashboard/components/home/widgets/vendor_application_card_widget.dart
– lib/ui/vendor_ui/dashboard/view/dashboard_view.dart
– lib/ui/vendor_ui/item/detail/component/appbar/product_expandable_appbar.dart
– lib/ui/vendor_ui/item/detail/component/appbar/widgets/discount_widget.dart
– lib/ui/vendor_ui/item/detail/component/appbar/widgets/shopping_cart_widget.dart
– lib/ui/vendor_ui/item/detail/component/info_widgets/price_and_rating_widget.dart
– lib/ui/vendor_ui/item/detail/component/sticky_bottom/buy_action/buy_action.dart
– lib/ui/vendor_ui/item/detail/component/sticky_bottom/sticky_bottom_widget.dart
– lib/ui/vendor_ui/item/detail/component/tiles/seller_info_tile_view.dart
– lib/ui/vendor_ui/item/detail/view/product_detail_view.dart
– lib/ui/vendor_ui/item/entry/category/component/entry_category_vertical_list_view.dart
– lib/ui/vendor_ui/item/entry/category/view/entry_category_vertical_list_view_container.dart
– lib/ui/vendor_ui/item/list_item/product_horizontal_list_item.dart
– lib/ui/vendor_ui/item/list_item/product_price_widget.dart
– lib/ui/vendor_ui/item/list_with_filter/components/filter/widgets/sorting.dart
– lib/ui/vendor_ui/item/list_with_filter/components/filter/widgets/status.dart
– lib/ui/vendor_ui/item/promote/component/promote/ad_how_many_day/widgets/paypal_button.dart
– lib/ui/vendor_ui/item/promote/component/promote/ad_how_many_day/widgets/razor_button.dart
– lib/ui/vendor_ui/item/promote/view/credit_card_view.dart
– lib/ui/vendor_ui/item/promote/view/in_app_purchase_view.dart
– lib/ui/vendor_ui/item/promote/view/pay_stack_view.dart
– lib/ui/vendor_ui/my_orders/component/list/order_tab_bar_view.dart
– lib/ui/vendor_ui/my_orders/component/list/widget/order_item_widget.dart
– lib/ui/vendor_ui/my_orders/component/list/widget/order_tab_widget.dart
– lib/ui/vendor_ui/my_orders/view/my_orders_list_view.dart
– lib/ui/vendor_ui/noti/view/noti_list_menu_container_view.dart
– lib/ui/vendor_ui/offline_payment/view/offline_payment_view.dart
– lib/ui/vendor_ui/order_detail/component/order_detail_list/widgets/order_detail_item.dart
– lib/ui/vendor_ui/order_detail/component/user_info/widgets/user_info_widget.dart
– lib/ui/vendor_ui/order_detail/view/order_detail_view.dart
– lib/ui/vendor_ui/order_sort_by/component/widget/sort_type_container.dart
– lib/ui/vendor_ui/order_sort_by/view/order_sort_view.dart
– lib/ui/vendor_ui/order_successful/component/widgets/order_successful_widget.dart
– lib/ui/vendor_ui/order_successful/view/order_successful_view.dart
– lib/ui/vendor_ui/package/component/go_to_package_shop_view.dart
– lib/ui/vendor_ui/sort_widget/ps_dynamic_provider.dart
– lib/ui/vendor_ui/subcategory/view/sub_category_vertical_view_container.dart
– lib/ui/vendor_ui/user/paid_item_list/component/horizontal/paid_product_list_widget.dart
– lib/ui/vendor_ui/user/profile/component/my_vendor/widget/my_vendor_list_item.dart
– lib/ui/vendor_ui/user/register/component/widgets/terms_and_conditions_text.dart
– lib/ui/vendor_ui/user/top_seller/component/widgets/topseller_list_item.dart
– lib/ui/vendor_ui/user/user_vendor_detail/component/detail_info/other_user_vendor_detail_info_widget.dart
– lib/ui/vendor_ui/user/user_vendor_detail/component/detail_info/widgets/other_user_vendor_banner_photo.dart
– lib/ui/vendor_ui/user/user_vendor_detail/component/detail_info/widgets/other_user_vendor_item_card_widget.dart
– lib/ui/vendor_ui/user/user_vendor_detail/component/detail_info/widgets/other_user_vendor_item_count.dart
– lib/ui/vendor_ui/user/user_vendor_detail/component/detail_info/widgets/other_user_vendor_joined_datetime_widget.dart
– lib/ui/vendor_ui/user/user_vendor_detail/component/detail_info/widgets/other_user_vendor_logo_photo.dart
– lib/ui/vendor_ui/user/user_vendor_detail/component/vendor_info_list/vendor_branch/vendor_branch_item.dart
– lib/ui/vendor_ui/user/user_vendor_detail/component/vendor_info_list/vendor_profile/vendor_info_app_bar.dart
– lib/ui/vendor_ui/user/user_vendor_detail/component/vendor_info_list/vendor_profile/vendor_item_and_follower_count.dart
– lib/ui/vendor_ui/user/user_vendor_detail/component/vendor_info_list/vendor_profile/vendor_link_info.dart
– lib/ui/vendor_ui/user/user_vendor_detail/component/vendor_info_list/vendor_profile/vendor_owner_info_widget.dart
– lib/ui/vendor_ui/user/user_vendor_detail/component/vendor_info_list/vendor_profile/vendor_social_icon.dart
– lib/ui/vendor_ui/user/user_vendor_detail/component/vendor_info_list/vendor_profile_view.dart
– lib/ui/vendor_ui/user/user_vendor_detail/view/user_vendor_detail_view.dart
– lib/ui/vendor_ui/vendor/components/filter_vendor_list.dart
– lib/ui/vendor_ui/vendor/view/latest_vendor_veritcal_list_view.dart
– lib/ui/vendor_ui/vendor_applicaion/component/vendor_application_form_view.dart
– lib/ui/vendor_ui/vendor_applicaion/view/vendor_application_form_container_view.dart
– pubspec.yaml
Flutter SDK version – 3.16.0
– Android SDK version – 30.0.3

Admin Panel Version Release Note

BugFixed

  • Fixed chat message list ordering to newest first at Frontend
  • Fixed to showing wrong currency and amount in item promote and buy package modal at Frontend
  • Fixed promotion in app purchase api at Backend

Improvement

  • Improved remove loading dialog in all list pages at Frontend

  • Improved domain adding and some error handling at the installer wizard

  • Improved from play store and app store configuration to footer configuration at frontend setting

New

  • Order history list/detail at Frontend (Read More)
  • Free ad post count for fresh users at both Backend & Frontend (Read More)
  • Multi-language support category name at both Backend & Frontend (Read More)
  • Price showing as **** setting at both Backend & Frontend (Read More)
  • Generating XML sitemap (Read More)
– app/*
– config/*
– database/*
– Modules/*
– public/*
– resources/*
– routes/*
– log/*
– .htaccess
– README.md
– composer.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

Subscribe to our free newsletter