FluxStore 3.13.0: Flutter 3.13, new onboarding, and dynamic links

FluxStore 3.13.0 release notes for Flutter 3.13, new onboarding, and dynamic links, with configuration changes, fixes, and upgrade guidance.

  • 24 Aug 2023
  • 03 Mins read
FluxStore
Release notesv3.13.0
On this page

FluxStore 3.13.0 focuses on Flutter 3.13, new onboarding, and dynamic links. The release notes below preserve the official feature details, configuration examples, and fixes published by InspireUI.

Released August 24, 2023. View the official FluxStore WooCommerce changelog.

NEW FEATURES

Upgrade Flutter 3.13

Upgrade latest Flutterchannel stable v3.13.x

To make sure you are using the correct Flutter version, run this command:

flutter --version

To upgrade Flutter 3.13.x , please close all your IDE and run these commands in the project folder:

flutter channel stable
flutter upgrade --force
flutter clean
flutter pub get

New Onboarding UI

FluxStore release preview


New Product Flat Card

Demo Screenshot

FluxStore release preview

Guide

Changes in config json file:

{
    "HorizonLayout": [
        ...
        {
            ...
            "layout": "twoColumn",
            "cardDesign": "flat",
            ...
        }
        ...
    ]
}

  • In the Blog Detail screen, you can show or hide the Related Blogs section.
  • Guide: “13. Blog

Localization Country and State

Video demo

Video previewWatch the video


  • Ability to enable opening a specific screen from a tab number or screen name using a dynamic link. When users open the link, App is launched with that Tab or Screen.
  • Guide: “9. Share a Tab or Screen

Default Order of Products

  • Ability to set the default order of products when selecting a category on the Home screen
  • Guide: “5. Category

FluxStore release preview


New Payment UI

All payments in the Payment screen display similar to the website.

  • Change id to distinguish Paypal Standard and WooCommerce PayPal Payments
  • Add Images of payment methods
  • Show the Description when tapping the corresponding payment method.

Demo Screenshot

FluxStore release preview


Stripe Payment Update

  • Version 4 of Stripe payment saves Cards so your customers don't need to enter checkout information every time they pay.
  • Available for the extended license.
  • Note: if you are using an old version and want to use version 4 then have to redeploy the server.

Video demo

Video previewWatch the video


IMPORTANT UPDATE

  • Update FluxStore translation with:

  • Arabic

  • Hungarian

  • Improve Apple Pay workflow to open setup if it is not available

  • Update easy_paypal library version: 1.0.4

Update the missing address fields in the Preview screen

FluxStore release preview

Refactor the App Rating

FluxStore release preview

Change Logo Size on Home screen

FluxStore release preview


This release contains many fixes & UX improvements:

  • Fix: PayStack issue
  • Fix: Tap payment issue
  • Fix: Size of the CategoryMenu is too large when enableProductBackdrop
  • Fix: ScrollingDotsEffect not working in the haflSizeImageType Product layout

Fix: The Address fields should be hidden if blank in the order details screen

FluxStore release preview

  • Fix: The group layout dynamic screen display on app unexpectedly
  • Fix: Product variant buttons do not change color when clicked in Half Size Image Type
  • Fix: Cannot run the app as missing default config
  • Fix: SmartChat and smart banner display on Age Restriction
  • Fix: Cannot send review
  • Fix: The SmartChat item overlap the Tabbar
  • Fix: Cannot add to cart on product list if it has options
  • Fix: App on device cannot detect language
  • Fix: Error when setting small height in Product Vertical Layout
  • Fix: Cannot open WhatsApp for external product
  • Fix: Stream has already been listened to for vertical layout
  • Fix: Cannot press chat button if there is only Zoho chat service
  • Fix: Missing image when create a review for Product
  • Fix: Reload profile after login and logout
  • Fix: The fancy and multi-level category does not support multi-language
  • Fix: The Cart icon position in the Search screen in RTL language
  • Fix: The order number do not show when the order complete successfully
  • Fix: white screen error after registering an account on the Onboarding screen (Whole Sale, Paid Membership Pro, Membership Ultimate)
  • Fix: Stuck on screen Onboarding version 2
  • Fix: issue appbar of setting screen
  • Fix: digits issues

[iOS] fix color of date time picker in dark theme

FluxStore release preview

  • Fix Review feature does not work properly for multi-vendors

How to update/migrate the app to the latest version?

  • Follow this guide:

[support.inspireui.com

https://support.inspireui.com/help-center/articles/42/47/124/upgrade-source-code-and-flutter](https://support.inspireui.com/help-center/articles/42/47/124/upgrade-source-code-and-flutter)

  • Input your purchase code to configs/env.props file (if not input, the app will crash):

FluxStore release preview