FluxStore 4.1.0 focuses on Flutter 3.22, size charts, and brand filtering. The release notes below preserve the official feature details, configuration examples, and fixes published by InspireUI.
Released June 3, 2024. View the official FluxStore WooCommerce changelog.
NEW FEATURE
Flutter 3.22 Upgrade
Upgrade latest Flutterchannel stable v3.22.x
To make sure you are using the correct Flutter version, run this command:
flutter --version
To upgrade Flutter 3.22.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
- Follow this “Upgrade source code and Flutter” guide.
- Input your purchase code to
configs/env.propsfile (if not input, the app will crash):
- Helpful guide “How To Easily Upgrade Sourcecode To The Next Version”
To activate FluxStore on FluxBuilder tool
Product Size Chart
- Ability to show the size guide/size chart on the Product Detail screen with the Product Size Chart For WooCommerce plugin.
- User guide: “11. Product Size Chart”
Filter by Brand
- Users can filter with Brand, Tag, Attribute by category in the Filter screen.
- User guide: “Filter by Brand”
Demo Screenshot
Lazy loading on TabBar
- For too many tabs on TabBar (heavy API usage: ~100 calls), use Lazy Loading: Tabs load only when clicked, improving performance.
- Not recommended if your app does not have too many tabs on TabBar.
- User guide: “Lazy loading”
Avatar Sync
- Supports Avatar synchronization between application and website.
- Use the latest version of MStore API.
Facebook App Event
- Meta App Event Tracking (or Facebook App Event) allows your app to track events, such as a person installing your app or completing a purchase, to measure ad performance, and build audiences for ad targeting.
- User guide: Facebook App Event
Demo Screenshot
Thawani Payment
- Easy payments with Thawani Payment on WooCommerce and Opencart apps.
- Available for the extended license.
- User guide
Demo Video
First Iraqi Bank Payment
- Ready to offer “Pay with FIB” for your customers, and see all successful transactions from your shop in the FIB app.
- Available for the extended license.
- User guide.
YITH Composite Product
- Set and offer products that can be composed by users such as computers, sports equipment, etc.
- Plugin: YITH Composite Products for WooCommerce.
- Available for the extended license.
- There is no need to configure anything under the app and the website must have composite product plugin support.

