<aside> 🔔 **Join our group for the latest information & guide.**

</aside>

Version 6.0

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

<aside> <img src="/icons/add_blue.svg" alt="/icons/add_blue.svg" width="40px" />

NEW FEATURE

</aside>

🔄 Core Updates

(1) Flutter 3.41.x Upgrade ⬆

Upgrade to the latest Flutter ****channel stable v3.41.x

<aside> 💡

In the new version, we have some breaking changes:


(2) Hybrid Payment for WooCommerce 💳

Supported: WooCommerce, MultiVendor (Dokan/WCFM)

https://youtube.com/shorts/LLTQymq1Uow

"paymentConfig": {
  "EnableWebviewCheckout": false,
  "EnableNativeCheckout": true,
+  // Only works when EnableNativeCheckout is true
+  "EnableHybridPayment": true,
},

(3) Modempay Payment Gateway 💳

Supported: WooCommerce | Currency: GMD only

https://youtube.com/shorts/E41oIj70huw

"modemPayConfig": {
  "paymentMethodIds": ["modempay"],
  "publicKey": "pk_test_...",  // for getCheckoutUrlViaForm
  "paymentMethods": ["wallet", "card", "bank"],
  "returnUrl": "fluxstore://inspireui.com",
  "production": false,
  "enabled": true,
},

(4) Universal Links / App Links 🔗

Supported: All frameworks | ⚠️ BREAKING CHANGE

"dynamicLinkConfig": {
  "type": "selfhosted",
  "serviceConfigs": {
    "selfhosted": {
      "supportedDomains": ["yourdomain.com"],
      "handleHttpsLinks": true,
      "handleCustomScheme": true,
      "customScheme": "fluxstore",
    },
  },
},

(5) Booking Module 📅

Supported: WooCommerce (WooCommerce Appointments plugin), Serverless (Firebase) | ⚠️ BREAKING CHANGE


(6) Date Picker for Product Add-ons 📆

image.png


(7) Wishlist Empty State Image 🖼️

Supported: All frameworks

"wishListConfig": {
  ...
+  "emptyImage": "assets/images/empty_wishlist.png",
+  "boxFit": "contain",
},

image.png


(8) Product List Tile — Image Position Config 🖼️

Supported: All frameworks (except GPT, WordPress, Vendor Admin, Delivery, WebApp)

image (2).png

image (3).png

{
  "layout": "listTile",
+  "imageOnLeft": false,
}

(9) Cart Performance & Reliability ⚡️

https://youtu.be/9g8Jqozxw7w


(10) Wallet Config Refactor 💰

Supported: WooCommerce, MultiVendor (Dokan/WCFM) | ⚠️ BREAKING CHANGE (backward-compatible)

"advanceConfig": {
-  "EnableTeraWalletWithdrawal": false,
},
+"walletConfig": {
+  "enableTeraWallet": false,
+  "enableTeraWalletWithdrawal": false,
+  "teraWalletName": null,  // null = use default "TeraWallet" name
+},

Note: Old env.dart configs remain backward-compatible. MultiSite: use configurations per site to enable/disable wallet, instead of walletEnabled in multiSiteConfig.


(11) Share Link Metadata Support 🔗

image.png

<aside> 💡

</aside>


Version 5.6.0

Last updated: January 21th, 2026 - Link Purchase | Download

<aside> <img src="/icons/add_blue.svg" alt="/icons/add_blue.svg" width="40px" /> NEW FEATURE

</aside>

Latest Update: The January 21st release fixes the search issue.

(1) Flutter 3.38.5 Upgrade ⬆

Upgrade latest Flutter ****channel stable v3.38.5