Actively maintained

FluxGPT changelog

9 documented releases, the latest being v6.2.0 on June 15, 2026. Every one of them is a free update for existing license holders.

Jump to a release

v6.2.0

LatestJune 15, 2026
Last updated: June 15, 2026 - Link Purchase | Download

v6.1.0

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

v6.0.1

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

🔄 Core Updates

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

  • Fixed: config JSON not applied when changing language
  • Fixed: Build issue due to connectivity_plus package

How to update/migrate the app to the latest version?
How to activate FluxStore on FluxBuilder tool?

v6.0

Mar 29, 2026
Last updated: Mar 29, 2026 - Link Purchase | Download

v5.6.0

December 25th, 2025
Last updated: December 25th, 2025 - Link Purchase | Download
NEW FEATURE

(1) Flutter 3.38.5 Upgrade ⬆

Upgrade latest Flutter channel stable v3.38.5
To make sure you are using the correct Flutter version, run this command:
flutter --version
To upgrade Flutter 3.38.5, 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
To fix build issue with new flutter version
After upgrading, you may meet the cache issue of iOS while building the application, please run this command to fix:
flutter precache --ios

(2) Full Support for Xcode 26 & iOS 15 Minimum Deployment 💥

  • Fully compatible with Xcode 26, ensuring smooth builds and future-proof iOS development.
  • Minimum iOS deployment target has been upgraded to iOS 15.0 (previously iOS 14.0).
⚠️ Notice
This update drops support for iOS 14 and earlier versions due to Xcode 26 and latest iOS SDK requirements.

(3) Video Splash Screen 🎬

Make a strong first impression with the new Video Splash Screen feature.
  • Supports video playback on app launch instead of static images.
  • Ideal for branding, promotions, or storytelling.
Configuration
  • Edit in the lib/env.dart file as below:
  "splashScreen": {
    "enable": true,

    /// duration in milliseconds, used for all types except "rive", "flare" and "video"
    "duration": 2000,

    ///  Type should be: 'fade-in', 'zoom-in', 'zoom-out', 'top-down', 'rive',
    ///  'flare', 'static', 'video'
    "type": "video",
    "image": "assets/videos/splashscreen.mp4", // https://demo.mstore.io/wp-content/uploads/2025/09/splashscreen.mp4

    /// AnimationName's is used for 'rive' and 'flare' type
    "animationName": "fluxstore",

    "boxFit": "contain",
    "backgroundColor": "#ffffff",
    "paddingTop": 0,
    "paddingBottom": 0,
    "paddingLeft": 0,
    "paddingRight": 0,
  },

(4) Show / Hide Sign In & Sign Up on Onboarding 🚪

notion image
More control over your onboarding flow.
  • Choose whether to display Sign In and Sign Up buttons on onboarding screens.
  • Ideal for guest-first experiences or content-first apps.
Configuration
  • Edit in the lib/env.dart file as below:
  • Support for Onboarding version 1 only
  "onBoardingConfig": {
    'enableOnBoarding': true,
    'version': 1,
    'autoCropImageByDesign': true,
    'isOnlyShowOnFirstTime': true,
    'showLanguage': true,
    'showLanguagePopup': false,
+   // Currently, only available for version 1
+   'showSignInSignUp': true,
  },

(5) Share Link for Product List Configuration 🔗

Improved the Share Link feature to support more flexible product list configurations.
  • Remove previous limitations in link creation, ensuring shared links always navigate to the intended screen regardless of layout configuration.
  • Users can now generate and open share links correctly even when layouts are / are not tied to a specific category, brand, or tag.

IMPORTANT UPDATE
  • Upgrade(ios): migrate OneSignalNotificationServiceExtension to adapt with Xcode 26
  • Allow to hide contact information in the store details screen
  • Improve(UI): show login prompt for WebView auth
  • Support multilingual for time ago in Realtime Chat
  • Chore: update phone field labels to comply with App Store guideline 5.1.1
This release contains many fixes
  • Fixed: Build ios due to recent FBSDKCoreKit release
  • Fixed: Slider video audio still plays for a millisecond then cuts off
  • Fixed: Not show categories when changing language
  • Fixed: Remapped category images not overriding default icons
  • Fixed: Duplicate when refresh & load more
  • Fixed: Blog filter bug
  • Fixed: Onboarding image v2 is blurry
  • Fixed: Youtube video is not available
  • Fixed (share_plus): Avoid crash on iOS 26 when sharing
  • Fixed (OfflineMode): Doesn't support offline mode for PWA
  • Fixed: Some UI is incorrect in mobile PWA
  • Fixed (Webview): download base64 image to file
How to update/migrate the app to the latest version?
How to activate FluxStore on FluxBuilder tool?

v5.5.0

October 9th, 2025
Last updated: October 9th, 2025 - Link Purchase | Download
NEW FEATURE

🔄 Core Updates

(1) Flutter 3.35.5 Upgrade ⬆

Upgrade latest Flutter channel stable v3.35.5
To make sure you are using the correct Flutter version, run this command:
flutter --version
To upgrade Flutter 3.35.5, 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
To fix build issue with new flutter version
After upgrading, you may meet the cache issue of iOS while building the application, please run this command to fix:
flutter precache --ios
💡
In the new version, we have some breaking changes for Android platform:
  • Upgraded compileSdkVersion 35 to compileSdkVersion 36
  • Upgraded ndkVersion "25.1.8937393" to ndkVersion "28.1.13356709"
  • Disable Impeller rendering engine (Android only)

(2) 16KB Memory Page Size Support 👍

  • To ensure your app works correctly on the latest versions of Android, FluxStore 5.5.0 supports 16 KB memory page sizes to target Android 15+ by updating the NDK version and Rive dependencies.
  • You may request an extension to this deadline until May 1st, 2026, by following this guide.
You can disregard the Edge-to-edge warning.
You can disregard these warnings:
Edge-to-edge may not display for all users:
Your app uses deprecated APIs or parameters for edge-to-edge:

(3) FluxBuilder Dynamic Links Integration 🌟

A complete deep linking and tracking system that enhances navigation, marketing campaigns, and user engagement.
Manage everything easily through the FluxBuilder app builder.
  • Project & Link Management
    • Added Create Projects Screen for developers to generate and configure deep link projects.
    • New Links Tables for managing all generated links, including validation and redirection rules.
notion image
  • Analytics & Tracking
    • Introduced Analytics Links Dashboard to monitor clicks, sessions, and conversions in real time.
notion image

(4) Firebase Remote Config Update

Improved the handling of Firebase Remote Config to balance update frequency and quota limitations. When a new version is uploaded, it is fetched and cached immediately, but applied only on the next app launch.
Ensures stable updates without applying unexpected changes mid-session.

🖼️ UI & Layout Improvements

(5) Video Background Layout 🎞️

Added support for video-based backgrounds on the home and dynamic screens, enabling immersive storefront experiences.
Configuration
Open the file lib/configs/config_en.json and add “video” for “Background” as below:
Priority: video > image > color
  "Background": {
    "height": 1,
    "color": "#026DCD",
    "image": "https://trello.com/1/cards/5dc3b80702a7994eec2ea5d0/attachments/5dc3b80802a7994eec2ea5d1/download/woman.jpg",
+   "video": "https://storage.googleapis.com/gtv-videos-bucket/sample/ForBiggerMeltdowns.mp4",
+   "fit": null, // For Image only
    "isScrollable": false
  },

(6) Scrollable Backgrounds

Introduced scrollable backgrounds for home and dynamic screens for more flexible and engaging UI layouts. When scrolling home or dynamic screen, the background will also scroll together for a more natural effect. (Not applied for Tab Menu and Scrollable screens.)
Configuration
Open the file lib/configs/config_en.json and set “isScrollable” as below:
  "Background": {
    "height": 0.35,
    "color": "#026DCD",
    "image": "https://trello.com/1/cards/5dc3b80702a7994eec2ea5d0/attachments/5dc3b80802a7994eec2ea5d1/download/woman.jpg",
+   "isScrollable": true
  },

(7) Sub-Category Depth Display

Improved category display with support for showing multiple levels of sub-categories.
Configuration
Open the file lib/env.dart, and then configure as below:
    {
      "type": "image",
      "wrap": true,
      "horizontalItem": false,
      "columns": 4,
      "layout": "category",
      "marginLeft": 15.0,
      "marginRight": 15.0,
      "marginTop": 10.0,
      "marginBottom": 10.0,
      "separateWidth": 24.0,
      "shadow": null,
      "gradientStyle": false,
      "items": [
        {
          "originalColor": false,
          "backgroundColor": null,
          "title": null,
          "name": null,
          "keepDefaultTitle": false,
          "colors": [
            "ff3cc2bf",
            "ff3cc2bf"
          ]
        },
      "productCategoryMenuStyle": "tab",
      "categoryMenuShowDepth": true
    }
Note: • categoryMenuShowDepth : only support productCategoryMenuStyle that is "tab"

(8) App Exit Behaviors ♦️

Configurable app exit options for Android device mainly, including double-tap to exit, exit confirmation dialogs, and instant close.
We have also fixed the back behavior for webview app
Configuration
Set and select exit app type directly in the file lib/env.dart as below:
  "advanceConfig": {
+   /// systemDefault, exitImmediately, requireConfirmPopup, requireDoubleTap
+   "exitAppType": "requireConfirmPopup",
  },
notion image
notion image

🌐 WebView & Payment Enhancements

(9) Support for opening products directly in WebView

Now you can decide product type to open in Webview or Native Product Detail, giving you consistent logic and more flexible control (works for both product and listing apps).
Configuration
Open the file lib/env.dart, and set as below:
{
  "productCard": {
+   "typeShouldOpenInWebview": [],
    "boxFit": "cover",
    "boxShadow": null,
    "defaultImage": "assets/images/no_product_image.png"
  },
}
Demo
    "typeShouldOpenInWebview": [
      "grouped",
      "auction",
      "external",
      "subscription",
      "appointment",
    ]

(10) External links open in the system browser instead of in-app WebView

Any URL that is not part of your app will now open in the external browser instead of inside the in-app webview. This makes navigation clearer, prevents broken flows, and gives users a smoother experience.
Configuration
Open the file lib/env.dart and configure as below:
  "advanceConfig": {
-   /// Disable inAppWebView to use webview_flutter
-   /// so webview can navigate to external app.
-   /// Useful for webview checkout which need to handle payment in another app.
-   "inAppWebView": false,
-   'AlwaysClearWebViewCache': false,
-   'AlwaysClearWebViewCookie': false,
-   "WebViewScript": "",
  },
+  "webViewConfig": {
+    "webViewMode": "webViewFlutter", // `inAppWebView` or `webViewFlutter`
+    "alwaysClearWebViewCache": false,
+    "alwaysClearWebViewCookie": false,
+    "webViewScript": "",

+    /// List of domains that should open the external app instead of the webview.
+    /// Just add the domain name only, do not add full URL. For example: "example.com"
+    /// If not set, we will use our default list from [kExternalDomains]
+    "externalDomains": [],

+    /// List of domains that should be loaded in the webview.
+    /// If the list is empty, all domains will be opened in the webview if it is
+    /// not in [externalDomains]. Otherwise, if the domain is not in this list, it
+    /// will be opened in the external browser.
+    /// Just add the domain name only, do not add full URL. For example: "example.com"
+    "internalDomains": [],
+  },
Default External domains list:
const kExternalDomains = [
  'wa.me', // Whatsapp
  'wa.link', // Whatsapp
  'api.whatsapp.com', // Whatsapp
  'm.me', // Messenger
  'messenger.com', // Messenger
  'www.messenger.com', // Messenger
  'ig.me', // Instagram
  'instagram.com', // Instagram
  'www.instagram.com', // Instagram
  'x.com', // X
  'facebook.com', // Facebook
  'www.facebook.com', // Facebook
  'youtube.com', // Youbute
  'www.youtube.com', // Youbute
  'youtu.be', // Youbute
  't.me', // Telegram
  'telegram.org', // Telegram
  'play.google.com', // Google play
  'apps.apple.com', // App store
  'zalo.me', // Zalo
];
💡
IMPORTANT UPDATE
  • 💥 Refactor!: drop support Firebase Dynamic Link
  • Drop support the Better REST API Featured Images plugin
  • Clarify the address by showing more details
  • Update productListItemHeight config in Animation Category Layout
  • Recalculate lineHeight in ProductTitle
  • Add height config in Top Products Layout and Quilted Grid Tile
  • Refactor: hide Firebase realtime chat/WCFM Live chat if disable instead of show error
  • Chore(ui): phone input alignment in RTL languages
  • Add Product List Item Height config to support product card configs in Fancy scroll layout
  • Refactor: show increment_id instead of entity_id for order Magento
  • Support textarea for WooCommerce product addons
This release contains many fixes
  • Fixed: Edge to Edge issue on Android 15
  • Fixed: cannot build android due to com.facebook.android:facebook-android-sdk error
  • Fixed: cache/delay fees/taxes issues when checkout
  • Fixed (YithProductAddons): input style when open bottomshet at home screen
  • Fixed: exception when loading country
  • Fixed: spacing in checkout success UI screen
  • Fixed: not update color when change theme for dialog add to cart
  • Fixed: corner cart overlaps button in flat style
  • Fixed (Magento): type cast exception when fetching products
  • Fixed: render html for product description in Magento
  • Fixed: crash when open midtrans payment for android release mode
  • Fixed: change tab without initial tab data
  • Fixed: back behavior for webview
  • Fixed: crash android app if pay with stripe
  • Fixed: Can't show category name [MyListing, ListingPro] 
  • Fixed: my rating not showing on listing woo app
  • Fixed: parse margin for product badge
  • Fixed: get first currency if default currency is null
  • Fixed: Show corresponding error code and fix issue when login
  • Fixed (review): type cast exception, not show on product detail
  • Fixed: type cast error for include param in boost engine request
  • Fixed: always show first tab instead of default tab
  • Fixed: opencart does not show image properly
  • Fixed (Wallet): Pay by wallet option display for smaller order price
  • Fixed: show id only as delay or not load brand in filter
  • Fixed: comma and dot position in currency
  • Fixed: price range on listing card
  • Fixed: show shipping fee without tax
  • Fixed: multi language for Product review
  • Fixed: not apply alignment for title of menu list item
How to update/migrate the app to the latest version?
How to activate FluxStore on FluxBuilder tool?



v5.0

Last updated: 28 November, 2024 - Link Purchase | Download
💡
NEW FEATURE

(1) Animated Stack Banner 🔥

FluxStore aims to focus more on animated stack containers for items on the app.
With smooth transition effects and vibrant visuals, the banner now not only looks great but also improves navigation and accessibility.
Video Demo
This enhancement integrates seamlessly with the enhanced Drag and Drop Editor 2.0 in FluxBuilder, providing advanced capabilities for layout customization and animation implementation.
notion image

(2) New UI for Tabbar 🎨

  • Tabbar Floating Config
    notion image
    notion image
  • Support indicator in full size of the tab in Bottom Tabbar
    notion image

(3) New Fantastic Layouts on Home Page 🏆

  • New Blog/Product Banner Slider style
    notion image
  • Support Gradient Style for Image Category
    notion image
  • New Menu List Layout for Dynamic Layout
    notion image
  • Add Header View and Date Time Countdown
    • Add Header View for Category item on Home page
    notion image
    • Date Time Countdown
    notion image
  • New Carousel View Flutter 3.24.0
  • List Card Layout
    A new layout for the Home screen is now available in FluxStore Apps starting from version 5.0.0. This layout features: a title, subtitle, action button, tags, and image. The button can be used to navigate to other screens, products, blogs, tabs, and more. There are now 2 main styles for the layout: "titleHeading" and "subtitleHeading”.
    The items can be displayed in either a vertical or horizontal arrangement.
    • Vertical layout
    notion image
    • Horizontal layout
    notion image

(4) Firebase and BranchIO dynamic links ⚡

Firebase and BranchIO dynamic links can now operate simultaneously, providing improved flexibility for linking and sharing across your applications.

(5) New Wishlist Staggered Style ✨

Introduced a new staggered layout for the wishlist, enhancing the user experience with a fresh and modern design.

(6) Custom Smart Chat icon 🎉

Users can now customize the Smart Chat icon, allowing for a more personalized touch to the chat interface.
Screenshot Demo
notion image
💡
IMPORTANT UPDATE
  • 💥 Support to select parent location in filter
  • 💫 Product List Layout in Search screen supports Html Title
  • 🔆 Upgrade (FirebaseLibrary): firebase_core to version 3.6.0 and other related firebase libraries
  • 🔰 Remove wechat_assets_picker & photo_manager
  • 🌐 Support Firebase for web platform
  • 🔶 Add text font and text size for banner items
  • 🎀 Detailed Blog layout support rendering Video
  • 🥇 Chore(deps): upgrade salesiq_mobilisten lib
  • 〽️Refactor (handle Web Link): pop to root before loading and hide loading after fetching data
  • 🗝️ Refactor (Search Screen)!: Remove old search UI for easy maintenance and more flexible UI
  • 💕 Support icon material and cupertino for Animated Stack Container
  • 💢 Refactor (HeaderView): remove verticalMargin and horizontalMargin
💯 Improve UI: appbar, and banner image on the home page
  • Improve appbar when use background color
  • Improve Banner Image: hide the indicator if the number of image is less than 2.
notion image

This release contains many fixes
  • Fixed (cache): http cache is not working properly
  • Fixed (AppStore): update message when accessing photo library
  • Fixed: change language onboard screen
  • Fixed (Wishlist): show remove button instead of delete
  • Fixed (Search): close keyboard after closing filter
  • Fixed (profile): update empty field when updating profile
  • Fixed (AppStore): remove the decline button when accessing device’s camera 
  • Fixed (Build): cannot build apk file with zoho.salesiq
  • Fixed (AppModel): init app with unsupported language
  • Fixed (Webview): not determine location on Google Maps
  • Fixed (Webview): crash app when launch special urls
  • Fixed (Filter): cannot fetch attribute terms
  • Fixed (Filter): re-init filter if allowGetDatasByCategoryFilter is updated
  • Fixed (CategoryScreen): issue when open screen but not found category layout
  • Fixed: no valid small icon issue when enable Audio feature
  • Fixed: Forward/Backward icon does not display
How to update/migrate the app to the latest version?
How to activate FluxStore on FluxBuilder tool?
💡
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 🎉
    1. Free FluxBuilder tool to edit your app's UI easily with drag&drop Lifetime.
    2. Free update your app's UI without republishing it to App Stores or Google Play Store.
    3. Free translation service for your local language.
  • FluxStore apps provide the full source code, allowing you to customize everything.
  • Video Demo:

v4.3.0

Last updated: 27 September, 2024 - Download

v4.2.0

Last updated: 20 August, 2024 - Download
NEW FEATURE

(1) Flutter 3.24.x Upgrade 🔥

Upgrade latest Flutter channel stable v3.24.x
To make sure you are using the correct Flutter version, run this command:
flutter --version
To upgrade Flutter 3.24.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 ☘️
To fix build issue with new flutter version
After upgrading, you may meet the cache issue of iOS while building the application, please run this command to fix:
flutter precache --ios

(2) Branch.io dynamic link service 💫

  • Integrated the Branch.io dynamic link service into the application
  • Enhance the users’ experience

(3) Onboarding Version 3 🎇

  • Support displaying full-screen images on Onboarding

(4) Realtime Chat: User block, Delete chat and Admin Access user chat 🔆

  • Implemented real-time chat functionality with enhanced moderation features
  • Users can now block other users to prevent unwanted interactions
    Demo Screenshots
    notion image
    notion image
  • Users have the ability to delete the entire chat threads
    Demo Screenshot
    notion image

(5) Disable Sign Up 🎊

  • Implemented the ability to disable the sign-up functionality in the application
  • Users can also disable Login config and Username TextField in Sign Up screen
Demo Screenshots
  • Disable Sign Up
notion image
notion image
  • Disable User Name on Sign Up screen
notion image

IMPORTANT UPDATE
  • 🔆 Support notification icon in configs folder to upgrade easily
  • 🆙 Update/vertical column with filter
  • 🎊 Update(translation): remove duplicate and fix grammar
  • ⬆️ Update: notification icon
  • 🆙 Check for same-server origin before fetching blog data
  • 💫 Update excludedCategoryIDs and excludedProductIDs option to support excluding category/product IDs
  • 🌈 Add a border to the TextField on the User Update Info screen
  • ▶️ Support Multi Languages for Digits Mobile

This release contains many fixes
  • Fixed: fontFamily not working in Widgets
  • Fixed: crash firestore when empty email on ios release
  • Fixed (Analytics): Resolve Facebook Analytics purchased event null value
  • Fixed: Firebase sms login fix security
  • Fixed (Release): apple reject as location permission is irrelevant for delivery
  • Fixed: (Translation): not override pt_PT translation
  • Fixed (Blog): load wrong blog domain for boost engine
  • Fixed (InAppWebview): still show app when set showAppBar to false
  • Fixed (MenuVerticalLayout): cannot sort categories
  • Fixed (Blog): sort blog if use special blogs
  • Fixed: hide the keyboard after input text
  • Fixed: Show Fail Message for DigitsMobileLogin
  • Fixed: resend firebase sms
  • Fixed: rename register endpoint and fix register api without posting phone params
  • Fixed (TabBar): Resolve Always show tabbar does not work
  • Fixed: remove boost for external blog URL
  • Fixed (CheckoutPageSlug): no element exception
  • Fixed (Search): search by SKU
  • Fixed (FluxNavigate): check to use root navigator
  • Fixed (Coupon): Error deleting coupon code when typing quickly on iOS keyboard
  • Fixed: flutter 3.24.0 error when building release (attr/lStar not found)
How to update/migrate the app to the latest version?
How to activate FluxStore on FluxBuilder tool?

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:
    1. Free FluxBuilder tool to edit your app's UI easily with drag&drop Lifetime.
    2. Free update your app's UI without republishing it to App Stores or Google Play Store.
    3. Free translation service for your local language.
  • Video Demo

To upgrade Flutter 3.24.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
  • Enhance the users’ experience

  • Users can also disable Login config and Username TextField in Sign Up screen
    Demo Screenshots
    • Disable Sign Up
    notion image
    notion image
    • Disable User Name on Sign Up screen
    notion image

  • Ability to remove the QR code displaying from the Search screen
    Demo Screenshot
    notion image

  • 🌈 Add a border to the TextField on the User Update Info screen
  • ☑️ Support Multi Languages for Terra Wallet
  • Download | Document Guide

Earlier releases

10 more releases shipped before v4.2.0. They are part of the same lifetime-update license.

  • v4.1.0
  • v4.0.0
  • v3.16.8
  • v3.16.0
  • v3.13.6
  • v3.13
  • v3.10.0
  • v2.0
  • v1.0.1
  • v1.0.0