Flutter Version Release Note

BugFixed

  • Fixed some bugs at login page and register page

  • Fixed promoting item issue with In-App-Purchased
  • Fixed showing wrong rating to user
  • Fixed apple login issue
  • Fixed searching error at item list page
  • Fixed Order history hide/show
  • Fixed not increasing view count at Detail page
  • Fixed the black screen when exiting the notification page
  • Fixed category list in item list not scrolling
  • Fixed some language errors and overflow Ui
  • Fixed edit rating
  • Fixed showing no data result when clicking category

Improvement

  • NA

New

– android/app/build.gradle
– android/app/src/main/res/values/strings.xml
– assets/images/payment/flutterwave.png
– assets/lang/en_tran.json
– ios/Runner/AppDelegate.swift
– 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/product/touch_count_provider.dart
– lib/core/vendor/provider/user/user_provider.dart
– lib/core/vendor/repository/Common/ps_repository.dart
– lib/core/vendor/viewobject/common/ps_value_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/resend_code_again_parameter_holder.dart
– lib/core/vendor/viewobject/ps_app_info.dart
– lib/core/vendor/viewobject/user.dart
– lib/core/vendor/viewobject/vendor_info.dart
– lib/ui/custom_ui/item/promote/component/promote/ad_how_many_day/widgets/flutterwave_button.dart
– lib/ui/custom_ui/rating/component/list/rating_list_data.dart
– lib/ui/custom_ui/rating/component/list/rating_list_item.dart
– lib/ui/custom_ui/user/verify_email/component/widgets/change_email_and_recent_code_widget.dart
– lib/ui/vendor_ui/app_loading/view/app_loading_view.dart
– lib/ui/vendor_ui/chat/component/detail/conversation_list/widgets/chat_make_appointment_dialog.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/common/dialog/rating_dialog/dialogs.dart
– lib/ui/vendor_ui/common/dialog/set_user_name_and_pwd_dialog.dart
– lib/ui/vendor_ui/common/user_rating_widget.dart
– lib/ui/vendor_ui/dashboard/components/drawer/drawer_widgets_list.dart
– lib/ui/vendor_ui/item/list_with_filter/components/category/category_filter_list.dart
– lib/ui/vendor_ui/item/list_with_filter/view/product_list_with_filter_container.dart
– lib/ui/vendor_ui/item/promote/component/promote/ad_how_many_day/payment_view.dart
– lib/ui/vendor_ui/item/promote/component/promote/ad_how_many_day/widgets/flutterwave_button.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/noti/component/list/noti_list_view.dart
– lib/ui/vendor_ui/offline_payment/view/offline_payment_view.dart
– lib/ui/vendor_ui/rating/component/dialog/rating_input_dialog.dart
– lib/ui/vendor_ui/rating/component/dialog/widgets/rating_submit_button.dart
– lib/ui/vendor_ui/rating/component/list/rating_detail_widget.dart
– lib/ui/vendor_ui/rating/component/list/rating_list_data.dart
– lib/ui/vendor_ui/rating/component/list/rating_list_item.dart
– lib/ui/vendor_ui/rating/view/rating_list_view.dart
– lib/ui/vendor_ui/subcategory/view/sub_category_vertical_view_container.dart
– lib/ui/vendor_ui/user/forgot_password/component/widgets/update_forgot_password/update_forgot_pwd_button.dart
– lib/ui/vendor_ui/user/forgot_password/component/widgets/verify_forgot_password/verify_forgot_password_widget.dart
– lib/ui/vendor_ui/user/profile/component/detail_info/widgets/rating_widget.dart
– lib/ui/vendor_ui/user/top_seller/component/top_seller_vertical_list_widget.dart
– lib/ui/vendor_ui/user/verify_email/component/widgets/change_email_and_recent_code_widget.dart
– lib/ui/vendor_ui/user/verify_email/component/widgets/email_verfication_widget.dart
– lib/ui/vendor_ui/user/verify_email/component/widgets/email_verify_back_widget.dart
– pubspec.lock
– pubspec.yaml

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

Web Version Release Note

BugFixed

  • Fixed last number missing issue in update of vendor info contact number at backend
  • Fixed chat button showing at vendor uploaded item’s details on page loading at frontend
  • Fixed description and highlight info display issue in item detail at frontend
  • Fixed can not input zero value in price input when making item entry
  • Fixed search and filter not working without login at frontend
  • Fixed to vendor name unique validation rule at vendor panel
  • Fixed to showing wrong currency and price in payment modals at frontend
  • Fixed to wrong post count calculation at frontend
  • Fixed responsive issue at landing page in frontend

Improvement

  • Improved from default cursor to cursor pointer at category selection when making item entry at frontend

  • Improved remove loading dialog in all list pages at Frontend
  • Improved from play store and app store configuration to footer configuration at frontend setting
  • Improved default promotion start date with current hours +2 in modal at frontend
  • Improved default sorting of Promotion report and Package report with descending added date at backend
  • Improved HTML rendering of text editor at frontend
  • Improved image loading at frontend

New

  • Hide/Show the dashboard components at frontend as you like (Read More)

  • Added new Flutterwave payment
– Modules/*
– public/images/*
– resources/*
– routes/*
– app/*
– database/*
– README.md
– modules_statuses.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.5.1

Presenting an additional release with fixing item promote issue

 

 

Flutter Version Release Note

Web Version Release Note

– Fixed issue that price value will be free when making item promote

– ModulesItemPromotionHttpServicesPaidItemService.php
– ModulesCoreDatabaseMigrations2024_06_07_052543_update_version_number_data.php
– README.md

Subscribe to our free newsletter