Actively maintained

FluxStore BigCommerce changelog

10 documented releases, the latest being v6.3.0 on Jul 29, 2026. Every one of them is a free update for existing license holders.

Jump to a release

v6.3.0

LatestJul 29, 2026
Last updated: Jul 29, 2026 - Link Purchase | Download
๐Ÿ’ก
QUICK NOTE

NEW FEATURE

๐Ÿ”„ Core Updates

(1) Update Google Play Policy ๐Ÿ’ฅ

Supported: All Apps
  • Updated target API level for Android builds to Android 16 (API level 36).
  • Updated com.revenuecat.purchases:purchases to the latest version.
This ensures continued app compatibility, improved performance, and access to new platform features while adhering to Google's publishing standards ๐Ÿ‘
notion image
notion image

(2) Tab Bar Minimize Support ๐Ÿซง

Supported: All Apps
Adds tab bar minimize UI.
"TabBarConfig": {
+ "showMinimize": true
}
notion image

(3) Liquid Glass Bottom TabBar ๐Ÿ’ง

Supported: All Apps
  • Adds liquid glass rendering mode - an iOS 26-style liquid glass effect to the tab bar background.
โ–ถ๏ธ Watch Video
"TabBarConfig": {
+  "liquidGlass": true
}
notion image

(4) Floating Tab Bar ๐ŸŽˆ

Supported: All Apps
Introduces a floating bottom tab bar style above the page content. Combine with margins, radius, and shadow to get a floating pill.
"TabBarConfig": {
+  "floating": true
}
notion image

(5) OTP Length Configuration for SMS Verification ๐Ÿ”ข

Supported: All Apps
Adds configurable OTP length for SMS providers that do not use 6 digits (default length).
"authConfig": {
 "providers": {
  "sms": {
+   "otpLength": null // 6 as default
  }
 }
}
notion image

(6) Custom Filter Screen Support ๐Ÿงญ

Supported: All Apps
Allows configuring filter/sort options shown in Filter Screen.
"filterConfig": {
    "showLayout": true,
    "showSort": true,
    "showPriceSlider": false,
    "showCategory": false,
    "showListingLocation": false,
    "showBrand": false,
    "showTag": false,
    "showFeature": false,
    "showAttribute": false,
		"supportedSortByOptions": ["date", "price"]
}
  • supportedSortByOptions accepts: onSale, featured, date, price, title, popularity, rating, menu_order, rand, relevance.
  • Empty or null keeps framework-specific default options.
notion image

(7) Language Expansion ๐ŸŒ

Supported: All Apps
Adding more localization support: Afrikaans (af), Filipino (fil), Nepali (ne), Assamese (as), Belarusian (be), Tibetan (bo), Welsh (cy), Basque (eu), Irish (ga), Galician (gl), Swiss German (gsw), Gujarati (gu), Croatian (hr), Armenian (hy), Icelandic (is), Kyrgyz (ky), Latvian (lv), Macedonian (mk), Malayalam (ml), Mongolian (mn), Norwegian Bokmal (nb), Oriya (or), Panjabi (pa), Pashto (ps), Slovenian (sl), Tagalog (tl), Uighur (ug), Zulu (zu)
FluxStore apps now support more than 85 languages.

(8) HTML Link Handling Improvement ๐Ÿ”—

Supported: All Apps
Support handling deeplinks in HTML, such as product descriptions, blog/post content.

(9) Testimonial Style Variants ๐Ÿ’ฌ

Supported: All Apps
Adds new testimonial style variants for richer home/content design options.
notion image

(10) Phone Number Verification Upgrade โ˜Ž๏ธ

Supported: All Apps
  • Upgrade Phone Number Verification to the latest version for improved stability and support for more phone number formats.
  • Fix: phone still the same on back to address screen
  • Fix: avoid missing phone number unexpectedly

(11) Product Detail Price Visibility ๐Ÿ’ฐ

Supported: All Apps
Adds showPrice control in product detail settings for flexible price display behavior.
"productDetail": {
+ "showPrice": true
}
notion image

(12) Secure Screen Configuration ๐Ÿ›ก๏ธ

Supported: All Apps
Implements secure screen configuration to block screenshots and screen recording on sensitive screens or the entire app.
"secureScreenConfig": {
	 "enable": false,
	 "screens": []
}
  • Set enable=true with empty screens to block app-wide.
  • Or set enable=true with screens list to block specific routes only.

IMPORTANT UPDATE
  • โฌ†๏ธ Updated dependency set to latest compatible versions.
This release contains many fixes
  • Updated salesiq_mobilisten to fix iOS build.
  • Fixed issue where external WebView could not open on Android.
  • Fixed delay on notification permission screen.
  • Fixed OTP sending flow to show clearer failure messaging.
  • Fixed excessive address requests when app bar does not include location item.
  • Fixed WebView keyboard gray gap issue.
  • Fixed unexpected Smart Chat visibility.
  • Fixed BigCommerce integration issues.
How to activate FluxStore on FluxBuilder app builder?
  • Follow this guide:
How to update/migrate the app to the latest version?

v6.2.0

Jun 15, 2026
Last updated: Jun 15, 2026 - Link Purchase | Download
๐Ÿ’ก
QUICK NOTE

NEW FEATURE

๐Ÿ”„ Core Updates

(1) Flutter 3.44.x Upgrade โฌ†

Upgrade to the latest Flutter channel stable v3.44.x
To make sure you are using the correct Flutter version, run this command:
flutter --version
To upgrade Flutter 3.44.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
To update/migrate the app to the latest version
โš ๏ธ
Some plugins may show Swift Package Manager/Kotlin Gradle Plugin warnings in the logs while running the app. But you can totally ignore them. Your app still works fine ๐Ÿ‘

(2) Notification Improvements ๐Ÿ””

Supported: All frameworks
  • Improved notification screen, notification detail cards UI/UX.
notion image
  • Fixed Android notifications are still shown when users disable Firebase topic flow.
  • Fixed Android notification is cleared unexpectedly when opening the app.
  • Fixed Android foreground notification display behavior.
  • Fixed image and deeplink issues in notification flows.

(3) OneSignal User Tracking Upgrade ๐Ÿ””

Supported: All frameworks
notion image
  • Added tracking for user language, email, and phone number on OneSignal integration.

(4) Search Empty State Customization ๐Ÿ”Ž

Supported: WooCommerce, MultiVendor (Dokan/WCFM), Shopify, Magento, Opencart, Strapi, Prestashop, Notion, BigCommerce, Haravan, MAX-Multisites
notion image
notion image
notion image
  • Added empty image support for search screen (no keyword / no result).
"searchConfig": {
+ "emptyImage": "assets/images/empty_search.png",
+ "boxFit": "contain",
}

(5) Cart Empty State Customization ๐Ÿ›’

Supported: WooCommerce, MultiVendor (Dokan/WCFM), Shopify, Magento, Opencart, Strapi, Prestashop, Notion, BigCommerce, Haravan, Serverless (Firebase), MAX-Multisites
notion image
notion image
notion image
  • Added empty-state image and fit customization for cart screen.
  • Grouped cart sync options into cart config.
"cartDetail": {
+ "boxFit": "cover",
+ "emptyImage": "assets/images/leaves.png",
+ "enableSyncCartFromWebsite": false,
+ "enableSyncCartToWebsite": false,
}

(6) Dynamic Link Handling in WebView ๐Ÿ”—

Supported: All frameworks
  • Added support for dynamic links and deep links during WebView navigation, allowing supported links to be redirected to native app screens instead of loading inside the WebView
"webViewConfig": {
+ "handleDynamicLink": true,
}

(7) Continue as Guest on Login ๐Ÿšช

Supported: WooCommerce, MultiVendor (Dokan/WCFM), Shopify, Listing (Listeo/ListingPro/MyListing), Magento, Opencart, Strapi, Prestashop, Notion, BigCommerce, Haravan, GPT, WordPress
notion image
  • Added configurable โ€œContinue as Guestโ€ button on login flow.
"authConfig": {
+ "showContinueAsGuestInLogin": false,
}

(8) Auth Config Refactor โฌ†

Supported: All frameworks | โš ๏ธ BREAKING CHANGE
  • Introduced unified authConfig structure to support flexible sign-up fields and modern provider config.
+ "authConfig": {
+   "defaultMethod": "emailPassword",
+   "providers": { ... },
+   "registration": {
+     "email": {"show": true, "require": true},
+     "firstName": {"show": true, "require": true},
+     "lastName": {"show": true, "require": true},
+     "phone": {"show": false, "require": false},
+     "username": {"show": true, "require": false},
+   },
+ }

(9) Tracking Events Refactor โ™ป๏ธ

Supported: All frameworks
  • Updated tracking events to improve consistency and maintainability.
    • Tracking login/register method events: sms, facebook, google, email/password
    • Fixed duplicate view cart events
    • Improved the view of the product detail event
  • Upgrade the Facebook App Event and Firebase Analytics package to the latest version

(10) Currency Config Refactor โ™ป๏ธ

Supported: All frameworks | โš ๏ธ BREAKING CHANGE
  • Extracted currency-related settings from advanceConfig into dedicated currencyConfig.
"advanceConfig": {
-		"DefaultCurrency": ..., 
-		"Currencies": ..., 
-		"EnableWOOCSCurrencySwitcher": true
}
+ "currencyConfig": {
+   "defaultCurrencyCode": "USD",
+   "currencies": [...],
+   "enableWOOCSCurrencySwitcher": true,
+ }

IMPORTANT UPDATE
  • โฌ† Upgrade dependencies to the latest version
This release contains many fixes
  • Fixed: guest checkout error caused by order status update permission (BACS/COD).
  • Fixed: incorrect Android navigation bar color after opening app.
  • Fixed: WebView microphone permission issue on Android (MODIFY_AUDIO_SETTINGS).
  • Fixed: scaled video issue on tablets/desktop.
  • Fixed: hidden catalog products still appearing in SKU search.
  • Fixed: variable product regular price not showing.
  • Fixed: attribute options disappearing when unselected attrs are null.
  • Fixed: fetching product visibility by user group/category controls.
  • Fixed: correct some language display names in env.dart file
How to activate FluxStore on FluxBuilder app builder?
How to update/migrate the app to the latest version?

v6.1.0

April 29, 2026
Last updated: April 29, 2026 - Link Purchase | Download

๐Ÿ”„ Core Updates

(1) Update easy_paypal to Comply with Google Play Policies โฌ†

Supported: All frameworks
Updated the easy_paypal package to replace the old PayPal Data Collector SDK (com.paypal.android.sdk:data-collector) with the policy-compliant Braintree version (com.braintreepayments.api:data-collector:4.31.0). This resolves Google Play rejections caused by the old SDK collecting device location without prominent disclosure.

(2) Fix Android Build Error: local_auth compileSdk Incompatibility ๐Ÿ”ง

Supported: All frameworks
Pinned local_auth_android to a fixed version to resolve a build failure introduced by Android Gradle Plugin 9+ (AGP 9), where local_auth_android was missing compileSdk in its build.gradle.kts. This fixes the NullPointerException crash during Gradle configuration.

(3) Fix Android Build Error: stripe_android / stripe_ios compileSdk Incompatibility ๐Ÿ”ง

Supported: All frameworks (Extended source code only)
Fixed a build failure on extended source code caused by stripe_android and stripe_ios requiring compileSdk โ‰ฅ 36 due to updated androidx dependencies (activity, core-ktx, browser, navigationevent), while the project was still targeting android-35.

๐Ÿ’ก
IMPORTANT UPDATE
โฌ†๏ธ Pinned local_auth_android to a compatible version to fix build failures with Android Gradle Plugin 9+.
This release contains many fixes
  • Fixed: Android build failure โ€” stripe_android and stripe_ios required compileSdk โ‰ฅ 36 due to updated androidx dependencies
  • Fixed: Product name (title) being vertically clipped / cut off in product listing cards (all frameworks)
  • Fixed: Add-to-cart button incorrectly shown in Wishlist screen in certain edge cases (all frameworks)
  • Fixed: Initial deep link handled twice on cold app start, causing duplicate navigation (all frameworks)
  • Fixed: WebView (web embed) not responding to scroll gestures correctly on some devices (all frameworks)
  • Fixed: Product deep links without a trailing slash not being parsed correctly โ€” both https://domain/product/slug and https://domain/product/slug/ are now supported
How to update/migrate the app to the latest version?
How to activate FluxStore on FluxBuilder tool?

v6.0.1

April 1, 2026
Last updated: April 1, 2026 - Link Purchase | Download

๐Ÿ”„ Core Updates

This patch release addresses critical bug fixes reported after v6.0.0

  • Fixed: config JSON not applied when changing language
  • Fixed: Build issue due to connectivity_plus package

How to update/migrate the app to the latest version?
How to activate FluxStore on FluxBuilder tool?

v6.0

Mar 29, 2026
Last updated: Mar 29, 2026 - Link Purchase | Download

v5.6.0

December 25th, 2025
Last updated: December 25th, 2025 - Link Purchase | Download
NEW FEATURE

(1) Flutter 3.38.5 Upgrade โฌ†

Upgrade latest Flutter channel stable v3.38.5
To make sure you are using the correct Flutter version, run this command:
flutter --version
To upgrade Flutter 3.38.5, please close all your IDE and run these commands in the project folder
flutter channel stable
flutter upgrade --force
flutter clean
flutter pub get
To update/migrate the app to the latest version
To fix build issue with new flutter version
After upgrading, you may meet the cache issue of iOS while building the application, please run this command to fix:
flutter precache --ios

(2) Full Support for Xcode 26 & iOS 15 Minimum Deployment ๐Ÿ’ฅ

  • Fully compatible with Xcode 26, ensuring smooth builds and future-proof iOS development.
  • Minimum iOS deployment target has been upgraded to iOS 15.0 (previously iOS 14.0).
โš ๏ธ Notice
This update drops support for iOS 14 and earlier versions due to Xcode 26 and latest iOS SDK requirements.

(3) Video Splash Screen ๐ŸŽฌ

Make a strong first impression with the new Video Splash Screen feature.
  • Supports video playback on app launch instead of static images.
  • Ideal for branding, promotions, or storytelling.
Configuration
  • Edit in the lib/env.dart file as below:
  "splashScreen": {
    "enable": true,

    /// duration in milliseconds, used for all types except "rive", "flare" and "video"
    "duration": 2000,

    ///  Type should be: 'fade-in', 'zoom-in', 'zoom-out', 'top-down', 'rive',
    ///  'flare', 'static', 'video'
    "type": "video",
    "image": "assets/videos/splashscreen.mp4", // https://demo.mstore.io/wp-content/uploads/2025/09/splashscreen.mp4

    /// AnimationName's is used for 'rive' and 'flare' type
    "animationName": "fluxstore",

    "boxFit": "contain",
    "backgroundColor": "#ffffff",
    "paddingTop": 0,
    "paddingBottom": 0,
    "paddingLeft": 0,
    "paddingRight": 0,
  },

(4) WhatsApp Order Integration ๐Ÿ’ฌ

notion image
Added support for WhatsApp Order
  • Allow customers to send their order details directly via WhatsApp after a successful checkout.
  • Integrate seamlessly with the existing payment flow.
  • Message templates are fully customizable, with order information automatically populated for convenience.
  • Support Native payment only (not support webview payment)
Configuration
  • Edit in the lib/env.dart file as below
{
  "whatsAppOrderConfig": {
    "phoneNumber": "12124567890",
    "message": "Hello, I would like to place an order. Here are the details:\n\n{order_details}\n\nTotal Amount: {total_amount}\n\nThank you!",
    "paymentMethodIds": [
      "lwc-whatsapp-order"
    ],
    "autoOpenWhatsAppAfterOrder": false
  }
}
  • Support these replaced params: {billing_name},ย {billing_email},ย {billing_phone},ย {billing_address},ย {shipping_name},ย {shipping_email},ย {shipping_phone},ย {shipping_address},ย {order_id},ย {order_details},ย {total_amount}

(5) Show / Hide Sign In & Sign Up on Onboarding ๐Ÿšช

notion image
More control over your onboarding flow.
  • Choose whether to display Sign In and Sign Up buttons on onboarding screens.
  • Ideal for guest-first experiences or content-first apps.
Configuration
  • Edit in the lib/env.dart file as below:
  • Support for Onboarding version 1 only
  "onBoardingConfig": {
    'enableOnBoarding': true,
    'version': 1,
    'autoCropImageByDesign': true,
    'isOnlyShowOnFirstTime': true,
    'showLanguage': true,
    'showLanguagePopup': false,
+   // Currently, only available for version 1
+   'showSignInSignUp': true,
  },

(6) Short Description on Product Card ๐Ÿ“

notion image
Added a new option to control the visibility of short product descriptions.
  • Easily show or hide short descriptions on the product detail screen.
  • Useful for clean layouts or minimal product pages.
Configuration
  • Edit in the lib/env.dart file
  "productCard": {
    "defaultImage": 'assets/images/no_product_image.png',
    'showShortDescription': true,
    ...
  },
  • Edit directly for design layouts in the lib/config/config_en.json file, for example:
{
   "HorizonLayout":[
      {
         "layout":"",     ///twoColumn, threeColumn, fourColumn, card, saleOff, listTile, quiltedGridTile, carousel
         "showShortDescription":true,
         ...
      }
   ],
   "VerticalLayout":{
      "layout":"",     ///pinterest, menu, card, columns, columnsWithFilter, topProducts, menuWithCustomCategories
      "showShortDescription":true,
      ...
   }
   "TabBar": [
      {
         "layout": "category",
         "categoryLayout": "card",     ///card, sideMenuWithSub, columns, topMenu, animation, grid, sideMenuWithSub, 
                                                          ///sideMenuWithGroup, ///multi-level, ///fancy-scroll
         "icon": "assets/icons/tabs/icon-category.png"
      },
   ],
   ...
}

(7) Share Link for Product List Configuration ๐Ÿ”—

Improved the Share Link feature to support more flexible product list configurations.
  • Remove previous limitations in link creation, ensuring shared links always navigate to the intended screen regardless of layout configuration.
  • Users can now generate and open share links correctly even when layouts are / are not tied to a specific category, brand, or tag.

IMPORTANT UPDATE
  • Upgrade(ios): migrateย OneSignalNotificationServiceExtensionย to adapt with Xcode 26
  • Allow to hide contact information in the store details screen
  • Improve(UI): show login prompt for WebView auth
  • Support loadmore in Menu with Custom Categories
  • Support multilingual for time ago in Realtime Chat
  • Chore: update phone field labels to comply with App Store guideline 5.1.1
This release contains many fixes
  • Fixed: Build ios due to recent FBSDKCoreKit release
  • Fixed: Slider video audio still plays for a millisecond then cuts off
  • Fixed: Not show categories when changing language
  • Fixed: Open product from side menu
  • Fixed: Remapped category images not overriding default icons
  • Fixed: Duplicate when refresh & load more
  • Fixed: Blog filter bug
  • Fixed: Skip hidden product on store details
  • Fixed: Onboarding image v2 is blurry
  • Fixed: Youtube video is not available
  • Fixed (share_plus): Avoid crash on iOS 26 when sharing
  • Fixed (OfflineMode): Doesn't support offline mode for PWA
  • Fixed: Some UI is incorrect in mobile PWA
  • Fixed (Webview): Handle permission camera & mic for android
  • Fixed (Webview): download base64 image to file
  • Fixed: Delayed when update price rates if enable MStore API caching
How to update/migrate the app to the latest version?
How to activate FluxStore on FluxBuilder tool?

v5.5.0

October 9th, 2025
Last updated: October 9th, 2025 - Link Purchase | Download
NEW FEATURE

๐Ÿ”„ Core Updates

(1) Flutter 3.35.5 Upgrade โฌ†

Upgrade latest Flutter channel stable v3.35.5
To make sure you are using the correct Flutter version, run this command:
flutter --version
To upgrade Flutter 3.35.5, please close all your IDE and run these commands in the project folder
flutter channel stable
flutter upgrade --force
flutter clean
flutter pub get
To update/migrate the app to the latest version
To fix build issue with new flutter version
After upgrading, you may meet the cache issue of iOS while building the application, please run this command to fix:
flutter precache --ios
๐Ÿ’ก
In the new version, we have some breaking changes for Android platform:
  • Upgradedย compileSdkVersion 35ย toย compileSdkVersion 36
  • Upgradedย ndkVersion "25.1.8937393"ย toย ndkVersion "28.1.13356709"
  • Disable Impeller rendering engine (Android only)

(2) 16KB Memory Page Size Support ๐Ÿ‘

  • To ensure your app works correctly on the latest versions of Android, FluxStore 5.5.0 supports 16 KB memory page sizes to target Android 15+ by updating the NDK version and Rive dependencies.
  • You may request an extension to this deadline until May 1st, 2026, by following this guide.
You can disregard the Edge-to-edge warning.
You can disregard these warnings:
Edge-to-edge may not display for all users:
Your app uses deprecated APIs or parameters for edge-to-edge:

(3) FluxBuilder Dynamic Links Integration ๐ŸŒŸ

A complete deep linking and tracking system that enhances navigation, marketing campaigns, and user engagement.
Manage everything easily through the FluxBuilder app builder.
๐Ÿ‘‰ย Video guide
  • Project & Link Management
    • Added Create Projects Screen for developers to generate and configure deep link projects.
    • New Links Tables for managing all generated links, including validation and redirection rules.
notion image
  • Analytics & Tracking
    • Introduced Analytics Links Dashboard to monitor clicks, sessions, and conversions in real time.
notion image

(4) Offline Mode โœจ

Added offline browsing capabilities with:
  • Offline status indicator
  • Cached loaded product and category data for use without internet
  • Automatic reconnection
  • Queued actions synchronized when back online
Configuration
Change the file lib/env.dart as below
Map<String, dynamic> environment = {
   ...
   "offlineModeConfig": {
        "enable": true,
    }
   ...
};
notion image
notion image

(5) Firebase Remote Config Update

Improved the handling of Firebase Remote Config to balance update frequency and quota limitations. When a new version is uploaded, it is fetched and cached immediately, but applied only on the next app launch.
Ensures stable updates without applying unexpected changes mid-session.

๐Ÿ–ผ๏ธ UI & Layout Improvements

(6) Cart Item BoxFit Options

You can now update image BoxFit for cart items for more consistent visuals.
Configuration
Make changes in the file lib/env.dart as below:
  "cartDetail": {
    "minAllowTotalCartValue": 0,
    "maxAllowQuantity": 10,

    /// Cart Style: normal, style01
    "style": "style01",

+    /// Product Image Box Fit. Default: cover
+    "boxFit": "cover",
  },
notion image

(7) Video Background Layout ๐ŸŽž๏ธ

Added support for video-based backgrounds on the home and dynamic screens, enabling immersive storefront experiences.
Configuration
Open the file lib/configs/config_en.json and add โ€œvideoโ€ for โ€œBackgroundโ€ as below:
Priority: video > image > color
  "Background": {
    "height": 1,
    "color": "#026DCD",
    "image": "https://trello.com/1/cards/5dc3b80702a7994eec2ea5d0/attachments/5dc3b80802a7994eec2ea5d1/download/woman.jpg",
+   "video": "https://storage.googleapis.com/gtv-videos-bucket/sample/ForBiggerMeltdowns.mp4",
+   "fit": null, // For Image only
    "isScrollable": false
  },

(8) Scrollable Backgrounds

Introduced scrollable backgrounds for home and dynamic screens for more flexible and engaging UI layouts. When scrolling home or dynamic screen, the background will also scroll together for a more natural effect. (Not applied for Tab Menu and Scrollable screens.)
Configuration
Open the file lib/configs/config_en.json and set โ€œisScrollableโ€ as below:
  "Background": {
    "height": 0.35,
    "color": "#026DCD",
    "image": "https://trello.com/1/cards/5dc3b80702a7994eec2ea5d0/attachments/5dc3b80802a7994eec2ea5d1/download/woman.jpg",
+   "isScrollable": true
  },

(9) Sub-Category Depth Display

Improved category display with support for showing multiple levels of sub-categories.
Configuration
Open the file lib/env.dart, and then configure as below:
    {
      "type": "image",
      "wrap": true,
      "horizontalItem": false,
      "columns": 4,
      "layout": "category",
      "marginLeft": 15.0,
      "marginRight": 15.0,
      "marginTop": 10.0,
      "marginBottom": 10.0,
      "separateWidth": 24.0,
      "shadow": null,
      "gradientStyle": false,
      "items": [
        {
          "originalColor": false,
          "backgroundColor": null,
          "title": null,
          "name": null,
          "keepDefaultTitle": false,
          "colors": [
            "ff3cc2bf",
            "ff3cc2bf"
          ]
        },
      "productCategoryMenuStyle": "tab",
      "categoryMenuShowDepth": true
    }
Note: โ€ข categoryMenuShowDepthย : only support productCategoryMenuStyle that is "tab"

(10) App Exit Behaviors โ™ฆ๏ธ

Configurable app exit options for Android device mainly, including double-tap to exit, exit confirmation dialogs, and instant close.
We have also fixed the back behavior for webview app
Configuration
Set and select exit app type directly in the file lib/env.dart as below:
  "advanceConfig": {
+   /// systemDefault, exitImmediately, requireConfirmPopup, requireDoubleTap
+   "exitAppType": "requireConfirmPopup",
  },
notion image
notion image

๐ŸŒ WebView & Payment Enhancements

(11) Support for custom Thank You Page URLs ๐Ÿ’ž

Store owners can add custom/translated checkout success URLs. The app will auto-detect checkout success events on any platform with webview checkout.
Configuration
Open the file lib/env.dart, and then configure as below:
"paymentConfig": {
    /// List of possible slugs for the successful checkout page on the website.
    /// It will be used to determine when the order is placed successfully and
    /// closes the webview checkout screen, trigger the cart deletion action.
    /// Also displays the native thank you page.
+   "CheckoutSuccessPageSlug": [
+     "objednavka-prijata",
+     "thank-toan-thanh-cong",
+     "thank-toan/thanh-cong",
+     "/xac-nhan-don-hang",
+   ],
}

(12) Support for opening products directly in WebView

Now you can decide product type to open in Webview or Native Product Detail, giving you consistent logic and more flexible control (works for both product and listing apps).
Configuration
Open the file lib/env.dart, and set as below:
{
  "productCard": {
+   "typeShouldOpenInWebview": [],
    "boxFit": "cover",
    "boxShadow": null,
    "defaultImage": "assets/images/no_product_image.png"
  },
}
Demo
    "typeShouldOpenInWebview": [
      "grouped",
      "auction",
      "external",
      "subscription",
      "appointment",
    ]

(13) External links open in the system browser instead of in-app WebView

Any URL that is not part of your app will now open in the external browser instead of inside the in-app webview. This makes navigation clearer, prevents broken flows, and gives users a smoother experience.
Configuration
Open the file lib/env.dart and configure as below:
  "advanceConfig": {
-   /// Disable inAppWebView to use webview_flutter
-   /// so webview can navigate to external app.
-   /// Useful for webview checkout which need to handle payment in another app.
-   "inAppWebView": false,
-   'AlwaysClearWebViewCache': false,
-   'AlwaysClearWebViewCookie': false,
-   "WebViewScript": "",
  },
+  "webViewConfig": {
+    "webViewMode": "webViewFlutter", // `inAppWebView` or `webViewFlutter`
+    "alwaysClearWebViewCache": false,
+    "alwaysClearWebViewCookie": false,
+    "webViewScript": "",

+    /// List of domains that should open the external app instead of the webview.
+    /// Just add the domain name only, do not add full URL. For example: "example.com"
+    /// If not set, we will use our default list from [kExternalDomains]
+    "externalDomains": [],

+    /// List of domains that should be loaded in the webview.
+    /// If the list is empty, all domains will be opened in the webview if it is
+    /// not in [externalDomains]. Otherwise, if the domain is not in this list, it
+    /// will be opened in the external browser.
+    /// Just add the domain name only, do not add full URL. For example: "example.com"
+    "internalDomains": [],
+  },
Default External domains list:
const kExternalDomains = [
  'wa.me', // Whatsapp
  'wa.link', // Whatsapp
  'api.whatsapp.com', // Whatsapp
  'm.me', // Messenger
  'messenger.com', // Messenger
  'www.messenger.com', // Messenger
  'ig.me', // Instagram
  'instagram.com', // Instagram
  'www.instagram.com', // Instagram
  'x.com', // X
  'facebook.com', // Facebook
  'www.facebook.com', // Facebook
  'youtube.com', // Youbute
  'www.youtube.com', // Youbute
  'youtu.be', // Youbute
  't.me', // Telegram
  'telegram.org', // Telegram
  'play.google.com', // Google play
  'apps.apple.com', // App store
  'zalo.me', // Zalo
];
๐Ÿ’ก
IMPORTANT UPDATE
  • ๐Ÿ’ฅ Refactor!: drop support Firebase Dynamic Link
  • Drop support the Better REST API Featured Images plugin
  • Clarify the address by showing more details
  • Update productListItemHeight config in Animation Category Layout
  • Recalculate lineHeight in ProductTitle
  • Add height config in Top Products Layout and Quilted Grid Tile
  • Refactor: hide Firebase realtime chat/WCFM Live chat if disable instead of show error
  • Chore(ui): phone input alignment in RTL languages
  • Add Product List Item Height config to support product card configs in Fancy scroll layout
  • Refactor: show increment_id instead of entity_id for order Magento
  • Support textarea for WooCommerce product addons
This release contains many fixes
  • Fixed: Edge to Edge issue on Android 15
  • Fixed: cannot build android due to com.facebook.android:facebook-android-sdk error
  • Fixed: cache/delay fees/taxes issues when checkout
  • Fixed (YithProductAddons): input style when open bottomshet at home screen
  • Fixed: exception when loading country
  • Fixed: spacing in checkout success UI screen
  • Fixed: not update color when change theme for dialog add to cart
  • Fixed: corner cart overlaps button in flat style
  • Fixed (Magento): type cast exception when fetching products
  • Fixed: render html for product description in Magento
  • Fixed: crash when open midtrans payment for android release mode
  • Fixed: change tab without initial tab data
  • Fixed: back behavior for webview
  • Fixed: crash android app if pay with stripe
  • Fixed: Can't show category name [MyListing, ListingPro]ย 
  • Fixed: my rating not showing on listing woo app
  • Fixed: parse margin for product badge
  • Fixed: get first currency if default currency is null
  • Fixed: Show corresponding error code and fix issue when login
  • Fixed (review): type cast exception, not show on product detail
  • Fixed: type cast error for include param in boost engine request
  • Fixed: always show first tab instead of default tab
  • Fixed: opencart does not show image properly
  • Fixed (Wallet): Pay by wallet option display for smaller order price
  • Fixed: show id only as delay or not load brand in filter
  • Fixed: comma and dot position in currency
  • Fixed: price range on listing card
  • Fixed: show shipping fee without tax
  • Fixed: multi language for Product review
  • Fixed: not apply alignment for title of menu list item
How to update/migrate the app to the latest version?
How to activate FluxStore on FluxBuilder tool?


v5.3.0

Jun 2nd, 2025
Last updated: Jun 2nd, 2025 - Link Purchase | Download
NEW FEATURE

(1) Flutter 3.32.x Upgrade ๐Ÿ”ฅ

Upgrade latest Flutter channel stable v3.32.x
To make sure you are using the correct Flutter version, run this command:
flutter --version
To upgrade Flutter 3.32.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
To update/migrate the app to the latest version โ˜˜๏ธ
To fix build issue with new flutter version
After upgrading, you may meet the cache issue of iOS while building the application, please run this command to fix:
flutter precache --ios

(2) Show/Hide Indicator for Banner Items โœจ

  • Add an optional dot indicator for banners on Home screen via showIndicator config โ€” now fully customizable.
  • Demo Screenshot
    notion image
Configuration
Open lib/config/config_en.json, add showIndicator into banner config
{
    "showIndicator": false
}

(3) Smart Banner (PopUp): Allow Tap Outside To Close โœ‹

  • Make popups feel more natural! Users can now simply tap outside the banner to close it. Smooth, intuitive UX unlocked.
Configuration
Edit the lib/config/config_en.json
"SmartEngagementBanner": {
      "popup": {
        "allowTapOutsideToClose": true, // Default: false
        "iconSize": 36,
      },
    }

(4) Product Detail: Show/Hide Share Product Data ๐Ÿ“ค

  • Now you can show or hide the Share Product Data button on the product detail page with a simple config setting.
  • Demo Screenshot
    notion image
Configuration
Edit the productDetail config in the lib/env.dart file as below:
  "productDetail": {
    // Allow share product data. Default: true
    "allowShareProductData": false,
  }

(5) Product Detail: Update Configurations for Videos ๐ŸŽฏ

  • Pause or play the video the first time opening Product Detail.
  • Mute or play video sound the first time opening Product Detail.
  • Show or hide the time indicator.
  • Allow double-tapping to open the video in full screen.
Configuration
Edit the lib/config/config_en.json
  "productDetail": {
    /// Video config
    "showVideo": true,
    "isSoundOn": false,
    "autoPlayVideo": false,
    "enableTimeIndicator": true,
    "doubleTapToFullScreen": true,
}

(6) Branchio: Add android deepview control parameter to dynamic link ๐Ÿ”—

  • Enhance deep linking on Android with new deepview parameter support for better navigation.
  • Demo Video

(7) Product Title Text Scaling and Height Calculation ๐Ÿ” 

  • Better UI consistency with automatic scaling and height adjustment for product titles.
  • The feature is available on the app without configuration.
  • Demo Screenshot
    notion image

IMPORTANT UPDATE
  • ๐Ÿ’ฆ Fix iOS build issue with FBSDKLoginKit
  • ๐Ÿ†™ย Update Khmer translation
  • โŒ› Support firebase analytics consent mode v2
  • ๐Ÿ”ฐ(CartButtonWithQuantity): enhance animation and uiย 
  • ๐Ÿ”ท Update status translation in SmartRefresherย 

This release contains many fixes
  • Fixed (Android): build with name containing single quotation marks
  • Fixed (HTML): hide unsupport noscript tag
  • Fixed (ProductFutureBuilder): issue rendering on homepage when there are multiple future builder items
  • Fixed (Notification): issue push Firebase image notification on iOS
  • Fixed: heart icon still show even if disable
  • Fixed ensureย discountAllocationsย is a list inย CartLineShopifyย model
  • Fixed (RateMyApp): native dialog not working on anroid
  • Fixed (AppBar): navigator to current tab and open side menu
  • Fixed: build ios due to FBSDKLoginKit upgrade
  • Fixed (StaticSite): dupplicate app bar
  • Fixed (MyCartScreen): The price of product on My Cart is incorrect after backing from PAYMENT page with Pay By Wallet
  • Fixed (aboutUs): pageId not working and open Envato link
  • Fixed (Facebook): support limited login in ios
  • Fixed: webview_flutter can't scrolling when alwaysShowTabBar and ZoomStyle are enabled
  • Fixed (RealtimeChat): chat UI in RTL
  • Fixed (RealtimeChat): cannot show list chat for admin to customer
  • Fixed (CartUI): open cart in product bottom sheet when enabling alwaysShowTabBar/alwaysShowAppBar
  • Fixed: improve notification badge icon click behavior
  • Fixed (VariableSubscriptionProduct): issue don't show attribution in detail product and missing info in my cart
  • Fixed (ColorConverter): covert color to hex string
  • Fixed (SliderListWidget): add more run space
  • Fixed: escape string some where
  • Fixed (CategoryScreen): Home page image reload issue when using SideMenuSubCategories
  • Fixed (VerticalLayout): "Loading" text always display on List/ Column layout if there are fewer than 9 products
How to update/migrate the app to the latest version?
How to activate FluxStore on FluxBuilder tool?

v5.

Last updated: 28 November, 2024 - Link Purchase | Download
๐Ÿ’ก
NEW FEATURE

(1) Animated Stack Banner ๐Ÿ”ฅ

FluxStore aims to focus more on animated stack containers for items on the app.
With smooth transition effects and vibrant visuals, the banner now not only looks great but also improves navigation and accessibility.
Video Demo
This enhancement integrates seamlessly with the enhanced Drag and Drop Editor 2.0 in FluxBuilder, providing advanced capabilities for layout customization and animation implementation.
notion image

(2) New UI for Tabbar ๐ŸŽจ

  • Tabbar Floating Config
    notion image
    notion image
  • Support indicator in full size of the tab in Bottom Tabbar
    notion image

(3) New Fantastic Layouts on Home Page ๐Ÿ†

  • New Blog/Product Banner Slider style
    notion image
  • Support Gradient Style for Image Category
    notion image
  • Add Header View and Date Time Countdown
    • Add Header View for Category item on Home page
    notion image
    • Date Time Countdown
    notion image
  • List Card Layout
    A new layout for the Home screen is now available in FluxStore Apps starting from version 5.0.0. This layout features: a title, subtitle, action button, tags, and image. The button can be used to navigate to other screens, products, blogs, tabs, and more. There are now 2 main styles for the layout: "titleHeading" and "subtitleHeadingโ€.
    The items can be displayed in either a vertical or horizontal arrangement.
    • Vertical layout
    notion image
    • Horizontal layout
    notion image

(4) Firebase and BranchIO dynamic links โšก

Firebase and BranchIO dynamic links can now operate simultaneously, providing improved flexibility for linking and sharing across your applications.

(5) New Wishlist Staggered Style โœจ

Introduced a new staggered layout for the wishlist, enhancing the user experience with a fresh and modern design.

(6) Custom Smart Chat icon ๐ŸŽ‰

Users can now customize the Smart Chat icon, allowing for a more personalized touch to the chat interface.
Screenshot Demo
notion image

(7) Add Product Detail Gallery Slider Layout for Product Detail Page โšœ๏ธ

Introduce a new gallery slider layout for the product detail page. Users can now view detailed images in a visually appealing format.
Video Demo:
๐Ÿ’ก
IMPORTANT UPDATE
  • ๐Ÿ’ฅ Support to select parent location in filter
  • ๐Ÿ’ซ Product List Layout in Search screen supports Html Title
  • ๐Ÿ”† Upgrade (FirebaseLibrary): firebase_core to version 3.6.0 and other related firebase libraries
  • ๐Ÿ”ฐ Remove wechat_assets_picker & photo_manager
  • ๐ŸŒ Support Firebase for web platform
  • ๐Ÿ”ถ Add text font and text size for banner items
  • ๐ŸŽ€ Detailed Blog layout support rendering Video
  • ๐Ÿฅ‡ Chore(deps): upgrade salesiq_mobilisten lib
  • ใ€ฝ๏ธRefactor (handle Web Link): pop to root before loading and hide loading after fetching data
  • ๐Ÿ—๏ธ Refactor (Search Screen)!: Remove old search UI for easy maintenance and more flexible UI
  • ๐Ÿ’• Support icon material and cupertino for Animated Stack Container
  • ๐Ÿ’ข Refactor (HeaderView): remove verticalMargin and horizontalMargin
๐Ÿ’ฏ Improve UI: appbar, banner image, and product card on the home page
  • Support change border for product card in home page
notion image
  • Improve appbar when use background color
  • Improve Banner Image: hide the indicator if the number of image is less than 2.
notion image

This release contains many fixes
  • Fixed (cache): http cache is not working properly
  • Fixed (AppStore): update message when accessing photo library
  • Fixed: change language onboard screen
  • Fixed (Wishlist): show remove button instead of delete
  • Fixed (Search): close keyboard after closing filter
  • Fixed (profile): update empty field when updating profile
  • Fixed (ProductVariations): alway auto select first variant
  • Fixed (AppStore): remove the decline button when accessing deviceโ€™s cameraย 
  • Fixed (MyRating): enable autoInitData for list purchased productย 
  • Fixed (Cart): showing variant color in cart with custom ProductColors name and force check null
  • Fixed: max quantity product config
  • Fixed: min quantity when selecting attribute
  • Fixed (Build): cannot build apk file with zoho.salesiq
  • Fixed (AppModel): init app with unsupported language
  • Fixed: limit max quantity of productsย 
  • Fixed (ProductVariation): auto-select attribute of invalid variant
  • Fixed (Checkout): cannot handle url change for webview flutterย 
  • Fixed (Webview): not determine location on Google Maps
  • Fixed (Webview): crash app when launch special urls
  • Fixed (ApplePay): missing import showFluxDialogText
  • Fixed (Filter): cannot fetch attribute terms
  • Fixed (Filter): re-init filter if allowGetDatasByCategoryFilter is updated
  • Fixed (CategoryScreen): issue when open screen but not found category layout
  • Fixed: Forward/Backward icon does not display
  • Fixed (SmartChat): chatGPT still show if disabled
  • Fixed: missing excluded products for boost query
How to update/migrate the app to the latest version?
How to activate FluxStore on FluxBuilder tool?
๐Ÿ’ก
FREE DRAG & DROP APP BUILDER
  • Download | Document Guide
  • FluxStore apps provide the full source code, allowing you to customize everything.
  • Special gifts when using the FluxStore or FluxNews app ๐ŸŽ‰
    1. Free FluxBuilder tool to edit your app's UI easily with drag&drop Lifetime.
    2. Free update your app's UI without republishing it to App Stores or Google Play Store.
    3. Free translation service for your local language.
  • FluxStore apps provide the full source code, allowing you to customize everything.
  • Video Demo:

v4.2.0

Last updated: 20 August, 2024
NEW FEATURE

(1) Flutter 3.24.x Upgrade ๐Ÿ”ฅ

Upgrade latest Flutter channel stable v3.24.x
To make sure you are using the correct Flutter version, run this command:
flutter --version
To upgrade Flutter 3.24.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
To update/migrate the app to the latest version โ˜˜๏ธ
To fix build issue with new flutter version
After upgrading, you may meet the cache issue of iOS while building the application, please run this command to fix:
flutter precache --ios

(2) Branch.io dynamic link service ๐Ÿ’ซ

  • Integrated the Branch.io dynamic link service into the application
  • Enhance the usersโ€™ experience

(3) Onboarding Version 3 ๐ŸŽ‡

  • Support displaying full-screen images on Onboarding

(4) Realtime Chat: User block, Delete chat and Admin Access user chat ๐Ÿ”†

  • Implemented real-time chat functionality with enhanced moderation features
  • Users can now block other users to prevent unwanted interactions
    Demo Screenshots
    notion image
    notion image
  • Users have the ability to delete the entire chat threads
    Demo Screenshot
    notion image

IMPORTANT UPDATE
  • ๐Ÿ”† Support notification icon in configs folder to upgrade easily
  • ๐Ÿงจ Update (ProductVariant): enhance logic to check in stock of product variation
  • ๐ŸŒŸ Update (ProductVariable): enhance auto select product variantion
  • ๐Ÿ†™ย Update/vertical column with filter
  • ๐ŸŽŠย Update(translation): remove duplicate and fix grammar
  • โฌ†๏ธย Update: notification icon
  • ๐Ÿ†™ย Check for same-server origin before fetching blog data
  • ๐Ÿ’ซ Update excludedCategoryIDs and excludedProductIDs option to support excluding category/product IDs
  • ๐Ÿ”ฐ Update (My Cart): get name attribute from product
  • ๐ŸŒˆย Add a border to the TextField on the User Update Info screen
  • ๐Ÿ”ท Support Multi Languages for Shipping Address Screen

This release contains many fixes
  • Fixed: crash product filter
  • Fixed: fontFamily not working in Widgets
  • Fixed: crash firestore when empty email on ios release
  • Fixed (productImageThumbnail): showing image for featured video
  • Fixed (Analytics): Resolve Facebook Analytics purchased event null value
  • Fixed (Release): apple reject as location permission is irrelevant for delivery
  • Fixed: (Translation): not override pt_PT translation
  • Fixed: cannot get specific product
  • Fixed: product cart UI issues
  • Fixed (Blog): load wrong blog domain for boost engine
  • Fixed (Padding): product horizontal in RTL
  • Fixed (InAppWebview): still show app when set showAppBar to false
  • Fixed (ProductVariant): fix issue map product variant and attribute
  • Fixed: login after logout (deactivated widget's ancestor)
  • Fixed: show correct product price in card and layout wholesale issue
  • Fixed (MenuVerticalLayout): cannot sort categories
  • Fixed (Blog): sort blog if use special blogs
  • Fixed: text over flow of button in checkout screen
  • Fixed: hide the keyboard after input text
  • Fixed (TabBar): Resolve Always show tabbar does not work
  • Fixed: remove boost for external blog URL
  • Fixed (CheckoutPageSlug): no element exception
  • Fixed (Search): search by SKU
  • Fixed (FluxNavigate): check to use root navigator
  • Fixed: flutter 3.24.0 error when building release (attr/lStar not found)
  • Fixed (UI): use safe area for bottom sheet add to cart and fix cart in flatStyle
  • Fixed (ImagePicker): limit pick file type for image
  • Fixed: update history order card
How to update/migrate the app to the latest version?
How to activate FluxStore on FluxBuilder tool?

FREE DRAG & DROP APP BUILDER
  • Download | Document Guide
  • FluxStore apps provide the full source code, allowing you to customize everything.
  • ๐Ÿ‘‰ Special gifts when using the FluxStore or FluxNews app:
    1. Free FluxBuilder tool to edit your app's UI easily with drag&drop Lifetime.
    2. Free update your app's UI without republishing it to App Stores or Google Play Store.
    3. Free translation service for your local language.
  • Video Demo

Earlier releases

14 more releases shipped before v4.2.0. They are part of the same lifetime-update license.

  • v4.1.0
  • v4.0.0
  • v3.16.8
  • v3.16.0
  • v3.13.6
  • v3.13.0
  • v3.10.0
  • v3.7.0
  • v3.4.0
  • v3.3.0
  • v3.0.6
  • v3.0.2
  • v3.0 โ€“ 22 May 2022
  • v1.0 โ€“ 25 Mar 2022