ChangeLog

ChangeLog

๐Ÿ””
Join our group for the latest information & guide.
ย 

Version 5.5.0

Last updated: October 9th, 2025 - Link Purchase | Download
 NEW FEATURE
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
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
ย 
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:
From Android 15, apps targeting SDK 35 will display edge-to-edge by default. Apps targeting SDK 35 should handle insets to make sure that their app displays correctly on Android 15 and later. Investigate this issue and allow time to test edge-to-edge and make the required updates. Alternatively, call enableEdgeToEdge() for Kotlin or EdgeToEdge.enable() for Java for backward compatibility.
Your app uses deprecated APIs or parameters for edge-to-edge:
One or more of the APIs you use or parameters that you set for edge-to-edge and window display have been deprecated in Android 15. Your app uses the following deprecated APIs or parameters:
android.view.Window.setStatusBarColor
android.view.Window.setNavigationBarDividerColor
android.view.Window.setNavigationBarColor

ย 

(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) Offline Mode โœจ

Added offline browsing capabilities with:
  • Offline status indicator
  • Cached loaded product and category data for use without internet
  • Automatic reconnection
  • Queued actions synchronized when back online
๐Ÿ’ก
Currently the feature does not support FluxGPT, FluxStore Haravan, FluxStore Serverless and Web to App.
Configuration
Change the file lib/env.dart as below
Map<String, dynamic> environment = { ... "offlineModeConfig": { "enable": true, } ... };
notion image
notion image

ย 

(5) 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.
ย 

๐Ÿ›’ WooCommerce Enhancements

(6) Custom Fees for WooCommerce

Added support for applying and displaying custom fees during checkout in WooCommerce stores.
Required Plugins
  • Need to use new MStore API plugin
notion image
ย 

๐Ÿ–ผ๏ธ UI & Layout Improvements

(7) Cart Item BoxFit Options

You can now update image BoxFit for cart items for more consistent visuals.
Configuration
Make changes in the file lib/env.dart as below:
"cartDetail": { "minAllowTotalCartValue": 0, "maxAllowQuantity": 10, /// Cart Style: normal, style01 "style": "style01", + /// Product Image Box Fit. Default: cover + "boxFit": "cover", },
notion image
ย 

(8) Badge Management

Badge Management moved to Regular License ๐ŸŽ‰๐ŸŽ‰
Previously available only on Extended License, Badge Management is now included with the Regular License, giving more users access to this powerful feature.
ย 

(9) 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 },
ย 

(10) 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 },
ย 

(11) 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"
ย 

(12) 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

(13) Support for custom Thank You Page URLs ๐Ÿ’ž

Store owners can add custom/translated checkout success URLs. The app will auto-detect checkout success events on any platform with webview checkout.
Configuration
Open the file lib/env.dart, and then configure as below:
"paymentConfig": { /// List of possible slugs for the successful checkout page on the website. /// It will be used to determine when the order is placed successfully and /// closes the webview checkout screen, trigger the cart deletion action. /// Also displays the native thank you page. + "CheckoutSuccessPageSlug": [ + "objednavka-prijata", + "thank-toan-thanh-cong", + "thank-toan/thanh-cong", + "/xac-nhan-don-hang", + ], }
ย 

(14) 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", ]
ย 

(15) 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 ];
ย 

(16) Razorpay Enhancements ๐Ÿ’ฐ

  1. Updated razorpay payment flow for WooCommerce
  1. Order ID and Invoice ID are now included in Razorpay checkout for improved payment tracking.
    1. notion image
      ย 
  1. Added a dialog to clearly show multi-currency options, making international payments smoother and more user-friendly.
    1. notion image
ย 
๐Ÿ’ก
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?
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
ย 
How to activate FluxStore on FluxBuilder tool?
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
ย 

Version 5.4.0

Last updated: July 22th, 2025 - Link Purchase | Download
 NEW FEATURE
NEW FEATURE

๐Ÿ”ง Core Features & Enhancements

1. Update Target API Level to Meet Google Play Requirements ๐Ÿ’ฅ

The target API level for Android builds has been updated in accordance with the latest Google Play policies. This ensures continued app compatibility, improved performance, and access to new platform features while maintaining compliance with Googleโ€™s publishing standards.

2. Support for YITH Addons

This version supports the YITH WooCommerce Product Add-Ons plugin on Woocommerce site, allowing merchants to offer customizable product options such as checkboxes, radio buttons, text fields, and more directly within the app.
This integration enhances the product configuration experience and enables more flexible product offerings โ€” ideal for stores that sell personalized or build-to-order items.
Support Platforms
  • FluxStore Woocommerce
  • FluxStore Pro (Woocommerce)
  • FluxStore Multi Vendors
Video preview
ย 

3. Support for Direct Link Sharing

Allow users to share direct website links instead of using dynamic link providers like Branch.io or Firebase. When a shared link is opened, it will redirect to the website, not the mobile app โ€” fully aligning with users who prefer standard URL sharing without app deep linking behavior.
Configuration
Edit the file lib/env.dart as below:
"dynamicLinkConfig": { "type": "selfhosted", },
Video preview

4. New Video Shopping UI Styles

Multiple new video shopping user interface styles have been added, allowing for more engaging and visually appealing product presentations tailored to modern shopping trends.
Support Platforms
  • FluxStore Woocommerce
  • FluxStore Pro (Woocommerce)
  • FluxStore Multi Vendors
  • FluxStore Shopify
Configuration
Edit the file lib/configs/config_en.json as below:
"TabBar": [ { "layout": "videos", "styleVersions": [ // Add the versions you want to display here. You can arrange them in any order you prefer. If not set, only version 1 will be used as the default. "1", "2", "3", "4", "5", "6", "7", "8", "9" ], "icon": "assets/icons/tabs/icon-videos.png" }
notion image
notion image
notion image

5. Order Attribution Tracking via WebView Checkout

Support for tracking order attribution through WebView-based checkouts has been added. This enhancement allows for accurate conversion tracking when customers complete purchases within embedded browser sessions in the mobile app.
Support Platforms
  • FluxStore Woocommerce
  • FluxStore Pro (Woocommerce)
  • FluxStore Multi Vendors

6. Display Product Category on Product Cards

Product cards now optionally display associated categories, improving product context and assisting users in browsing products more efficiently.
Support Platforms
  • FluxStore WooCommerce
  • FluxStore MultiVendor (Dokan/WCFM)
  • FluxStore Shopify
  • FluxStore Listing (Listeo/ListingPro/MyListing)
  • FluxStore Pro
  • FluxStore Strapi
  • FluxStore Prestashop
  • FluxStore Notion
  • FluxStore BigCommerce
  • FluxStore Haravan
Configuration
  1. Edit the file lib/configs/config_en.json as below:
    1. { "HorizonLayout":[ { "layout":"", ///twoColumn, threeColumn, fourColumn, card, saleOff, listTile, quiltedGridTile, carousel "showProductCardCategory":true, "showListingType":true, ... } ], "Vertical Layout":{ "layout":"", ///pinterest, menu, card, columns, columnsWithFilter, topProducts, menuWithCustomCategories "showProductCardCategory":true, "showListingType":true, ... } "TabBar": [ { "layout": "category", "categoryLayout": "card", ///card, sideMenuWithSub, columns, topMenu, animation, grid, sideMenuWithSub, ///sideMenuWithGroup, ///multi-level, ///fancy-scroll "icon": "assets/icons/tabs/icon-category.png" }, ], ... }
  1. Edit the file lib/env.dart as below:
    1. "productCard": { "defaultImage": 'assets/images/no_product_image.png', "showProductCardCategory": true, "showListingType": true, ... },
notion image

๐ŸŒ Localization and International Support

7. Support for Amharic Language

Amharic has been added to the list of supported languages, enabling localization for users in Ethiopia and expanding the global reach of your application.

8. Support for Saudi Riyal Symbol (SAR)

The correct symbol for the Saudi Riyal currency is now supported, ensuring accurate display of currency values for stores operating in Saudi Arabia.
Configuration
Edit the file lib/env.dart as below:
"advanceConfig": { ..., "Currencies": [ ..., { 'symbol': '\ue900', 'decimalDigits': 2, 'symbolBeforeTheNumber': true, 'currency': 'Saudi Riyal', 'currencyCode': 'SAR', } ] }
notion image

๐Ÿ› ๏ธ Advanced Configurations and Platform Enhancements

9. Flexible Shipment Tracking Configuration

This update introduces greater control over the shipment tracking experience within the app:
  • ๐Ÿ”ง Custom Tracking URL Support
    • Store owners can now configure their own tracking URLs, enabling integration with third-party logistics providers or custom-built tracking systems.
  • ๐Ÿšซ Option to Disable AfterShip Integration
    • A new setting allows AfterShip tracking to be disabled entirely, providing more flexibility for merchants who prefer alternative tracking methods or wish to manage logistics independently.
Support Platforms
  • FluxStore Woocommerce
  • FluxStore Pro (Woocommerce)
  • FluxStore Multi Vendors
Configuration
Edit the file lib/env.dart as below:
"afterShip": { + "enabled": true, "tracking_url": "https://fluxstore.aftership.com", // Old URL, not using if `custom_tracking_url` is not empty + "custom_tracking_url": "https://fluxstore.aftership.com/{slug}/{trackingNumber}", // Default null },

10. Instagram Story: Separated Display Time per Slide

The Instagram Story layout now supports individual display durations for each item:
  • If a specific time is set per item โ†’ that time is used
  • If not set โ†’ fallback to the videoโ€™s duration (if available)
  • If video duration is not available โ†’ use the global default setting
This logic ensures optimal flexibility while maintaining a smooth storytelling experience.
Configuration
Edit the file lib/configs/config_en.json as below:
{ "time": 5, "items": [ { "id": "[#6ade0]", "image": "https://trello.com/1/cards/685321344e242df4e72be312/attachments/685b60f57568cc0b3a6825c8/download/David_Arizona_2025_-_IG_Reels_Promo_Voice_Actors.jpg", "video": "https://animewonderfest.com/wp-content/uploads/2025/06/IG-Reel-arizona-Promo-David-Matranga.mp4" }, { "id": "[#aa32b]", + "time": 15, // default null "image": "https://trello.com/1/cards/685321344e242df4e72be312/attachments/685b6044be49b99d81f5342b/download/Matthew_Promo_-_Arizona_2025_-_Reels_-_Announcement_Posts.jpg", "video": "https://animewonderfest.com/wp-content/uploads/2025/06/IG-Announcement-Arizona-Promo-Matthew-Rudd.mp4" } ], "limit": 10, "layout": "instagramStory", "usePath": false, "itemWidth": 100, "marginTop": 10, "hideAvatar": false, "itemHeight": 200, "marginLeft": 15, "viewLayout": "media", "hideCaption": false, "itemSpacing": 16, "marginRight": 15, "marginBottom": 10, "enableBackground": false, "itemBorderRadius": 10 }

11. Listing: Owner Role Registration Support

This update introduces support for owner role registration within the Listing app. Users can now register as business owners directly from the app interface.
Support Platforms
  • FluxStore Listing
Configuration
  1. Install Mstore API plugin version 4.18.0 or higher.
  1. Edit the file lib/env.dart as below:
"vendorConfig": { ... /// Show Register by Owner (Only for Fluxstore Listing) "OwnerRegister": true/false, ... }
notion image
notion image

12. Custom Search Type Configuration for Products and Listings

Search behavior can now be customized for both product and listing modules. This is particularly beneficial for users utilizing combined solutions like Listeo and Dokan.
  1. Support search product in Listeo merge Dokan widgets
  1. Support History Text and Recent Searches by productType
  1. Handle logic show QRCode by productType and platform
Configuration
Edit the file lib/configs/config_en.json as below for:
  • AppBar
{ "layout": "logo", "showSearch": true, "showLogo": true, "productType": true/false, ... },
  • Header Search
{ "layout": "header_search", "productType": true/false, ... },
  • Header Text
{ "layout": "header_text", "productType": true/false, ... },
  • Banner Image
{ "layout": "bannerImage", "title": { "productType": true/false, ... }, ... },
ย 

13. Support Large Category UX

Added new configuration option to support large category collections with an improved user navigation experience (compatible with WooCommerce platform)
"categoryConfig": { // Enable this option when the store has more than 100 category items "enableLargeCategories": true, "deepLevel": 3, },


๐Ÿงฉ FluxStore MAX Enhancements

14. Multi-site Switcher Layout (FluxStore MAX Support)

A powerful new feature has been introduced to improve the multi-site experience in FluxStore apps: the MultiSiteSwitcherLayout. This layout enables a fully customizable UI for selecting between multiple storefronts within a single mobile app.
๐Ÿงฑ Core Components:
  • MultiSiteSwitcherConfig: Defines the layoutโ€™s global settings and style.
  • MultiSiteSwitcherStoreConfig: Handles individual store styling and folder mapping.
  • MultiSiteSwitcherLayout: The main widget that renders the switcher UI based on the config.
๐Ÿ”ง Key Capabilities:
  • Customizable Appearance:
    • Developers can define layout properties such as background color, spacing, border radius, and image display for each store.
  • Dynamic Store Configuration:
    • Each store can have its own icon, selected-state image, and color. The configuration supports both default and selected styles.
  • Flexible UI Controls:
    • Optional properties like button size, spacing, and image fit modes give you full control over the layout design.
  • Integration with env.dart:
    • You can configure the visibility of the store switcher button in the app bar using showAppBarSwitcherSite under multiSiteConfigs.
AppBar Switcher Button:
To enable or hide the site switcher button in the AppBar, update the corresponding storeโ€™s config in the file lib/env.dart:
"multiSiteConfigs": [ { "configFolder": "us_store", "showAppBarSwitcherSite": true } ]
Configuration Example
Edit the file lib/configs/config_en.json as below:
{ "layout": "multiSiteSelection", "backgroundColor": "#FFEAD5", "borderRadius": 10.0, "widthButton": 120.0, "heightButton": 35.0, "spacing": 10.0, "stores": [ { "folder": "us_store", "image": "https://example.com/us-flag.png", "imageSelected": "https://example.com/us-flag-selected.png", "colorSelected": "#3FC1BE" }, { "folder": "vi_store", "image": "https://example.com/vn-flag.png", "imageSelected": "https://example.com/vn-flag-selected.png", "colorSelected": "#FF6B6B" } ] }
Video preview

15. Shopify Support for FluxStore MAX

FluxStore MAX now officially supports Shopify as a backend platform, enabling high-performance native apps for Shopify merchants.
๐Ÿ’ก
Important Note: Don't support multiple platforms at the same time, sites should only have the same type of platform (Shopify or Woocommerce only).

15. Update currency and country based on site config

introduces the ability to update the app's currency and country settings based on theย multiSiteConfig.
Key changes:
  • Addedย _updateCurrencyForSiteย method to handle updating currency and country when a new site configuration is selected.
  • If the site config specifies aย currencyCode, the app will attempt to find a matching currency from theย kAdvanceConfig.currenciesย list.
  • If aย countryCodeย is also provided in the site config, it will override the country code of the found currency.
  • If the site config'sย currencyCodeย is not found or not provided, the app will fall back to theย kAdvanceConfig.defaultCurrency.
  • Theย getPrefConfigย method now prioritizes currency and country settings fromย multiSiteConfigย before falling back toย kAdvanceConfig.defaultCurrencyย or persisted settings.
  • When changing the multi-site configuration viaย changeMultiSite, the currency and country are now updated according to the new site's settings.
ย 
IMPORTANT UPDATE
IMPORTANT UPDATE
  • ๐Ÿ’ฅ Clarify address infor
  • ๐Ÿ’ฆ Confirmation dialog for Order Cancellation and Refund
  • ๐ŸŒŸ Show corresponding error code when creating user
๐Ÿ†™ย Improve AppBar address handling and display
  1. Load state and country names for first app launch and full address after selection
  1. Improve address format display in AppBar and address selection screen
  1. Implement automatic address synchronization with CartModel
  • โŒ› Optimize PlacePicker initial map loading
  • ๐Ÿ”ฐ Add stock quantity in Back Order Products
  • ๐Ÿ”ท Update (productListLayout): optimize shop product list layout
  • ๐ŸŒ Refactor(map): optimize map screen layout and carousel responsive

This release contains many fixes
  • Fixed (BottomBar): Fix Android back button with slide effect
  • Fixed: unable to apply coupon codes containing uppercase letters
  • Fixed: reset password wordpress
  • Fixed (Product): large gap between the section title and the table content
  • [WCFM] Fixed: get product by distance
  • Fixed: hide share link if url is invalid
  • Fixed: claim reward
  • Fixed: loyalty issues
  • Fixed: map screen can't operate gestures when ZoomStyle are enabled
  • Fixed (Multi-Site): tabbar overlays change site popup if slideEffect is enabled
  • Fixed: sync cart
  • Fixed: not show notification request popup ios
  • Fixed: duplicate add-ons when checkout by webview
  • Fixed (Booking): the day quite long in some languages
  • Fixed (Product): optimize ProductTitle text height calculation
  • Fixed (Re-Order): issue re-order product booking
  • [Shopify] fixed: ensure cart data is always set
  • Fixed (Listing): handle null height in ListingCardView image rendering
  • Fixed (SMS Login IOS): The reCAPTCHA SDK is not linked to your app
  • Fixed: update missing translations in create review screen
ย 
How to update/migrate the app to the latest version?
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
ย 
How to activate FluxStore on FluxBuilder tool?
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
ย 
ย 

Version 5.3.0

ย 
Last updated: Jun 2nd, 2025 - Link Purchase | Download
 NEW FEATURE
NEW FEATURE

(1) Flutter 3.32.x Upgrade ๐Ÿ”ฅ

Upgrade latest Flutter channel stable v3.32.x
To make sure you are using the correct Flutter version, run this command:
flutter --version
To upgrade Flutter 3.32.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 โ˜˜๏ธ
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
ย 
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) Loyalty Feature ๐Ÿ‘‘

  • A loyalty feature allows customers to earn points for shopping, which can be exchanged for rewards. Key elements include a reward system, QR code integration, and an admin dashboard for management (include QR Scan, Add/Redeem points, Coupons management)
  • The feature is available for Extended license.
Configuration
In env.dart file, set enabled: true for loyaltyConfig to enable loyalty feature.
notion image
  • Demo Screenshots
    • notion image
      notion image
      notion image
      notion image

(3) Optimize Image performance ๐Ÿ’ฏ

  • To optimize image performance, replace the outdated Generate Image feature with Optimole for real-time resizing and optimization. The plugin enhance loading speed and image quality by dynamically adjusting images based on visitor's screen size.
Configuration
  1. On the website must install Optimole plugin https://wordpress.org/plugins/optimole-wp/
  1. Configure in lib/env.dart file
... "advanceConfig": { ... "OptimizeImage": { "enable": true, "plugin": "optimole" // Support "re-generate-image" plugin (old) & "optimole" plugin (new) }, ... } ...

(4) Show/Hide Indicator for Banner Items โœจ

  • Add an optional dot indicator for banners on Home screen via showIndicator config โ€” now fully customizable.
  • Demo Screenshot
    • notion image
Configuration
Open lib/config/config_en.json, add showIndicator into banner config
{ "showIndicator": false }

(5) Smart Banner (PopUp): Allow Tap Outside To Close โœ‹

  • Make popups feel more natural! Users can now simply tap outside the banner to close it. Smooth, intuitive UX unlocked.
Configuration
Edit the lib/config/config_en.json
"SmartEngagementBanner": { "popup": { "allowTapOutsideToClose": true, // Default: false "iconSize": 36, }, }

(6) Product Detail: Update Configurations for Videos ๐ŸŽฏ

  • Pause or play the video the first time opening Product Detail.
  • Mute or play video sound the first time opening Product Detail.
  • Show or hide the time indicator.
  • Allow double-tapping to open the video in full screen.
Configuration
Edit the lib/config/config_en.json
"productDetail": { /// Video config "showVideo": true, "isSoundOn": false, "autoPlayVideo": false, "enableTimeIndicator": true, "doubleTapToFullScreen": true, }

(7) Product Detail: Show/Hide Share Product Data ๐Ÿ“ค

  • Now you can show or hide the Share Product Data button on the product detail page with a simple config setting.
  • Demo Screenshot
    • notion image
Configuration
Edit the productDetail config in the lib/env.dart file as below:
"productDetail": { // Allow share product data. Default: true "allowShareProductData": false, }

(8) Order History: Show/Hide Reorder Button ๐Ÿ“Œ

  • Reordering made easy โ€” or hidden. Add flexibility by showing or hiding the "Reorder" button in a customerโ€™s order history screen.
  • Demo Screenshots
    • Version 1:
    • notion image
    • Version 2:
    • notion image
Configuration
Edit in the lib/env.dart file
"orderConfig": { "version": 2, "enableReorder": false, },

(9) Branchio: Add android deepview control parameter to dynamic link ๐Ÿ”—

  • Enhance deep linking on Android with new deepview parameter support for better navigation.
Demo Video
Video preview
ย 

(10) Product Title Text Scaling and Height Calculation ๐Ÿ” 

  • Better UI consistency with automatic scaling and height adjustment for product titles.
  • The feature is available on the app without configuration.
  • Demo Screenshot
    • notion image

(11) Show/Hide Download Button โฌ‡๏ธ

  • New option to display a download button in order history for digital products.
  • Demo Screenshot
    • notion image
Configuration
Edit the lib/env.dart
"paymentConfig": { ... /// Show download button in order history detail for Digital/Downloadable Product "ShowDownloadButton": true/false, }

(12) Smart COD Pro ๐Ÿ’ฐ

  • The feature is now only available for Extended license.
  • Advanced Cash on Delivery options for WooCommerce โ€” includes conditional rules and enhancements.
  • Demo Screenshot
    • notion image
      ย 
Configuration
  • The feature is automatically applied on the app.

(13) Account role based access for webview option ๐Ÿ”

  • Show content only to the right users โ€” automatically! With the new role-based webview access, you can control who sees what on webview page based on their login status and user role.
Configuration
Open lib/config/config_en.json file, after set true for requiredLogin, add the corresponding role as below:
{ "requiredLogin": true, "roles": [] //"customer", "administrator", "vendor",.... }

IMPORTANT UPDATE
IMPORTANT UPDATE
  • ๐Ÿ’ฆ Fix iOS build issue with FBSDKLoginKit
  • ๐Ÿ†™ย Update Khmer translation
  • โŒ› Support firebase analytics consent mode v2
  • ๐Ÿ”ฐ(CartButtonWithQuantity): enhance animation and uiย 
  • ๐Ÿ”ท Update status translation in SmartRefresherย 

This release contains many fixes
  • Fixed (Android): build with name containing single quotation marks
  • Fixed: issue payment myfatoorah with apple pay
  • Fixed: show correct item subtotal & add discount to order detail
  • Fixed (HTML): hide unsupport noscript tag
  • Fixed (ProductFutureBuilder): issue rendering on homepage when there are multiple future builder items
  • Fixed (Notification): issue push Firebase image notification on iOS
  • Fixed: heart icon still show even if disable
  • Fixed ensureย discountAllocationsย is a list inย CartLineShopifyย model
  • Fixed (RateMyApp): native dialog not working on anroid
  • Fixed (AppBar): navigator to current tab and open side menu
  • Fixed: build ios due to FBSDKLoginKit upgrade
  • Fixed (StaticSite): dupplicate app bar
  • Fixed (MyCartScreen): The price of product on My Cart is incorrect after backing from PAYMENT page with Pay By Wallet
  • Fixed (aboutUs): pageId not working and open Envato link
  • Fixed (Facebook): support limited login in ios
  • Fixed: webview_flutter can't scrolling when alwaysShowTabBar and ZoomStyle are enabled
  • Fixed (RealtimeChat): chat UI in RTL
  • Fixed (RealtimeChat): cannot show list chat for admin to customer
  • Fixed (CartUI): open cart in product bottom sheet when enabling alwaysShowTabBar/alwaysShowAppBar
  • Fixed: improve notification badge icon click behavior
  • Fixed (VariableSubscriptionProduct): issue don't show attribution in detail product and missing info in my cart
  • Fixed (ColorConverter): covert color to hex string
  • Fixed (SliderListWidget): add more run space
  • Fixed: escape string some where
  • Fixed (CategoryScreen): Home page image reload issue when using SideMenuSubCategories
  • Fixed (Booking): missing restricted days condition
  • Fixed: addons title UI
  • Fixed (Shipping): not showing all shipping on woo
  • Fixed (Badge): The badge overlap the sale tag in RTL languageย 
  • Fixed (API): update order api do not work if content type is not json
  • Fixed (VerticalLayout): "Loading" text always display on List/ Column layout if there are fewer than 9 products
ย 
How to update/migrate the app to the latest version?
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
ย 
How to activate FluxStore on FluxBuilder tool?
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
ย 

ย 
ย 

Version 5.2.0

ย 
Last updated: March 5th, 2025 - Link Purchase | Download
 NEW FEATURE
NEW FEATURE

(1) Flutter 3.29.x Upgrade ๐Ÿ”ฅ

Upgrade latest Flutter channel stable v3.29.x
To make sure you are using the correct Flutter version, run this command:
flutter --version
To upgrade Flutter 3.29.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 โ˜˜๏ธ
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
ย 
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) Support padding and align for indicator and number โœจ

Added support for custom padding and alignment to improve UI flexibility of the bannerโ€™s indicator.
Demo Screenshot
notion image
Configuration
Edit the lib/config/config_en.json as below:
{ "HorizonLayout": [ { "layout": "bannerImage", "isSlider": true, ... "indicatorPadding": { "bottom": 12, "start": 30 }, "alignmentNumber": { "value": "topEnd" // topStart, topCenter, topEnd, centerStart, centerCenter, centerEnd, bottomStart, bottomCenter, bottomEnd } "indicatorAlignment": { "value": "topCenter" // topStart, topCenter, topEnd, centerStart, centerCenter, centerEnd, bottomStart, bottomCenter, bottomEnd }, ... }, ... ], ... }

(3) PhonePe payment ๐Ÿ’ฅ

  • Available for both Regular and Extended license
Configuration
Go toย lib/env.dartย file and add theย phonepeConfigย 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 },

(4) Points offline store ๐Ÿ…

A powerful feature that allows to generate QR codes automatically, enabling managers to scan and add or redeem points seamlessly.
Shop managers can scan QR codes, enter purchase amounts, and handle point transactions directly at stores. The app shows a digital points card with QR code in the user's profile for easy access.
The feature is available for an Extended license and require enable the Point and Reward plugin on your site.
Demo Video from Shop admin (login by using role admin/manager)
Video guide from customer app.
Configuration
  1. Editย pointsOfflineStoreConfigย in lib/env.dart file:
"pointsOfflineStoreConfig": { "enabled": false, "usePointRateForOnePoint": 1, // 1 point = 1$ "addPointRateForOnePoint": 100, // 1 point = 100$, "cardName": "FluxStore Card" },
  1. Set true for โ€œEnablePointRewardโ€
"EnablePointReward": true

(5) New Tab Menu Category ๐ŸŒธ

Easily navigate product categories with our refreshed tab-style menu! This clean and modern UI helps users browse by category faster and more intuitively โ€” perfect for improving shopping experience and boosting engagement.
Configuration
Edit the file lib/config/config_en.json as below:
"productCategoryMenuStyle": "tabโ€

(6) Blog Service ๐Ÿ›ก๏ธ

Certain frameworks now support both their native blog system and WordPress blogs (including Shopify, Notion, and BigCommerce).
Other frameworks will support WordPress blogs only.

(7) Product Card (PWA) ๐Ÿ’ก

Optimized product card to display cart button, stock status, bottom sheet layout, etc. for Progressive Web Apps.
Demo Screenshot
notion image

(8) Display images in notifications on iOS ๐Ÿ‘‘

FluxStore now supports displaying notification's image in the device's notification board.
Demo Screenshot
notion image

(9) Support Telugu language โŒ›

Expanded localization with Telugu language support.

ย 
IMPORTANT UPDATE
IMPORTANT UPDATE
  • ๐Ÿ”† DeepLink: fixed issue when using third-party plugins to handle deep links
  • ๐Ÿ’ฅ Enhancing permission request flow for better user experience
  • ๐Ÿ’ฆ Hotfix (HomeCache): home cache was cached with HTTP cache
  • ๐ŸŽจ (Menu Category): upgrade workflow when open category and support tab menu category
  • ๐Ÿงจ Improve (MyCart): show point input when show keyboard in my cart
  • ๐ŸŒŸ Add missing SimpleList layout in Filter
  • ๐Ÿ†™ย Show dialog under approval when signing up in the MemberShipUltimate feature
  • โŒ› Override systemNavigationBarColor
  • ๐Ÿ”ฐ Improve (TabBarCustom): support change background color when show floating
  • โ–ถ๏ธ Support search product using Get method in Ajax Search Pro
  • ๐Ÿ”ท Update notification permission flow
  • ๐ŸŒ Support Multi Languages in TimeAgo
  • ๐Ÿ’ฐ Update missing config for First Iraqi Bank payment
ย 

This release contains many fixes
  • Fixed (ProductPrice): issue not found priceData when render ProductPrice (FluxStore Web)
  • Fixed: padding between flag and language name - popup onboarding
  • Fixed (NotionCheckout): wrong order status and order total value
  • Fixed (VideoShopping): not fetch correct video language
  • Fixed: comment review in ListingPro theme
  • Fixed (MapParent): convert category to root when the parent is not set
  • Fixed: show shipping fee for order details opencart
  • Fixed: issues related filter bottom sheet
  • Fixed (Digits): show wrong error message if phone is not exist
  • Fixed (Webview): Crash when opening webview on iOS
  • Fixed: booking calender color and addons alignment
  • Fixed (SelectionQuantity): issue changing value without supporting quantity Step
  • Fixed: Remove unused SafeArea widget
  • Fixed (AppTracking): Because on iOS 18 there is an issue where permission popups conflict
ย 
How to update/migrate the app to the latest version?
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
ย 
How to activate FluxStore on FluxBuilder tool?
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
ย 
ย 

ย 

Version 5.1.0

Last updated: 8th January, 2025 - Link Purchase | Download
๐Ÿ’ก
NEW FEATURE

(1) 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!
  • Demo Video:

(2) Support Multiple Payment IDs ๐Ÿ’ซ

Support displaying multi-bank transfer or COD payment method options during the order checkout process.
Demo Screenshot
notion image
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"], },
ย 

(3) 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 },
ย 

(4) 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: AnimatedConfigPercentSizedBox support 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?
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
ย 
How to activate FluxStore on FluxBuilder tool?
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
ย 
ย 
๐Ÿ’ก
FREE DRAG & DROP APP BUILDER
  • 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.
      1. Free update your app's UI without republishing it to App Stores or Google Play Store.
      1. Free translation service for your local language.
  • FluxStore apps provide the full source code, allowing you to customize everything.
  • Video Demo:
Video preview
ย 

Version 5.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.
Video preview
ย 

(5) New Wishlist Staggered Style โœจ

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

(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
ย 

(7) Share Product Data ๐ŸŽˆ

Users can now easily share product data with others, including the productโ€™s descriptions and images, promoting products through social media and other platforms.
Screenshot Demo
notion image
notion image

(8) My Rating Screen ๐Ÿ’Ž

Introduced a new "My Rating" section on the Profile screen, allowing users to directly and quickly provide and view their ratings for products
Video preview
ย 

(9) Show/Hide Size Guide on the Product Detail screen ๐ŸŽŠ

Users now have the option to show or hide the size guide button and information on the product detail screen, offering a more personalized shopping experience.
Screenshot Demo
notion image
ย 

(10) Add Product Detail Gallery Slider Layout for Product Detail Page โšœ๏ธ

Introduce a new gallery slider layout for the product detail page. Users can now view detailed images in a visually appealing format.
Video Demo:
ย 
ย 
ย 
๐Ÿ’ก
IMPORTANT UPDATE
  • ๐Ÿ’ฅ Important: If you have upgrade to the Android Studio Ladybug or using JDK 17, please follow this guide
  • ๐Ÿ’  Update Variation Swatches
  • โ™ป๏ธ Open the cart screen when booking products
  • ๐Ÿ’ฅ 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, banner image, and product card on the home page
  • Support change border for product card in home page
notion image
  • 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 (Woocommerce): handle product permalink with language code
  • Fixed: brands issue
  • Fixed: checkout support any variant option
  • Fixed: change language onboard screen
  • Fixed (sale Price): missing in FlatStyle product layout and hide when B2BKing is enabled
  • Fixed: add booking product when list staff is emptyย 
  • Fixed (Wishlist): show remove button instead of delete
  • Fixed: The Card Discount item still display after removing the applied point
  • Fixed (myPoint): display point 4 numbers correctly
  • Fixed (Search): close keyboard after closing filter
  • Fixed (profile): update empty field when updating profile
  • Fixed (ProductVariations): alway auto select first variant
  • Fixed (AppStore): remove the decline button when accessing deviceโ€™s cameraย 
  • Fixed (MyRating): enable autoInitData for list purchased productย 
  • Fixed (Cart): showing variant color in cart with custom ProductColors name and force check null
  • Fixed: max quantity product config
  • Fixed: can't hide showQRCode on home search screen
  • Fixed: min quantity when selecting attribute
  • Fixed (Build): cannot build apk file with zoho.salesiq
  • Fixed (AppModel): init app with unsupported language
  • Fixed: limit max quantity of productsย 
  • Fixed (ProductVariation): auto-select attribute of invalid variant
  • Fixed (Checkout): cannot handle url change for webview flutterย 
  • Fixed (Webview): not determine location on Google Maps
  • Fixed (Webview): crash app when launch special urls
  • Fixed (ApplePay): missing import showFluxDialogText
  • 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: invalid currency symbol for addons product
  • Fixed: Forward/Backward icon does not display
  • Fixed (SmartChat): chatGPT still show if disabled
  • Fixed: missing excluded products for boost query
How to update/migrate the app to the latest version?
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
ย 
How to activate FluxStore on FluxBuilder tool?
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
ย 
ย 
๐Ÿ’ก
FREE DRAG & DROP APP BUILDER
  • 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.
      1. Free update your app's UI without republishing it to App Stores or Google Play Store.
      1. Free translation service for your local language.
  • FluxStore apps provide the full source code, allowing you to customize everything.
  • Video Demo:
Video preview
ย 

Version 4.3.0

Last updated: 27th September, 2024 - Link Purchase | Download
 NEW FEATURE
NEW FEATURE

(1) Track Order Attribution Through Mobile App

  • Admin easily tracks if order attribution is ordered from the mobile app or website, enhancing analytics and reporting capabilities.
  • Screenshot:
notion image
ย 

(2) Staff Pricing for Booking Products

  • Added pricing for booking products after selecting staff, allowing for better internal management.
  • Screenshot:
notion image

(3) Customize Font and Text Size for Banner Items

Added options to customize the font style and text size for banner items, providing greater flexibility in design.

(4) Automatically Display Language Selector on Onboarding Screens

  • The language selector will now automatically appear when users open onboarding screens for the first time, improving user experience for multilingual support.
  • Screenshot:
notion image

(5) Custom Size Guide Button

  • Introduced a button for size guides, making it easier for users to access sizing information.
  • Screenshot:
notion image
ย 

(6) Override Attribute Name in Filter by Languages

  • Added the ability to override the attribute name in filters based on language, allowing for more customized and localized user experiences.
  • Screenshot:
notion image
ย 

IMPORTANT UPDATE
IMPORTANT UPDATE
  • Library Update for Xcode 16 Compatibility: Updated relevant libraries to ensure full compatibility with Xcode 16, resolving any build issues and enhancing performance.
  • Address ios build with PhoneNumberKit issue: Temporarily locked the PhoneNumberKit library to version 3.8.0. This resolves breaking changes that may have affected functionality in the app.
  • Style (Logout): Change button color from red to primary
  • Update requireUsernameWhenRegister option in Digits Mobile

This release contains many fixes
  • Fixed (BuildAndroid): catch null exception
  • Fixed (Configurations): fix parse object
  • Fixed (Checkout): issue checkout when use item price
  • Fixed (DeleteAccount): not show delete option
  • Fixed (Order): support track order attribution via mobile app
  • Fixed (CartItem): allow hide backorder status on cart screen
  • Fixed: check null data
  • Fixed: show loading when load tired price from server
  • Fixed: issue where share popup doesn't appear after clicking share
  • Fixed: issue show drawer menu
  • Fixed: throw exception when getting current navigator
  • Fixed (InforPlist): add missing or not translat
  • Fixed: app crash when not using TeraWallet feature
  • Fixed (BlogListLayout): type exception on tablet
  • Fixed: declare type to avoid unexpected exception
  • Fixed: issue Xcode 16
  • Fixed (FlutterInAppWebview): use script override code in local and remove override flutter_inappwebview_ios
  • Fixed (Build): cannot build android
  • Fixed (Lib): Upgrade the flutter_inappwebview library to fix build issues on Android
  • Fixed (Profile): show white screen after upload new avatar
How to update/migrate the app to the latest version?
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
ย 
How to activate FluxStore on FluxBuilder tool?
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
ย 
ย 

Version 4.2.0

Last updated: 20 August, 2024 - Link Purchase | Download
 NEW FEATURE
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 โ˜˜๏ธ
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
ย 
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
  • Admins can also access and view the chat history of all vendors in the application

(5) Sort Products in Random Type โญ๏ธ

  • Implemented a new feature to allow users to sort products in a random order
  • This provides a more engaging and diverse product discovery experience for users
Demo Video

(6) Support Add-Ons for Appointment Products ๐Ÿงฌ

  • Customers can now select and purchase additional services or features while booking
  • Add-ons are displayed alongside the main appointment offering
    • Demo screenshot
      notion image

(7) 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

(8) Enable All Data on Product Detail Screen ๐ŸŒˆ

  • The product detail screen now displays all available data about a product at once, without the need to wait for individual attributes to load

(9) Hide QR code in search screen ๐ŸŽ—๏ธ

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

(10) FluxStore PWA support EnableOnePageCheckout ๐Ÿงฉ

  • Support OnePageCheckout checkout for Web PWA
  • Ability to open a new web using launchUrl to checkout

(11) Override Color for Attribute Products ๐ŸŽ‡

  • Update the color attributes displaying on Product Detail screen directly from design config file of the application
    • Demo Screenshot
      notion image
ย 
IMPORTANT UPDATE
IMPORTANT UPDATE
  • ๐Ÿ”† Support notification icon in configs folder to upgrade easily
  • ๐Ÿงจ Update (ProductVariant): enhance logic to check in stock of product variation
  • ๐ŸŒŸ Update (ProductVariable): enhance auto select product variantion
  • ๐Ÿ†™ย 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
  • ๐Ÿ”ฐ Update (My Cart): get name attribute from product
  • ๐ŸŒˆย Add a border to the TextField on the User Update Info screen
  • โ˜‘๏ธ Support Multi Languages for Terra Wallet
  • โ–ถ๏ธ Support Multi Languages for Digits Mobile
  • ๐Ÿ”ท Support Multi Languages for Shipping Address Screen
ย 

This release contains many fixes
  • Fixed: crash product filter
  • Fixed: fontFamily not working in Widgets
  • Fixed: crash firestore when empty email on ios release
  • Fixed (productImageThumbnail): showing image for featured video
  • 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: cannot get specific product
  • Fixed: product cart UI issues
  • Fixed (Blog): load wrong blog domain for boost engine
  • Fixed (Padding): product horizontal in RTL
  • Fixed (InAppWebview): still show app when set showAppBar to false
  • Fixed (ProductVariant): fix issue map product variant and attribute
  • Fixed: login after logout (deactivated widget's ancestor)
  • Fixed: show correct product price in card and layout wholesale issue
  • Fixed (MenuVerticalLayout): cannot sort categories
  • Fixed (Blog): sort blog if use special blogs
  • Fixed: text over flow of button in checkout screen
  • Fixed: hide the keyboard after input text
  • Fixed: show register message based on approval_required
  • 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 (PointReward): update UI to be same as coupon
  • Fixed: flutter 3.24.0 error when building release (attr/lStar not found)
  • Fixed (UI): use safe area for bottom sheet add to cart and fix cart in flatStyle
  • Fixed (ImagePicker): limit pick file type for image
  • Fixed: update history order card
How to update/migrate the app to the latest version?
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
ย 
How to activate FluxStore on FluxBuilder tool?
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
ย 

ย 

Version 4.1.1

Last updated: 10 July, 2024 - Link Purchase | Download
IMPORTANT UPDATE
IMPORTANT UPDATE
  • Fixed the security in the MStore API to support the Firebase SMS Login (firebase_sms_login) function. If your app does not use this feature, an update is not necessary.
  • Resolved the select attribute issue for FluxStore WooCommerce and Multi Vendor.

Version 4.1.0

Last updated: 03 June, 2024 - Link Purchase | Download
 NEW FEATURE
NEW FEATURE

(1) Flutter 3.22 Upgrade ๐Ÿ”ฅ

Upgrade latest Flutter channel 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 โ˜˜๏ธ
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
ย 
To activate FluxStore on FluxBuilder tool โ˜˜๏ธ
ย 

(2) Product Size Chart โญ๏ธ

notion image

(3) Filter by Brand ๐Ÿ’ฅ

  • Users can filter with Brand, Tag, Attribute by category in the Filter screen.
Demo Screenshot
notion image
ย 

(4) 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.

(5) Avatar Sync ๐Ÿงฌ

  • Supports Avatar synchronization between application and website.

(6) 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.
Demo Screenshot
notion image

(7) Thawani Payment ๐Ÿ’ฐ

  • Easy payments with Thawani Payment on WooCommerce and Opencart apps.
  • Available for the extended license.
Demo Video
Video preview

(8) 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.

(9) YITH Composite Product ๐Ÿ’ซ

  • Set and offer products that can be composed by users such as computers, sports equipment, etc.
  • Available for the extended license.
  • There is no need to configure anything under the app and the website must have composite product plugin support.
Demo Video
Video preview

ย 

Version 4.0

Last updated: 18 Mar, 2024 - Link Purchase | Download
 NEW FEATURE
NEW FEATURE

(1) Flutter 3.19 Upgrade ๐Ÿ”ฅ

Upgrade latest Flutter channel stable v3.19.x
To make sure you are using the correct Flutter version, run this command:
flutter --version
To upgrade Flutter 3.19.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
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
ย 

(2) PWA & Meta SEO ๐Ÿ’ฅ

  • Improve the UI of FluxStore Web (PWA - Progressive Web Apps)
Guide
notion image
Video preview

(3) Rating page โญ๏ธ

  • A new Product Rating page instead of showing it in the Order Details screen.
Guide
notion image
ย 
Demo Video
Video preview

(4) Default Product Image ๐ŸŒ…

  • If some products on your website do not have images, let's add a Default Image. On the app, those products will display your Default Image, instead of displaying an exclamation mark or blank.
Guide
notion image

(5) B2B King ๐Ÿ‘‘

  • FluxStore supports B2B King - the WooCommerce B2B & Wholesale Plugin.
  • Customers now can buy products at wholesale prices.
  • Available with the extended license.
Guide
notion image
ย 
Demo Video
Video preview

(6) Thai PromptPay Payment ๐Ÿ’ฐ

  • Now Thai users can easily and quickly shop with Thailand's most popular payment methods.
  • Available with the extended license.

(7) Arabia ExpressPay ๐Ÿ’ฐ

  • Process all online payments in a seamless way with one single platform, gaining access to all major online payment methods.
  • Available with the extended license.

(8) PW WooCommerce Gift Cards ๐ŸŽŠ

  • Support PW Gift Card product, similar to Amazon.com gift cards. You can be selling gift cards for your WooCommerce store.
  • Card number will showing up when order completed.
  • Available with the extended license.

(9) New Languages ๐ŸŒ

  • Support new Bulgaria๐Ÿ‡ง๐Ÿ‡ฌย and Sinhala languages.
  • Thanks to our Customers who sent us the translation native language fileโค๏ธ

ย 
IMPORTANT UPDATE
IMPORTANT UPDATE
Min & Max values on Filter By Price ๐Ÿ’ฐ
Load the min and max prices from your website's database and show them on the Filter By Price screen of the app.
notion image
ย 
Upgrade UI of Order History and Order Details screens ๐ŸŒˆ
New elegant UI of:
  • Order History screen:
notion image
ย 
  • Order Detail screen:
notion image
Not auto-select the first attribute in Product Detail screen ๐ŸŒŸ
  • On the Product Details screen, in case you want the attributes not to be selected by default, your customers will select the attributes themselves.
  • If customers do not select any attribute and click the Add To Cart or Buy Now buttons, it will show a popup as a reminder.
  • To do that, set "AutoSelectFirstAttribute"=false and "AlwaysShowBuyButton"=true.
"productDetail": { /// Set true by default, the new UX always displays the `Buy now` and `Add /// to cart` button on the product detail page. In case the product is out /// of stock or not available, it will still be displayed but will be /// disabled. If set false, there is only a `Unavailable` or `Out of stock` /// button on the product detail page as old UX does. "alwaysShowBuyButton": true, ... }
notion image
notion image
ย 
Add Review widget in FullSizeImageType layout ๐Ÿ’„
Now all 4 layouts of the Product Details screen show the Reviews widget.
notion image
Video preview
ย 
Upgrade the Video Shopping widget โญ๏ธ
  • When selecting Buy Now on a Video, ability to configure to show the Add To Cart dialog or Product Details screen.
  • Ifย Enableย theย EnableBottomAddToCartย option, it will open the Add To Cart dialog, whereas ifย Disableย it will navigate to the Product details screen.
Support HTML in Product Title using Ajax Search Pro plugin ๐Ÿ”Ž
notion image
notion image
ย 
Update missing translations and list of supported languages for ImagePicker ๐Ÿณ๏ธโ€๐ŸŒˆ
notion image
  • Add the showRating parameter to the Product Details screen ๐Ÿ›
  • Migrate to flutter_pull_to_refresh โฌ†๏ธ
  • Refactor the searchProducts method ๐ŸŽ—
  • Support none-category for Homepage cache ๐Ÿ’ฆ

This release contains many fixes
  • Fixed: apply single Category Filter for menu in the Product screen
  • Fixed and updated audio_service and just_audio versions
  • Fixed height when disabling categoryImageMenu
  • Fixed: Notification Clicking doesn't open Dynamic Link
  • Fixed: show error order page if missing user data
  • Fixed: show wholesale sale price
  • Fixed: location filter UI
  • Fixed: the Share option cannot be hidden when FirebaseDynamicLink is disabled
  • Fixed: (NullException) cannot show selection field
  • Fixed: show rating and review count
  • Fixed: missing onsale background color in product variant
  • Fixed: quantity selection, add stock status config and fix buy button
  • Fixed: price not updating in HalfSizeImageType and FullSizeImageType Product Layouts
  • Fixed: support filter by multi cate and tag for search and vertical
  • Fixed: Phone number is not registered
  • Fixed: cannot release on Google as recaptcha issue
  • Fixed: the minimum quantity of the product is not functioning
  • Fixed: error of clicking to open Product Variant in the Wishlist screen when rebuilding the app
  • Fixed: show attribute name in encoded HTML
  • Fixed: show "Attribute name: Sub attribute name" and "#Tag name" instead of only "Sub attribute name" and "Tag nameโ€
  • Fixed: Show product quantity as the length of the current product list instead of the number of child products in the selected category
  • Fixed: auto close filter after selecting item on filter screen
  • Fixed: hide list category if user filter with multi-cates
  • Fixed: color for tag, attribute and category in filter screen
  • Fixed: The coupon code opened from banner show loading all the time
  • Fixed: no sound while playing video in Instagram widget
  • Fixed: not show more button on filter attribute
  • Fixed: cannot scroll on the app using Stylus Pen
  • Fixed: open app setting if click dont allow button
  • Fixed: Images of SubCategories can't not load
  • Fixed: Stripe checkout
  • Fixed: booking product checkout

ย 

Version 3.16.8

Last updated: 22 Jan, 2024 - Link Purchase | Download
 NEW FEATURE
NEW FEATURE

(1) BottomBar styles like Twitter or Facebook โญ๏ธ

Now the app's BottomBar supports the following styles: "static", "opacityEffect" and "slideEffect" like Twitter and Facebook.
Video preview

(2) New Templates & Layouts ๐Ÿ’ฅ

Lots of new Home UI and Layouts help you easily design your Apps beautifully and professionally.
Video preview

(3) Sale Label Color ๐ŸŒˆ

Ability to change Color for Sale Labels and detect Text Color for buttons.
Demo Screenshot
notion image
notion image

(4) Filter by Multiple Tags & Categories โšก๏ธ

Flexible to select many tags and categories on the Filter screen.
Demo Screenshot
notion image
Video
Video preview

(5) Refund & Cancel Orders ๐Ÿ›

Ability to show or hide Refund and Cancel buttons on the Order Details screen for a list of payments.
Demo Screenshot
notion image

(6) Scroll Up on Home ๐Ÿ 

User can tap on Home icon to scroll up to the top of Home screen.
Video
Video preview

(7) Georgia Languages ๐Ÿ‡ฌ๐Ÿ‡ช

  • Support new Georgia language.
  • Thanks to our Customers who sent us the translation native language fileโค๏ธ

ย 
IMPORTANT UPDATE
IMPORTANT UPDATE
  • Upgrade Zoho SaleIQ Chat ๐Ÿ”ฅ
  • Increase android minSdkVersion to 23 and upgrade library โฌ†๏ธ
  • Upgrade Firebase module ๐Ÿ’ฅย (update Minimum Deployments iOS 12.0 to 13.0)
  • Improved loading speed of Product Detail screen ๐Ÿ†™
  • Upgrade logic for Video Tab ๐Ÿ’ฆย 
  • Add a Phone Number field in the User Profile Edit page๐ŸŽ—ย 
  • BACK TO SHOP button redirects to the default Tab ๐Ÿ“ˆ

This release contains many fixes:
  • Fixed: UI overflow in Payment screen.
  • Fixed: loading style for booking product.
  • Remove the large empty space between keyboard and textbox.
  • Fixed: Not auto close webview after checkout on iOS.
  • Fixed: load more stores.
  • Fixed: overlap status in cart screen.
  • Fixed: clean recent products when change site.
  • Fixed: refresh stores when change site.
  • Hide wallet if the site is not supported.
  • Fixed: auto logout on multi sites.
  • Fixed: to reload UI when apply coupon for cart.
  • Update position of quantity selection, chat button, cart button.
How to update/migrate the app to the latest version?Version 3.16.0
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
ย 

Last updated: 19 Nov, 2023 - Link Purchase | Download
 NEW FEATURE
NEW FEATURE

(1) Maintenance Mode โญ๏ธ

  • Apps work smoothly when your Websites are in Maintenance Mode.
Guide
Install this Maintenance Mode plugin to your Website, then activate it.
Demo Video
Video preview

(2) New UI

Video preview
ย 
New UI design for My Cart and Product Detail screens.
  1. Home screen:
notion image
  1. Product Detail screen with Sticky CTA:
notion image
  1. My Cart screen:
notion image

(3) Web Embed layout โšก๏ธ

  • Flexible to Add new layoutย Web Embedย into the Dynamic layout on Homepage.
    Users can set URL, iFrame or embedded HTML code.
  1. URL Embed:
    1. notion image
      Example config JSON for URL
      { "type": "url", "data": "https://odnaworld.com/price-alert-app/", "height": 50.0, "spacing": { "margin": null, "padding": null }, "script": null, "navigator": null, "layout": "webEmbed" },
      Example config JSON for URLwith padding and navigator
      { "type": "url", "data": "https://odnaworld.com/price-alert-app/", "height": 50.0, "spacing": { "margin": null, "padding": { "start": 5.0, "end": 5.0, "top": 0.0, "bottom": 0.0 } }, "navigator": { "tag": null, "showSubcategory": false, "screen": "category" }, "layout": "webEmbed" },
      Example config JSON URL with script
      { "type": "url", "data": "https://odnaworld.com/price-alert-app/", "height": 50.0, "spacing": { "margin": null, "padding": null }, "script": "document.documentElement.style.pointerEvents = \"none\";", "layout": "webEmbed" },
  1. iFrame embed:
    1. notion image
      Example config JSON of iFrame
      { "type": "iframe", "data": "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/yRlwOdCK7Ho\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>", "height": 250.0, "spacing": { "margin": null, "padding": null }, "layout": "webEmbed" },
  1. HTML code embed:
    1. notion image
      Example config JSON of HTML custom code.
      { "type": "html", "data": "<script src=\"https://unpkg.com/@dotlottie/player-component@latest/dist/dotlottie-player.mjs\" type=\"module\"></script> \n\n <dotlottie-player src=\"https://lottie.host/f8a15007-36dc-415b-9792-60d5bb8def69/Io1SXJKXFU.json\" background=\"transparent\" speed=\"1\" style=\"width: 300px; height: 300px;\" loop autoplay></dotlottie-player>", "height": 100.0, "spacing": { "margin": null, "padding": null }, "layout": "webEmbed" },

(4) Catalan Languages ๐ŸŒ

  • Support new Catalan language.
  • Thanks to our Customers who sent us the translation native language fileโค๏ธ

ย 
IMPORTANT UPDATE
IMPORTANT UPDATE
  • Upgrade OneSignal ๐Ÿ”ฅ
  • Upgrade minSdkVersion to build Android apps ๐Ÿ†™
  • Only show GDPR Message when the user allows AppTrackingTransparency๐ŸŽ—
  • Support opening Zalo url via SmartChat ๐Ÿ’ฆ
  • Add Blog retrieval Limit ๐Ÿ“ˆ

This release contains many fixes:
  • Fix: show related listings based on the category
  • Fix: call product api forever
  • Fix: the START SHOPPING button always link to home screen
  • Fix: address display on location area
  • Fix: order history when login
  • Fix: issue that allows creating Product without input name
  • Fix: update order after assigned
  • Fix: clear search text
  • Fix: webview not update user cookie when user login
  • Fix: side menu color
  • Fix: dark theme on Conversations screen
  • Fix: parse phone even phone valid is disabled
  • Fix: show image after create product
  • Fix: total in order detail is incorrect
  • Fix: load blog by category wordpress
  • Fix: show the product price based on the tax settings
  • Fix: load product if countryCode is in lowercase bug
  • Fix: cannot press checkout button for product addons
  • Fix: responsive for all device
  • Fix: the products not loading first time
  • Fix: hide name category icon in vertical custom category
  • Fix: not load country if fail to parse phone number
  • Fix: auto fill OTP
  • Fix: product Gift Card
  • Fix: graph headings are missing in Dark Theme
  • Fix: clear cache booking
  • Fix: override ios app environment, can not login SMS
  • Fix: Native PayPal: Checkout issue with incorrect price format
  • Fix: redundant Vendor Admin option for WooCommerce apps
  • Fix: Topup Wallet always show 0.00
  • Fix: reload Balance Wallet when Topup
  • Fix: total price when Topup
  • Fix: reload Cart screen when adding product in Wallet cart
How to update/migrate the app to the latest version?
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
ย 

ย 

Version 3.13.6

Last updated: 01 Oct, 2023 - Link Purchase | Download
 NEW FEATURE
NEW FEATURE

(1) XCode 15 & iOS 17 Upgrade โšก๏ธ

FluxStore and FluxNews apps version 3.13.5 now offer compatibility with Apple's latest releases, XCode 15 and iOS 17.

(2) GDPR message for Ads Apps ๐ŸŒˆ

  • Support showing GDPR message for Ads Apps.
  • Beginning January 16, 2024, Mobile Apps having Google AdSense or AdMob will be required to use a Consent Management Platform (CMP) that has been certified by Google when serving ads to users in the European Economic Area or the UK.
Guide
notion image
Demo Screenshot
notion image

(3) Filter on Order History screen ๐Ÿ—‚

  • New UI of Order History with Filter.
Demo Screenshot
notion image

(4) Order Details on Checkout Result ๐Ÿ’ธ

  • Ability to show or hide order details after successful checkout.
Guide
notion image
Demo Screenshot
  • Show Order Details
    • notion image
      ย 
  • Hide Order Details
    • notion image

(5) Quantity Groups and Min Max Quantities ๐Ÿ˜

  • Recommend users to make purchases with Quantity group of x products. E.g.: 3-6-9, 5-10-15-20.
    • notion image
Guide
notion image

(6) Page Transition Animation ๐Ÿšธ

  • Ability to swipe to go back in Dark mode on IOS. Using:ย 
    • CupertinoPageTransitionsBuilder(): constructs a page transition animation that matches the iOS transition. You can swipe to go back.
    • FadeUpwardsPageTransitionsBuilder(): constructs a page transition animation that slides the page up.
Demo Video
Video preview

(7) New Languages ๐ŸŽŠ

  • Support new Estonia๐Ÿ‡ช๐Ÿ‡ช language.
  • Thanks to our Customers who sent us the translation native language fileโค๏ธ
  • Now FluxStore apps support more than 50 native languages.

ย 
IMPORTANT UPDATE
IMPORTANT UPDATE
Version Update Alert for countries outside US ๐Ÿ“ฃ
  • When there is a new version, an alert is shown with a link to the appropriate App Stores page. Version Update Alert by default supports apps in the US.
  • This new version supports Version Update Alert for all countries outside US.
Guide
notion image
Upgrade phone number validation๐Ÿ“ฑ
  • Upgrade intl_phone_number_inputย to the latest version โฌ†๏ธ
  • On theย Checkoutย screen, the phone number can be configured, which helps to validate the entered phone number by using Google's libphonenumber. Simpler and cheaper than sending OTP to verify the phone numbers.
Policy URL supports Multi-language URLs ๐Ÿ’ฅ
Guide
notion image
Move Banner Ads to the bottom of the screen ๐ŸŒŸ
App Store requests to move Banner Ads to the bottom of the screen on your apps.
notion image
ย 
Improve quantity selection behavior โฌ†๏ธ
notion image
ย 
  • Update Kurdish and Tigrinya languages ๐ŸŒŽ
  • Update min-max-quantity plugin to the latest version 1.1.5 ๐ŸŽ—
  • Update OpenAI update library โ™ป๏ธ
How to update/migrate the app to the latest version?
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
ย 

ย 
MINOR BUG FIXES
MINOR BUG FIXES
Thanks to all for reporting bugs & suggesting features. This release contains many fixes.
  • Fix: build iOS on MacOS 13 Ventura - Xcode 15 - iOS 17
Fix: start shopping always link to Home screen
Start Shopping button always links to the Home screen even though the tab bar does not contain the Home tab. The solution is: if the user clicks "Start Shopping", the app will redirect to the default tab index. If not, return the tab index, which is not fullscreen mode and not group layout for dynamic.
Fix: border of category icons cannot be separated if enable Horizontal Mode
notion image
  • Fix: the country code showing twice in phone number
  • Fix: home cache if use featured or type saleOff
  • Fix: not working only show first time and alway show login if turn on the required login
  • Fix: Product Categories Issue In Multilanguage
  • Fix: white screen when there is no data on Video screen
  • Fix: load cache if user disable multi language
  • Fix: currency wallet is not correct in order detail successful
  • Fix: The Address is not saved after re-opening the app
  • Fix: Cannot press checkout button if the cart has only variant products and product of these variants is out of stock
  • Fix: The app does not show vendor admin option after merging FluxStore Manager into FluxStore WooCommerce
  • Fix: advanced parameters without value data
  • Fix: to save notification status to server
  • Fix: delete account if the webiste block DELETE method
  • Fix: The country code and flag are reset whenever the screen is rebuilt
  • Fix: support multi languages for policy url
  • Fix: validate phone if has white space
  • Fix: issue with creating links for Tag Product, Screen, and Tab screen

Version 3.13.0

Last updated: 24 Aug, 2023 - Link Purchase | Download
 NEW FEATURES
NEW FEATURES

(1) Upgrade Flutter 3.13 ๐Ÿ”ฅ

Upgrade latest Flutter channel stable v3.13.x
To make sure you are using the correct Flutter version, run this command:
flutter --version
To upgrade Flutter 3.13.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
ย 

(2) New Onboarding UI ๐ŸŒˆ

  • Now there are 2 versions of the Onboarding screen.
notion image

(3) New Product Flat Card ๐ŸŒŸ

Demo Screenshot
notion image
Guide
Changes in config json file:
{ "HorizonLayout": [ ... { ... "layout": "twoColumn", "cardDesign": "flat", ... } ... ] }

(4) Related Blogs โญ๏ธ

  • In the Blog Detail screen, you can show or hide the Related Blogs section.

(5) Localization Country and State ๐Ÿ‡จ๐Ÿ‡ฆ

  • Localization support for Country and State in Address screen
Video demo
Video preview

(6) Dynamic Link ๐Ÿงฌ

  • Ability to enable opening a specific screen from aย tab numberย orย screen nameย using aย dynamic link. When users open the link, App is launched with that Tab or Screen.

(7) Default Order of Products ๐ŸŽ—

  • Ability to set the default order of products when selecting a category on the Home screen

(8) New Payment UI ๐Ÿ’„

All payments in the Payment screen display similar to the website.
  • Change id to distinguish Paypal Standard and WooCommerce PayPal Payments
  • Add Images of payment methods
  • Show the Description when tapping the corresponding payment method.
Demo Screenshot
notion image

(9) Stripe Payment Update ๐Ÿ’ฐ

  • Version 4 of Stripe payment saves Cards so your customers don't need to enter checkout information every time they pay.
  • Available for the extended license.
  • Note: if you are using an old version and want to use version 4 then have to redeploy the server.
Video demo
Video preview

ย 
IMPORTANT UPDATE
IMPORTANT UPDATE
  • Update FluxStore translation with:
    • Arabic ๐Ÿ‡ฆ๐Ÿ‡ช
    • Hungarian ๐Ÿ‡ญ๐Ÿ‡บ
  • Improve Apple Pay workflow to open setup if it is not available ๐ŸŽ
  • Update easy_paypal library version: 1.0.4 ๐Ÿ’ฐ
Update the missing address fields in the Preview screen ๐ŸŽจ
notion image
ย 
Refactor the App Rating โ™ป๏ธ
  • Screenshot:
    • notion image
      ย 
Change Logo Size on Home screen
notion image
ย 

This release contains many fixes & UX improvements:
  • Fix: PayStack issue
  • Fix: Tap payment issue
  • Fix: Size of the CategoryMenu is too large when enableProductBackdrop
  • Fix: ScrollingDotsEffect not working in the haflSizeImageType Product layout
Fix: The Address fields should be hidden if blank in the order details screen
notion image
  • Fix: The group layout dynamic screen display on app unexpectedly
  • Fix: Product variant buttons do not change color when clicked in Half Size Image Type
  • Fix: Cannot run the app as missing default config
  • Fix: SmartChat and smart banner display on Age Restriction
  • Fix: Cannot send review
  • Fix: The SmartChat item overlap the Tabbar
  • Fix: Cannot add to cart on product list if it has options
  • Fix: App on device cannot detect language
  • Fix: Error when setting small height in Product Vertical Layout
  • Fix: Cannot open WhatsApp for external product
  • Fix: Stream has already been listened to for vertical layout
  • Fix: Cannot press chat button if there is only Zoho chat service
  • Fix: Missing image when create a review for Product
  • Fix: Reload profile after login and logout
  • Fix: The fancy and multi-level category does not support multi-language
  • Fix: The Cart icon position in the Search screen in RTL language
  • Fix: The order number do not show when the order complete successfully
  • Fix: white screen error after registering an account on the Onboarding screen (Whole Sale, Paid Membership Pro, Membership Ultimate)
  • Fix: Stuck on screen Onboarding version 2
  • Fix: issue appbar of setting screen
  • Fix: digits issues
[iOS]ย ๐Ÿ’„ย fix color of date time picker in dark theme
notion image
  • Fix Review feature does not work properly for multi-vendors
How to update/migrate the app to the latest version?
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
ย 

Version 3.10.5

Last updated: 02 Jul, 2023 - Link Purchase | Download
 NEW FEATURE
NEW FEATURE

(1) Video on Banner Image ๐Ÿ“€

  • Supportย mp4 videoย andย Youtubeย for Banner Images Slider.
  • Upgradeย soundย andย full-screenย mode for mp4 video-player.
  • Video demo:
    • Video preview
ย 

(2) New Category Layout ๐ŸŒˆ

  • A brand-new Layout alongside our existing 8 Category Layouts.
  • Video Demo
    • Video preview
ย 

(3) Digits SMS Login โ˜Ž๏ธ

  • Digits SMS Login supports both Firebase and other SMS gateways (e.g. WhatsApp)

ย 
IMPORTANT UPDATE
IMPORTANT UPDATE
Update Tabbar โ™ป๏ธ
notion image
ย 
Upgrade Login โœจ
Add login mixin to reuse logic login.
  • Upgrade Firebase library ๐ŸŒŸ
  • Increase the gap between Stock and Product Title
  • Implement the Restrict Products for Wholesale plugin

This release contains many fixes & UX improvements:
  • Fix: Coupon issue for the Guest checkout.
  • Fix: The Category does not switch when changing language.
  • Fix: SmartChat shows unexpectedly on Home after refreshing screen.
  • Fix: Tax issues when creating Order if entering prices inclusive of tax.
  • Fix: Keyboard displays unexpectedly.
  • Fix: Image Gallery does not show on the web.
  • Show the Pending Message when registering Wholesale to fix MStore Api security issue.
  • Fix: The Shipping Method is blank if there is Booking products in cart.
  • Fix: to check Membership Ultimate enabled.
  • Disable the Payment button on Preview screen if existing out of stock products.
  • Fix: cannot choose other size after selecting large size.
  • Fix: Shipping method is not updated after changing the Address.
  • Fix: the Share feature shows โ€˜failedโ€™ to generate link.
  • Fix: to show custom text for Add-ons product.
  • Fix: Currency and Price do not show correctly.
  • Fix: the results on Search screen are repeated.
  • Fix: the result still display after deleting the search.
  • Fix: the empty order can be purchased successfully.
  • Fix: some configs of Horizontal Card don't work properly.
  • Fix: unshorten link before processing link.
  • Fix: can not open the Cart from Sidebar if this tab is fullscreen mode.
  • Fix: Dark mode does not work on the Dynamic page.
  • Fix: to redirect Digits Login if EnableNewSMSLogin is enabled.
How to update/migrate the app to the latest version
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
ย 

Version 3.10.0

Last updated: 22 May, 2023 - Link Purchase | Download
๐Ÿ”น
NEW FEATURE

(1) Upgrade Flutter 3.10 ๐Ÿ”ฅ

Upgrade latest Flutter channel stable v3.10.x
To make sure you are using the correct Flutter version, run this command:
flutter --version
To upgrade Flutter 3.10.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
ย 

(2) FluxBuilder Community ๐Ÿ‘ฏ

  • Join the FluxBuilder Community to learn, share, and get inspired to create mobile apps, whether you're an entrepreneur, experienced developer, or a beginner โ†’ get Invitation

(3) Auto-sliding Products/Blogs๐Ÿ’ฅ

  • Auto-sliding for the horizontal product list.
  • Support for Layout Products, Blogs.
  • Not available for listTile, simpleList yet.
Video
Video preview
ย 

(4) Xendit Payment๐Ÿ’ฐ

  • Xendit is a payment solution for businesses in Indonesia, the Philippines, and Southeast Asia.
  • Available for Extended license.
Video
Video preview
ย 
๐Ÿ”น
IMPORTANT UPDATE
Upgrade Dart 3
  • Upgrade FluxStore to latest Dart 3 compatible sdk: ">=3.0.0 <4.0.0"
  • Upgrade lib
Configure Notification Request screen ๐ŸŒˆ
Ability to configure Icon, Title, Image, and Description on the Notification Request screen:
notion image
ย 
ย 
๐Ÿ”น
MINOR BUG FIXES
Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
  • Fix: usage restriction coupon issues
  • Fix: show products count if deselect tag or remove price
  • Fix: The category list on Product List screen changes
  • Fix: show products count if select onsale or feature
  • Fix: search screen
  • Fix: deprecated function stripe
  • Fix: mstore api security issue on coupon api
  • Hotfix language file
  • Fix: bug scroll for DynamicTabMenuScreen when use HomeLayout
  • Fix: Vendor Name in Shipping not displayed when purchased from the app
  • Fix: null check operator in category icon item
  • Fix: missing default order and orderby for product of category screen
  • Fix: not register for Digit plugin
  • Fix: digits register with first name and last name
  • Fix: show notification when app opening
  • Fix: to show vendor role for wholesale register
  • Fix: to show vendor name for shipping method when checkout
  • Send button have effect when it is clicked
  • Fix: enable wholesale based on the platform
Update/migrate the app to the latest version
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
ย 
๐Ÿ”น
FREE FLUXBUILDER
  • FluxStore apps provides the full source code so you can customize it all.
  • ๐ŸŽฏSpecial gifts๐Ÿ› when using FluxStore or FluxNews app:
      1. Free FluxBuilder tool to edit your app's UI easily with drag&drop Lifetime. Quick guide.
      1. You can update your app's UI without republishing it to App Stores for Free and Lifetime.
      1. Free translation service for your local language.
Video Demo
Video preview
ย 

Version 3.8.1

Last updated: May 04, 2023 - Link Purchase | Download
๐Ÿ†•
New features & improvements

(1) B2B Wholesale โšก๏ธ

  • Set wholesale prices for the new user role (different prices per product) on:
    • Simple product
    • Variable product
Video
Video preview

(2) Buy Now button at the bottom๐Ÿ’ฅ

  • Ability to configure Buy Now and Add To Cart buttons to be always at the bottom of the page.
  • Very convenient to always see the Buy Now button.

(3) Stripe without deploying Server๐Ÿ’ฐ

  • Flexible options with ability to use Stripe payment without deploying Stripe Server.
  • Available with the Mstore API 3.8.9 and extended license.

(4) Myfatoorah with Apple Pay โญ๏ธ

  • Show Apple Pay button in Myfatoorah.
  • Available with the extended license.

(5) New Languages ๐Ÿ‡ฐ๐Ÿ‡ฟ

  • Add 3 languages
    • ๐Ÿ‡ง๐Ÿ‡ท Brazilian Portuguese
    • ๐Ÿ‡ต๐Ÿ‡น Portuguese from Portugal
    • ๐Ÿ‡ฐ๐Ÿ‡ฟ Kazakh
  • Now FluxStore apps support 50 native languages.
  • Thanks to Clients for sharing their native translationsโค๏ธ
โžก๏ธ
Minor bug fixes
Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
  • Fix to show notification when app is opening
  • Disable screenshot feature for zoho chat
  • Fix point parser
  • Re-organize zoho chat service
  • Fix update profile for wordpress
  • Update: notification logo
  • Fix: Create new variation when no attribute enabling variation
  • Fix/create new variation when no enable variation
  • Fix: Format address in stores
  • Hide private info chat
  • Fix close drawer menu when tap item
  • Fix white screen if no horizontal layout
  • Update checkout button position
  • Implement mobile money for paystack
  • Fix coupon api
  • Fix: Remove empty space if click quantity box
  • Fix tax issue on Woocommerce
  • Fix midtrans config
  • Fix load products based on language
  • Hot fix cannot load payment webview
  • Hide 2 methods if empty
Upgrade latest Flutter channel stable v3.7.x
  • To make sure you are using the correct Flutter version, run this command:
    • flutter --version
      Example output:
      Flutter 2.5.0 โ€ข channel stable โ€ข https://github.com/flutter/flutter.git Framework โ€ข revision 4cc385b4b8 (2 days ago) โ€ข 2021-09-07 23:01:49 -0700 Engine โ€ข revision f0826da7ef Tools โ€ข Dart 2.14.0
  • To upgrade Flutter 3.7.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
      ย 
Update/migrate the app to the latest version
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
๐Ÿ”‘ย Importance Note
  • As version 3.3 does not support special string in App Name. We found a quick solution by using env.props instead of env.properties
  • They have the similar content, but env.props supports Unicode characters (support UTF-8 encoding).
  • If you have both env.properties & env.props inside configs folder, the app will load configs from env.props.
  • In the future, we will remove env.properties and use env.props
ย 
ย 

ย 
โžก๏ธ
Free drag&drop FluxBuilder
  • FluxStore apps provides the full source code so you can customize it all.
  • ๐ŸŽฏSpecial gifts๐Ÿ› when using FluxStore or FluxNews app:
      1. Free FluxBuilder tool to edit your app's UI easily with drag&drop Lifetime. Quick guide.
      1. You can update your app's UI without republishing it to App Stores for Free and Lifetime.
      1. Free translation service for your local language.
Video Demo
Video preview

Version 3.8.0

Last updated: 18 Mar, 2023 - Link Purchase | Download
๐Ÿ†•
New features

(1) Biometrics Login โšก๏ธ

  • A convenient method for authorizing access to your app by: Face ID, Touch IDโญ๏ธ in cases:
    • Login
    • Checkout
    • Using Wallet
  • No need to remember the account username and password.
Video
Video preview

(2) Shopping Video Widget ๐Ÿ’ฅ

  • Support video list view like Tiktok and Youtube Short with .mp4 file.
  • Load the video list (get from Product) from TabBar.
Video
Video preview

(3) Midtrans Payment ๐Ÿ’ฐ

  • Midtrans - Payment Gateway of Indonesia is available on the 3.8.0+ version with an Extended license.
  • Ability to manage all payments and send funds (disbursement) easily.
Video
Video preview

(4) ChatGPT โญ๏ธ

  • Smart Chat supports ChatGPT - A powerful AI Writing Assistant on App.
  • Available for the Extended license. The Regular license can integrate with FluxGPT app.
  • Ability to copy, paste, delete, or share the content.
โžก๏ธ
Important improvements
Improve AfterShip ๐Ÿงฉ
Support to show multiple tracking numbers:
notion image
ย 
Bank Details ๐Ÿ’ฐ
Update the display of bank details in Checkout screen.
ย 
Zoho SalesIQ Chat ๐Ÿ“ฃ
Support customizing Notification icon for Android:
"salesiqConfig": { ... "notificationIconForAndroid": "logo" // Add name of the icon in the drawable folder inside android, without extension. For example logo.png },
ย 
Upgrade Category Names ๐ŸŒˆ
  • Show the Category Name in the center.
    • notion image
  • Category Names are left-right alignment in RTL language when using the Parallax effect.
    • notion image
ย 
  • Enable or disable product description and other information expansions in product detail
  • Update: SMS Autofill package
  • Show recent products in product detail

ย 
โžก๏ธ
Minor bug fixes
Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
  • Fix: usage restriction coupon issues
  • Fix: display Unicode when asking permission
  • Show the address when launching the map.
  • Fix: can not pug get
Fix: color in filter blog
notion image
  • Fix: Tabbar shows grey color if setting the margin.
  • Fix: Min-Max quantities
  • Fix: pick an image in the Android
  • Show error message if missing field when checkout.
  • Fix: redirect to the login page when disabling the Guest Checkout.
  • Fix: Stripe payment sheet does not show on Android
  • Add billing address to Stripe Checkout
  • Fix the zip code issue in Stripe
  • Fix navigate to sms login in setting screen, side menu, and cart screen
  • Fix: pop button sliver Appbar in the Profile screen
  • Reset quantity to 1 after selecting another variant
  • Remove the duplicate refund button
  • Fix: show blank screen when missing Splash screen config
  • Fix to show Add-ons
  • Show Bank Info after the order completed
  • Fix the Smart Chat image not showing
Upgrade latest Flutter channel stable v3.7.x
  • To make sure you are using the correct Flutter version, run this command:
    • flutter --version
      Example output:
      Flutter 2.5.0 โ€ข channel stable โ€ข https://github.com/flutter/flutter.git Framework โ€ข revision 4cc385b4b8 (2 days ago) โ€ข 2021-09-07 23:01:49 -0700 Engine โ€ข revision f0826da7ef Tools โ€ข Dart 2.14.0
  • To upgrade Flutter 3.7.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
      ย 
Update/migrate the app to the latest version
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
๐Ÿ”‘ย Importance Note
  • As version 3.3 does not support special string in App Name. We found a quick solution by using env.props instead of env.properties
  • They have the similar content, but env.props supports Unicode characters (support UTF-8 encoding).
  • If you have both env.properties & env.props inside configs folder, the app will load configs from env.props.
  • In the future, we will remove env.properties and use env.props
ย 
ย 

ย 
โžก๏ธ
Free drag&drop FluxBuilder
  • FluxStore apps provide the full source code so you can customize it all.
  • ๐ŸŽฏSpecial gifts๐Ÿ› when using FluxStore or FluxNews app:
      1. Free FluxBuilder tool to edit your app's UI easily with drag&drop Lifetime. Quick guide.
      1. You can update your app's UI without republishing it to App Stores for Free and Lifetime.
      1. Free translation service for your local language.
Video Demo
Video preview
ย 

ย 
Archived changelogs
ย 
Version 5.5.0๐Ÿ”„ Core Updates(1) Flutter 3.35.5 Upgrade โฌ†(2) 16KB Memory Page Size Support ๐Ÿ‘(3) FluxBuilder Dynamic Links Integration ๐ŸŒŸ(4) Offline Mode โœจ(5) Firebase Remote Config Update๐Ÿ›’ WooCommerce Enhancements(6) Custom Fees for WooCommerce ๐Ÿ–ผ๏ธ UI & Layout Improvements(7) Cart Item BoxFit Options(8) Badge Management(9) Video Background Layout ๐ŸŽž๏ธ(10) Scrollable Backgrounds (11) Sub-Category Depth Display(12) App Exit Behaviors โ™ฆ๏ธ๐ŸŒ WebView & Payment Enhancements(13) Support for custom Thank You Page URLs ๐Ÿ’ž(14) Support for opening products directly in WebView(15) External links open in the system browser instead of in-app WebView(16) Razorpay Enhancements ๐Ÿ’ฐVersion 5.3.0(1) Flutter 3.32.x Upgrade ๐Ÿ”ฅ(2) Loyalty Feature ๐Ÿ‘‘(3) Optimize Image performance ๐Ÿ’ฏ(4) Show/Hide Indicator for Banner Items โœจ(5) Smart Banner (PopUp): Allow Tap Outside To Close โœ‹(6) Product Detail: Update Configurations for Videos ๐ŸŽฏ (7) Product Detail: Show/Hide Share Product Data ๐Ÿ“ค(8) Order History: Show/Hide Reorder Button ๐Ÿ“Œ(9) Branchio: Add android deepview control parameter to dynamic link ๐Ÿ”—(10) Product Title Text Scaling and Height Calculation ๐Ÿ” (11) Show/Hide Download Button โฌ‡๏ธ(12) Smart COD Pro ๐Ÿ’ฐ(13) Account role based access for webview option ๐Ÿ”Version 5.2.0(1) Flutter 3.29.x Upgrade ๐Ÿ”ฅ(2) Support padding and align for indicator and number โœจ(3) PhonePe payment ๐Ÿ’ฅ(4) Points offline store ๐Ÿ…(5) New Tab Menu Category ๐ŸŒธ(6) Blog Service ๐Ÿ›ก๏ธ(7) Product Card (PWA) ๐Ÿ’ก(8) Display images in notifications on iOS ๐Ÿ‘‘(9) Support Telugu language โŒ›Version 5.1.0(1) Enhanced the App's Overall Performance and Speed ๐Ÿ’ฅ(2) Support Multiple Payment IDs ๐Ÿ’ซ(3) PhonePe Payment ๐Ÿ’ฐ(4) Upgrade Android Gradle Plugin โš’๏ธVersion 5.0Version 4.3.0Version 4.2.0Version 4.1.1Version 4.1.0Version 4.0Version 3.16.8 Version 3.13.6Version 3.13.0Version 3.10.5Version 3.10.0Version 3.8.1 Version 3.8.0
ย