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

</aside>

Version 6.0.1

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

🔄 Core Updates

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




Version 6.0.0

Last updated: Mar 29, 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) Universal Links / App Links 🔗

Supported: All frameworks | ⚠️ BREAKING CHANGE

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

(3) Wishlist Empty State Image 🖼️

Supported: All frameworks

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

image.png


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

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

image (1).png

image (2).png

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

(5) Cart Performance & Reliability ⚡️

https://youtu.be/9g8Jqozxw7w


(7) Share Link Metadata Support 🔗

image.png

<aside> 💡

IMPORTANT UPDATE

</aside>