<aside> 🔔 **Join our group for the latest information & guide.**
</aside>
Last updated: April 1, 2026 - Link Purchase | Download
This patch release addresses critical bug fixes reported after v6.0.0
connectivity_plus packageLast updated: Mar 29, 2026 - Link Purchase | Download
<aside> <img src="/icons/add_blue.svg" alt="/icons/add_blue.svg" width="40px" />
NEW FEATURE
</aside>
Upgrade to the latest Flutter ****channel stable v3.41.x
<aside> 💡
In the new version, we have some breaking changes:
Supported: All frameworks | ⚠️ BREAKING CHANGE
dynamicLinkConfig in lib/env.dart:"dynamicLinkConfig": {
"type": "selfhosted",
"serviceConfigs": {
"selfhosted": {
"supportedDomains": ["yourdomain.com"],
"handleHttpsLinks": true,
"handleCustomScheme": true,
"customScheme": "fluxstore",
},
},
},
apple-app-site-association (no extension) to https://yourdomain.com/.well-known/apple-app-site-association with Content-Type: application/jsonassetlinks.json to https://yourdomain.com/.well-known/assetlinks.jsonwebsiteUrl and websiteDomain in configs/env.props/product/*, /product-category/*, /collections/*, /brand/*, /product-tag/*, /store/*, /listing/*, /blog/*, /post/*Supported: All frameworks
emptyImage and boxFit options to wishListConfig in lib/env.dart to customize the image shown on an empty Wishlist screen"wishListConfig": {
...
+ "emptyImage": "assets/images/empty_wishlist.png",
+ "boxFit": "contain",
},

Supported: All frameworks (except GPT, WordPress, Vendor Admin, Delivery, WebApp)
.png)
null, the default RTL behavior applies).png)
imageOnLeft option for product layouts using "layout": "listTile" in lib/config/config_xx.json{
"layout": "listTile",
+ "imageOnLeft": false,
}

<aside> 💡
IMPORTANT UPDATE
</aside>
🔄 [BREAKING CHANGE] EnableReview renamed to EnablePreview in checkout screen config (all 88 translation files updated) — if you override this key in env.dart or config_xx.json, rename it accordingly
🔄 Blog category images are now handled more reliably — banners load consistently across all frameworks
🔄 Product list now displays tag/brand names instead of raw IDs
🔄 YouTube iframe videos in blog/product/HTML content now load correctly
⬆️ Updated flutter_facebook_auth and facebook_app_events to latest versions — requires Xcode 26.x or later to build for iOS
This release contains many fixes
How to update/migrate the app to the latest version?
How to activate FluxStore on FluxBuilder tool?