<aside> 🔔 **Join our group for the latest information & guide.**
</aside>
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>
Upgrade to the latest Flutter ****channel stable v3.41.x
<aside> 💡
In the new version, we have some breaking changes:
Supported: WooCommerce, MultiVendor (Dokan/WCFM)
https://youtube.com/shorts/LLTQymq1Uow
Pending payment status — a Pay button is shown on the Order Confirmation and Order History screenslib/env.dart:"paymentConfig": {
"EnableWebviewCheckout": false,
"EnableNativeCheckout": true,
+ // Only works when EnableNativeCheckout is true
+ "EnableHybridPayment": true,
},
Supported: WooCommerce | Currency: GMD only
https://youtube.com/shorts/E41oIj70huw
lib/env.dart:"modemPayConfig": {
"paymentMethodIds": ["modempay"],
"publicKey": "pk_test_...", // for getCheckoutUrlViaForm
"paymentMethods": ["wallet", "card", "bank"],
"returnUrl": "fluxstore://inspireui.com",
"production": false,
"enabled": true,
},
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: WooCommerce (WooCommerce Appointments plugin), Serverless (Firebase) | ⚠️ BREAKING CHANGE

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,
}
Supported: WooCommerce, MultiVendor (Dokan/WCFM) | ⚠️ BREAKING CHANGE (backward-compatible)
walletConfig block in lib/env.dartteraWalletName option: set a custom wallet brand name globally without overriding individual translation strings"advanceConfig": {
- "EnableTeraWalletWithdrawal": false,
},
+"walletConfig": {
+ "enableTeraWallet": false,
+ "enableTeraWalletWithdrawal": false,
+ "teraWalletName": null, // null = use default "TeraWallet" name
+},
Note: Old
env.dartconfigs remain backward-compatible. MultiSite: useconfigurationsper site to enable/disable wallet, instead ofwalletEnabledinmultiSiteConfig.

<aside> 💡
</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
🔄 [BREAKING CHANGE] Wallet config restructured: move EnableTeraWalletWithdrawal from advanceConfig to new walletConfig.enableTeraWalletWithdrawal block (old env.dart remains backward-compatible — see feature #14)
🔄 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
🔄 Support enabling/disabling login on Listing platforms (MyListing, ListingPro) that do not have booking support configured
⬆️ Updated flutter_facebook_auth and facebook_app_events to latest versions — requires Xcode 26.x or later to build for iOS
⬆️ Updated MyFatoorah payment SDK to the latest version
This release contains many fixes
How to update/migrate the app to the latest version?
How to activate FluxStore on FluxBuilder tool?
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.
Upgrade latest Flutter ****channel stable v3.38.5