FluxStore 5.1.0 focuses on Faster performance, payment IDs, and Android builds. The release notes below preserve the official feature details, configuration examples, and fixes published by InspireUI.
Released January 8, 2025. View the official FluxStore WooCommerce changelog.
NEW FEATURE
Enhanced the App's Overall Performance and Speed
Get ready to experience a turbocharged app! Our latest update brings significant enhancements to the overall performance and speed of your app, ensuring smoother navigation and lightning-fast response times. Say goodbye to lag and hello to seamless interactions!
- Detailed guide: https://support.inspireui.com/help-center/articles/121/122/19/app-performance
- Demo Video:
Support Multiple Payment IDs
Support displaying multi-bank transfer or COD payment method options during the order checkout process.
Demo Screenshot
Configuration on app
Open lib/env.dart file, then adjust the config as below:
"bankTransferConfig": {
"paymentMethodIds": ["bacs", "bank_transfer_1", "bank_transfer_2"],
},
"cashOnDeliveryConfig": {
"paymentMethodIds": ["cod", "cashondelivery"],
},
PhonePe Payment
- Introducing the PhonePe payment gateway, designed to enhance your users' payment experience with seamless transactions. With PhonePe, customers can easily make payments using UPI, debit/credit cards, and wallets, ensuring a quick and secure checkout process.
- The feature will be available for Extended license
Configuration on app
Open lib/env.dart file, then add config as below:
"phonepeConfig": {
'paymentMethodIds': ['phonepe'],
'merchantId': 'GANGSTARPGUAT',
'saltKey': '7eb940c6-b785-42e2-98ca-0419ebf5a219',
'saltKeyIndex': '1',
"androidPackageName": "com.inspireui.fluxstore",
"iOSBundleId": "com.inspireui.mstore.flutter",
'production': false,
'enabled': true
},
Upgrade Android Gradle Plugin
- Android Gradle Plugin: 8.10
- Android JDK 21
- Java vesion 8
IMPORTANT UPDATE
- Compatible with Flutter v3.27
- Enhance (Menu List): enhance layout and styling options
- Add config to resize image quality in Photo Review
- Enable/Disable Store and Delivery Management option in the Settings screen
- Refactor: color app map
- Animated Stack Container:
AnimatedConfigPercentSizedBoxsupport nullable value
This release contains many fixes
- Fixed performance issues on the whole app
- Fixed all language by AI
- Fixed (Size Guide): missing size guide button for option and image
- Fixed (Home Cache): check data can be a list instead of a map
- Fixed (privacy): show appbar unexpectedly
- Fixed escape category name
- Fixed (Auto Slide): not auto slide product list
- Fixed product price for wholesale
- Fixed (Image Resize): support image is not url
- Fixed (Video): get video products for WooCommerce
- Fixed (Add-Ons): choice overflow when the add-on name is too long
- Fixed cannot show Online option in Setting screen [Delivery]
How 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):
How to activate FluxStore on FluxBuilder tool?
- Follow this guide:
[support.inspireui.com
https://support.inspireui.com/help-center/articles/42/47/124/upgrade-source-code-and-flutter](https://support.inspireui.com/help-center/articles/42/47/124/upgrade-source-code-and-flutter)
- Input your purchase code to
configs/env.propsfile (if not input, the app will crash):
FREE DRAG & DROP APP BUILDER
- Download | Document Guide
- FluxStore apps provide the full source code, allowing you to customize everything.
- Special gifts when using the FluxStore or FluxNews app
- Free FluxBuilder tool to edit your app's UI easily with drag&drop Lifetime.
- Free update your app's UI without republishing it to App Stores or Google Play Store.
- Free translation service for your local language.
- FluxStore apps provide the full source code, allowing you to customize everything.
- Video Demo:
