ChangeLog

ChangeLog

🔔
Join our group or community for the latest information & guide.
 

Version 4.0.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) 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

(3) New Languages 🌐

  • Support new Bulgaria🇧🇬 and Sinhala languages.
  • Thanks to our Customers who sent us the translation native language file❤️

(4) Update ♻️

Update missing translations and list of supported languages for ImagePicker.
notion image
  • Migrate to flutter_pull_to_refresh.
  • Refactor the searchProducts method.
  • Support none-category for Homepage cache.

(5) Many fixes 💦

  • 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: location filter UI
  • Fixed: the Share option cannot be hidden when FirebaseDynamicLink is disabled
  • Fixed: (NullException) cannot show selection field
  • Fixed: cannot release on Google as recaptcha issue
  • Fixed: auto close filter after selecting item on filter screen
  • 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: convert list map issue when get shipping method

 
FREE DRAG & DROP APP BUILDER
FREE DRAG & DROP APP BUILDER
  • FluxStore apps provide the full source code. Onetime purchase. Free lifetime source code upgrades.
  • 👉 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.
  • Video Demo
    • Video preview

 
 

Version 3.16.8

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

(1) PrestaShop App Upgrade ⬆️

This version supports PrestaShop 1.7.x-8.x
  • Create mobile apps on both iOS and Android for your PrestaShop website.
  • If you have released PrestaShop app to customers, please use FluxStore PrestaShop 3.16.0 or earlier (and FluxBuilder 2.0.5 or earlier).

(2) Sort, Search, and Coupon 🗂

  • Support Sort feature by Date_add, Price, and Title of products.
  • Search keyword in metadata and description
  • Coupon feature is available.
Demo Screenshot
notion image
 
notion image

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

(4) New Templates & Layouts 💥

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

(5) Sale Label Color 🌈

Ability to change Color for Sale Labels and detect Text Color for buttons.
Demo Screenshot
notion image
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 🆙
  • BACK TO SHOP button redirects to the default Tab 📈

This release contains many fixes:
  • Fixed: UI overflow in Payment screen.
  • 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.
  • Clean recent products when change site.
  • Fixed: clean recent products when change site.
  • Fixed: refresh stores when change site.
  • Fixed: to reload UI when apply coupon for cart.
  • Coupon is applied to carts below the required minimum value.
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
 

 
FREE DRAG & DROP APP BUILDER
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.
  • Video Demo
    • Video preview

 
 

Version 3.16.0

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

(1) Upgrade OneSignal 🔥

Upgrade the latest OneSignal to help pushing notifications via OneSignal to your users.

(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 or 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 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: 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: parse json
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
 

 
FREE DRAG & DROP APP BUILDER
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.
  • Video Demo
    • Video preview

 
 

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

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

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

(6) 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
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 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: change image when clicking product color
  • Fix: not working only show first time and alway show login if turn on the required login
  • Fix: Product Categories Issue In Multilanguage
  • Fix: load cache if user disable multi language
  • Fix: The Address is not saved after re-opening the app
  • Fix: to save notification status to server
  • Fix: delete account if the website block DELETE method
  • Fix: The country code and flag are reset whenever the screen is rebuilt
  • Fix: validate phone if has white space
  • Fix: issue with creating links for Tag Product, Screen, and Tab screen

 
FREE DRAG & DROP APP BUILDER
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.
  • Video Demo
    • Video preview

 
 

Version 3.13.0

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

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

(6) Default Order of Products 🎗

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

(7) New Payment UI 💄

All payments in the Payment screen display similar to the website.
  • Add Images of payment methods
  • Show the Description when tapping the corresponding payment method.
Demo Screenshot
notion image

 
IMPORTANT UPDATE
IMPORTANT UPDATE
  • Update FluxStore translation with:
    • Arabic 🇦🇪
    • Hungarian 🇭🇺
Refactor the App Rating ♻️
  • Screenshot:
    • notion image
       
Change Logo Size on Home screen
notion image
 

This release contains many fixes & UX improvements:
  • Fix: Size of the CategoryMenu is too large when enableProductBackdrop
  • Fix: ScrollingDotsEffect not working in the haflSizeImageType Product layout
  • Fix: The group layout dynamic screen display on app unexpectedly
  • Fix: Cannot run the app as missing default config
  • Fix: SmartChat and smart banner display on Age Restriction
  • Fix: The SmartChat item overlap the Tabbar
  • Fix: App on device cannot detect language
  • Fix: Error when setting small height in Product Vertical Layout
  • 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: Stuck on screen Onboarding version 2
  • Fix: issue appbar of setting 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
 

 
FREE DRAG & DROP APP BUILDER
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.
  • Video Demo
    • Video preview

 

Version 3.10.0

Last updated: 22 Mar, 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
 
🔹
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: show products count if deselect tag or remove price
  • Fix: The category list on Product List screen changes
  • Fix: search screen
  • Hotfix language file
  • Fix: bug scroll for DynamicTabMenuScreen when use HomeLayout
  • Fix: null check operator in category icon item
  • Fix: missing default order and orderby for product of category screen
  • Fix: show notification when app opening
  • Send button have effect when it is clicked
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.0

Last updated: 18 Mar, 2023 - Link Purchase | Download
🆕
New features

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

 

Version 3.7.0

Last updated: 01 Feb, 2023 - Link Purchase | Download
Upgrade latest Flutter channel stable v3.7
  • 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.3.0, please close all your IDE and run these commands in the project folder:
    • flutter channel stable flutter upgrade --force flutter pub cache clean flutter clean flutter pub get
  • See more common issue & solution when install Flutter from this link.

 

Version 3.4.0

Last updated: 09 Jan, 2023 - Link Purchase | Download
🆕
New features

(1) New Rating & Reviews UI 💥

On Product Detail screen:
  • Rating Count for a product.
  • Load more icon to show Reviews
Screenshot Demo
notion image
Video
Video preview

(2) Google Map Styles 🗾

  • Ability to customize the style of Google Map to be different between Dark and White modes.
  • 250+ advanced customizations, elegant Cloud-based maps styling.
  • Save development time and resources.
Screenshot Demo
Some elegant Google Map Styles
notion image
notion image

(3) Unicode App Name ⚡️

  • Support the App Name using Unicode characters.
  • Your App Name can be Arabic, Spanish, or any Unicode character.

(4) Zoho SalesIQ Chat ♻️

  • Ability to real-time chat with Zoho SalesIQ the great live chat software.
  • Available for Extended license
Video
Video preview

(5) Easy Paypal: Native Checkout 💳

  • Checkout via native UI of PayPal SDK
  • Available for Extended license
Video
Video preview

(6) Google Analytic 📈

  • This is a great feature to allow user could see their order from the mobile app by using Google Analytics.
  • Measure via Firebase analytic.
Screenshot Demo
The result on Firebase Analytics dashboard:
notion image
notion image
notion image
➡️
Important improvements
  • Compatible with the latest Flutter 3.3.10 and 3.3.x
Upgrade Product Filter 🌟
  • Average Rating
  • Popularity
  • Menu Order (a number users set when editing product)
Screenshot Demo
notion image
 
Upgrade Realtime Chat 🎗 
Beside the current features: chat with Admin & Users, typing status, unread count. New features are supported:
  • Handle authentication
  • Online status
  • Push notification
  • Track user language

 
➡️
Minor bug fixes
Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
  • Fix multi-language on Category
  • Fix showing error message in SMS Login
  • Fix ‘no Product’ displays on the Product list screen
  • Fix Tabbar material indicator exception when hiding Tabbar
  • Fix Blog Appbar in List-blog screen
  • New Appbar missing on Product Detail
  • Fix ‘load more’ does not work properly
  • Fix the product Search when searching on Product page navigating from Category
  • Fix the failed Login
  • Show the selected category in Filter screen
  • Skip Login screen when session is expired
Upgrade latest Flutter channel stable v3.3.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.3.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 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

 
 

👇 Click or tap these little triangles to see more updates!

Releases in 2022


Version 3.3.0 - 09 Nov, 2022
Last updated: 09 Nov, 2022 - Link Purchase | Download
Join our group for the latest information & guide.

:: New features

(1) Breaking Change 🚀

As many clients need upgrading easily, we have changed code structure to:
  1. Easy & simply upgrade source code just by replacing the configs folder.
  1. If you have customized something on the old FluxStore, just copy to configs/customized folder.
    1. The projects will be overridden by the files in configs/customized folder.
      notion image
 
🔑 Importance Note:
  • This simple upgrade way is used for upgrading 3.3 to 3.3.x (or later).
Update the envatoPurchaseCode is a required step on this release ..
Input your purchase code to configs/env.properties file (if not input, the app will crash):
notion image
 

(2) Social Login 🌈

Version 3.3 supports Social Login, so users can sign in flexibly.

(3) Guest Checkout 💰

When enabling the guest checkout, users can buy products without logging in.

(4) TabMenu & Scrollable 🧩

  • Add new 2 UI complex layout types: TabMenu & Scrollable.
  • Use the Dynamic screens as the sub pages.
  • The Vertical layout is not used for these new UIs.
Video
Video preview

(5) Smart Banner ⭐️

  • Your App can now display Smart Engagement Banner on Home Screen.
  • Show at the top of the screen. Help your customers easily view an event, sale, or an important announce.
Video preview

(6) MultiLevel Category layout⚡️

  • Category layouts has a new MultiLevel - useful to configure level of Categories.
  • Large number of Categories: useful for more than 100 Categories data.
  • Lazy load
notion image

(7) Phone Number Config ☎️

On the Checkout screen, this feature helps to validate the phone number entered using Google's libphonenumber.
Features
  • Check validation of Phone Number.
  • Ability to customize Default Country.
  • Use for either normal or international phone numbers.
  • Support customizing the Country List.
  • Show or hide Flag Image.
  • Support RTL language.
  • Have 3 Selector Types for choosing country list.
Screenshot Demo
notion image

(8) Vertical Product Gallery ♻️

Scroll images vertically on Product Detail screen. Available for simpleType.
Video
Video preview

(9) Upgrade Product Detail themes 🎨

3 types of Product Detail screen
  • simpleType
  • halfSizeImageType:
    • notion image
  • fullSizeImageType:
    • notion image
Support featured videos and more
  • Featured videos
  • info: booking product
  • info: listing booking
  • info: grouped product
  • info: variable product
  • image gallery
  • product title
notion image
Youtube video
  • Ability to enable Youtube video in Product Detail screen.

(10) New Languages 🎊

  • Support Azerbaijan, Urdu language 🇦🇿
  • Thank valuable clients for sharing these native translations❤️
  • Now FluxStore apps support about 50 native languages.

:: Important improvements

  • Compatible with latest Flutter 3.3.x.
Cart icon for LTR and RTL 🛒
  • In LTR Languages:
    • notion image
  • In RTL Languages:
    • notion image
Improve performance ⚡️
  • Image performance
  • Vertical Layout with mass products.
  • Slider Testimonial
Improve UI 🎨
  • SmartChat Icon covers the Cart Icon
    • notion image
  • Support Android 13 🚀 
  • Refactor make product id non nullable.
  • Time keep saving cache.
  • Upgrade all pubspec Libraries to latest ⬆️

:: Minor bug fixes

Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
  • Fix category not change language
  • Fix TikTok videos not load
  • Fix video on TikTok that are stretched
  • Fix category product list
  • Fix stuck at empty splash screen when isCaching config not loaded
  • Fix the app does not request permission push notification
  • Fix: click text story
  • Fix vertical layout column with filter UI
  • Fix missing author data of blog
  • Fix AutoUpdate
  • And more
Upgrade latest Flutter channel stable v3.3.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.3.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 latest version
  • Input your purchase code to configs/env.properties file (if not input, the app will crash):
    • notion image
       

:: 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.0.7 - 03 Oct, 2022
Last updated: 03 Oct, 2022 - Link Purchase | Download
  • This release is included the patching to fix the build issue on iOS 14 + XCode 14
Upgrade latest Flutter channel stable v3.3
  • 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.3.0, please close all your IDE and run these commands in the project folder:
    • flutter channel stable flutter upgrade --force flutter pub cache clean flutter clean flutter pub get
  • See more common issue & solution when install Flutter from this link.
  • Note: new Big version update update will be released will be ready very soon 🎉
Version 3.0.6 - 06 Sep, 2022
Last updated: 06 Sep, 2022 - Link Purchase | Download
  • This release version is focused to upgrade the compatibility with Flutter v3.3 (release Aug 31)
Upgrade latest Flutter channel stable v3.3
  • 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.3.0, please close all your IDE and run these commands in the project folder:
    • flutter channel stable flutter upgrade --force flutter pub cache clean flutter clean flutter pub get
  • See more common issue & solution when install Flutter from this link.
Update/migrate the app to latest version
Version 3.0.5 - 06 Aug, 2022
Last updated: 06 Aug, 2022 - The app is HERE!

:: New features

(1) Multi Payment Webview ⚡️

  • Add new Webview payment that support multi payment types, shipping…
Video

(2) Age Restrictions 👶

  • A new option that requires users to enter their year of birth before using the app.
  • It is useful for wine selling app, etc.
Screenshot Demo
notion image
notion image

(3) Version Update Alert📱

  • Help your clients to update version in the app.
  • Show an alert with a link to the appropriate app store page.
Screenshot Demo
notion image

(4) New Languages 🎊

  • Support Tigrinya, Kurdish language.
  • Now FluxStore apps support 45 native languages.

:: Important improvements

  • Compatible with latest Flutter 3.0.5
  • Get special product
Improve UI 🎨
Show native language in Languages screen
notion image
Show current settings in Settings screen
notion image
 
Update User Profile UI
Login & Age Restrictions screens
  • Image size on Age Restriction screen.
  • Reduce Logo size on Login screen.
 
 
Support Icon on Notifications.
notion image
  • Support hiding empty product layout
  • Upgrade Firebase libs.
  • Upgrade other latest libs.
  • Update webview_inapp location permission.
  • Apply submodule for FluxStore

:: Minor bug fixes

Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
  • Fix to show instagram link in blog
  • Fix France language
  • Fix auto enable notfication when app resume from background
  • Fix new sms login keep asking for information
  • Fix layout overflow when create product
  • Fix horizontal wishlist in cart screen
  • Fix navigator to blog category in sidemenu
  • Fix price not show
  • Fix: reload UI appbar when refresh home page
  • Fix crash google login disconnect
  • Fix sub category layout load more not working
  • Fix search api on other framework
  • Fix can not override blog from WordPress
  • Fix drawer icon on Profile not hidden after disabling the side menu
  • Fix short description show two times when description is empty
  • Fix: smart chat not show image in web
Upgrade latest Flutter channel stable v3.0.5
  • 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.0.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
Update/migrate the app to latest version

:: Free drag&drop FluxBuilder

  • After purchasing FluxStore app, you get the full source code so you can customize it all.
  • You also can use the FluxBuilder tool to edit the Design of app for free without re-publishing to app stores. (or edit on any code editor, e.g. Android Studio)
Video Demo
Video preview
Version 3.0.2 - June 12, 2022
Last updated: June 12, 2022 - The app is HERE!

:: New features

(1) Paypal payment 💰

  • Support new native payment Paypal payment.

(2) Account Deletion ❎ 

Apple's new policy requires Account Deletion. The Settings screen will an option to allow Customers removing accounts to protect their Data privacy.
  • Demo
    • Video preview

(3) GDPR UI/UX

Ability to edit some UI following GDPR compliance (GDPR affects all companies that do business in the EU).
  • Show Privacy policy for First Open
  • Show Privacy policy on the Sign Up screen
  • Option to enable Onboarding screen

(4) Banner Horizontal layout 🧩

  • Some clients want to show multiple Banner Images on one page and it can be slided.
  • So we support Horizontal type for Banner Image layout.
notion image
Screenshot Demo
notion image
notion image
Configurate
via source code
`{ "layout": "bannerImage", "design": "horizontal", "fit": "fitWidth", "marginLeft": 0.0, "items": [ { "image": "
", "showSubcategory": false, "bannerWithProduct": false, "defaultShowProduct": false, "products": [], "padding": 5.0, "radius": 10.0, "category": "23" }, { "image": "
", "showSubcategory": false, "bannerWithProduct": false, "defaultShowProduct": false, "products": [], "padding": 5.0, "category": "26" }, { "image": "
", "showSubcategory": false, "bannerWithProduct": false, "defaultShowProduct": false, "products": [], "padding": 5.0, "category": "25", "radius": 20.0 } ], "marginBottom": 10.0, "height": 0.2, "marginRight": 0.0, "marginTop": 10.0, "isHorizontal": true }`
via FluxBuilder (available from the next 1.5.1)
 

(5) Tablet and Web (PWA) layouts 🌈

  • iPad
    • Landscape - show Left menu
      • notion image
      Landscape - hide Left menu
      notion image
      Portrait - hide Drawer menu
      notion image
      Portrait - show Drawer menu
      notion image
  • Web (PWA)
    • Home page
      notion image
      Product of Category
      notion image
      Detailed Product
      notion image

(6) Detect Tablet🎗

Detect Tablet for render layout:

:: Important improvements

  • Compatible with latest Flutter 3.0.2
  • Refactor utils & extensions.
  • Revert Update Helper format.
  • Move mock data to new package.
  • Option to disable webview caching.
  • Update Order information

:: Minor bug fixes

Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
  • Fix missing drawer & tabbar on iPad 12.9
  • Fix Google banner ads does not working
  • Fix main color null check
  • Fix Product Search
  • Remove always show tabbar in payment screen
  • Fix can not build issues
  • Fix change quantity product
  • Fix some value accept null
  • Fix additional info null check on null value
  • Fix crash when material indicator height <= 0
  • Fix filter null exception
  • Fix payments methods address null check
Upgrade latest Flutter channel stable v3.0.2
  • 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.0.2, please close all your IDE and run these commands in the project folder:
    • flutter channel stable flutter upgrade --force flutter clean flutter pub get

:: Free drag&drop FluxBuilder

  • After purchasing FluxStore app, you get the full source code so you can customize it all.
  • You also can use the FluxBuilder tool to edit the Design of app for free without re-publishing to app stores. (or edit on any code editor, e.g. Android Studio)
Video Demo
Video preview
 
 
 

👇 Click or tap these little triangles to see more updates!

Releases in 2022

Version 3.0 – 22 May 2022

Version 3.0 – 22 May 2022

Last updated: May 22, 2022 - The app is HERE!

:: New features

Support new Flutter 3

Compatible with new breaking change Flutter 3 version
notion image
Please make sure to run flutter channel stable
 
Version 2.10.5 – 10th May 2022

Version 2.10.5 – 10th May 2022

Last updated: May 10th, 2022 - The app is HERE!
⚠️
Current release is not compatible with Flutter 3.0 which has just been released on in May 12 (we will release new FluxStore version in next couple of days). Please make sure to downgrade Flutter 2.10.5 by running flutter downgrade v.2.10.5

:: New features

(1) New TikTok videos widget 🎸

Show the Tiktok widget on the Homepage of FluxStore apps
notion image
Video Demo
Video preview

(2) TabBar on Top

  • Users can show TabBar on top of the screen. And ability to configure always show TabBar on all screens (including the Detail screen).
Screenshot Demo
notion image

(3) New Parallax Effect ⭐️

Parallax Scrolling Effect is used to add visual interest to an app. Both the foreground and background are moving, but the background typically moves much more slowly, giving the illusion of depth.
New Parallax Effect is available on:
  • Category Screen
  • Home screen: Banner Image (Static), Products Horizontal

(4) Remap Categories 🌈

  • Allow user to define a new multi-category tree that is different from the backend site. You can control the Location, Order, and Level of the Category.
  • You can use this Remap feature on:
    • Side Menu
    • Category screen
Video preview

:: Important improvements

PWA: Improve WebUI & performance ☀️
This version improve the Progressive Web Apps:
  • Add language dropdown
  • Social link (facebook, instagram)
  • Download mobile app.
  • Dynamic-link to a static page
  • Notify Icon (link to message screen on Setting)
notion image

:: Minor bug fixes

Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
  • Fix prestashop order
  • Fix ads banner size (banner ads size is too large with small screen device).
  • Fix blog loading duplicate
  • Add missing FacebookClientToken for Android
  • Fix blog skeleton overlay layout
  • Fix loading forever in product detail
  • Fix min sdk android version can not run the app
  • Fix can not navigate to CategoriesScreen from BannerImage
  • Fix the missing firebase remote config
  • Fix can not tap to blog background card layout
  • Apply image ratio config for category screen
  • Fix webview auth not listen user login
  • Fix navigate register in onboard screen
  • Fix issue QUERY_ALL_PACKAGE reject by Google
  • Fix show exception when missing some param in loginSetting
  • Fix filter by attribute
  • Fix missing horizontal layout in filter
  • Fix background in zoom drawer
Upgrade latest Flutter channel stable v2.10.5
  • 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 2.10.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

:: Free drag&drop FluxBuilder

  • After purchasing FluxStore app, you get the full source code so you can customize it all.
  • You also can use the FluxBuilder tool to edit the Design of app for free without re-publishing to app stores. (or edit on any code editor, e.g. Android Studio)
Video Demo
Video preview
 
Version 2.10.2 – 22 February 2022

Version 2.10.2 – 22 February 2022

Last updated: Feb 22, 2022 - The app is HERE!

:: Important improvements

  • Upgrade the app to compatible with Flutter 2.10.2
  • If using previous method, you could upgrade the inspireui: 1.0.15 to fix the build issue - https://tppr.me/DoOcm

:: Free drag&drop FluxBuilder

  • After purchasing FluxStore app, you get the full source code so you can customize it all.
  • You also can use the FluxBuilder tool to edit the Design of app for free without re-publishing to app stores. (or edit on any code editor, e.g. Android Studio)
Video preview

 
Version 2.10.0 – 9 February 2022

:: New features

(1) Compatible with Flutter 2.10.x ⚡️

  • This is an important update to support the FluxStore app compatible with the latest Flutter 2.10.x released on Feb 04, 2022

(2) Lottie Splash screen 🌅

  • Add option to use a Lottie animation as the Splash screen
    • notion image

(3) Logo Loading widget ⭐️

Add option to replace the Spinkit animate by:
  • Image types: (PNG, Gif) and Rive

(4) Story widget 🌈

Show the Story widget on the Homepage.
Video preview

(5) Instagram widget ☀️

Show the Instagram widget on the Homepage of FluxStore apps:
notion image
notion image

(6) Product Detail Slider 🌈

The product featured images can be swiped with dot or number types.
notion image
Video preview

(7) New Languages 🎊

  • Support new Chinese Simplified and Traditional language 🇨🇳, Khmer 🇱🇦, Greek 🇬🇷, Slovak🇸🇰, Swahili🇹🇿, Bosnian🇧🇦 languages.
  • Thanks to Eric Wong and our Customers who sent us the translation native language file.
  • Now FluxStore apps support about 40 languages.

:: Important improvements

  • Apply Custom Fonts for TabBar
    • notion image
Background color for AppBar
notion image
  • Update Category Wrap Image layout
  • Change Label Font Size for Category item

:: Minor bug fixes

Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
  • Text center line story widget
  • Clear user data after logging out
  • Parse product
  • Render audio widget

Upgrade latest Flutter channel stable v2.10
  • 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 channel stable Flutter 2.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
       
 

Releases in 2021


Version 2.8.0 – 12 Dec 2021

:: New features

(1) Compatible with Flutter 2.8.x ⭐️

  • This is an important update to support the FluxStore app compatible with the latest Flutter 2.8.0 released on Dec 09, 2021

(2) New UI/UX Add To Cart button 💰

New Add To Cart button with quantity on product:
Video preview

(3) Layout UI widgets ☀️

Now you can show the testimonial Review on the Homepage of your app. This feature will be available on the best drag&drop FluxBuilder tool 1.4.0 that we are working hard to release on Merry Christmas. Thank you!
Testimonial UI
notion image
  • Testimonial Slider UI:
notion image

:: Important improvements

  • Update compile target to 31 (Android)

 

:: Minor bug fixes

Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
  • Fix AppBar color in the backdrop is still white on dark mode
  • Loading blog
  • Pick image and update profile
  • RTL for Zoom Drawer
Upgrade latest Flutter channel stable v2.8.0
  • 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 2.8.0, please close all your IDE and run these commands in the project folder:
    • flutter channel stable flutter upgrade --force flutter clean flutter pub get
 
Version 2.5.3 – 20 Nov 2021

:: New features

(1) Multi-Language for WebView 🗳

  • Multi-Language is available for "Privacy and Term” in WebView (go to Settings > Privacy and Term)
    • Video preview

(2) Types of SmartChat ⚡️

  • Support the old and new SmartChat:
    • Video preview

(3) New Button Widget ⭐️

Users can add more button widget on Homepage as this image
notion image

(4) Drawer Image 🌈

The Left Menu is more flexible to customize:
Logo config
notion image
notion image

(5) New Languages: Swedish🇸🇪, Finland🇫🇮, Greek🇬🇷, Khmer🇰🇭, Marathi, Kannada🇮🇳

  • Thank you the great FluxStore community to contribute these languages 🙏
  • Now FluxStore apps support more than 30 languages.
 
 

:: Important improvements

  • Upgrade flutter_local_notification 9.0.2
  • Disable the bottom cart in My WishList screen
  • Fetch Blog by Tag
  • Upgrade MStore API to support OneSignal Notification
  • Apply app Rating Disable condition

 

:: Minor bug fixes

Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
  • Fix ATT in iOS 15
  • Fix iOS missing compliance every time there is a new build uploaded
  • Fix PrestaShop get product by id
The status bar color
  • The notification is saved on the Notification List
  • Fix to view all Blog
  • Card padding for blog
Upgrade latest Flutter channel stable v2.5.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 2.5.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
 
Version 2.5.1 – 10 Oct 2021

:: New features

(1) New AppBar ⭐️

  • Support Hide TabBar to use AppBar only
  • Add new AppBar action: Go home

(2) Compatible with FluxBuilder 1.3.x 🌈

There a new bunch of new features and UI are upgraded via FluxBuilder:
Support New Product Design Config
notion image
New Background with Product Layout
notion image
New Background on Product Horizontal
notion image
Video preview
Many new Templates
Splash screen, AppBar; Side menu, Settings screen improvement.
Read more detail via Medium

(3) Dynamic link for Notification ⚡️

  • Send a Notification with Product URL.
  • When users open Notification, App is launched with that product.
Video
Video preview

(4) New Czech language🇨🇿

  • Thank you the great FluxStore community to contribute these languages 🙏

:: Important improvements

Add Horizontal Glass Card
notion image
Support "change icon drawer in profile screen" on FluxBuilder 1.3.0
Video preview
Update Splash screen.
  • Allow to disable Splash screen
  • Allow to configure the Duration displaying Splash screen
Video preview
  • Fixed the Android V2 embedding warning.
  • Refactor advertisement's code to easily remove ads
  • Support hide TabBar on Tablet

:: Minor bug fixes

Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
  • Fix the incorrect Fix order item
  • Fix audio player can not close/play when add first audio item to playlist
  • Fix rebuild issue on floating tabbar button
  • Fix loading product vertical layout
  • Update when navigate to product detail in search result
  • Fix missing shadow config for product card
  • Fix the notification not save when open the app from the notification
Upgrade latest Flutter channel stable v2.5.1
  • 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 2.5.1, please close all your IDE and run these commands in the project folder:
    • flutter channel stable flutter upgrade --force flutter clean flutter pub get
 
Version 2.5.0 – 10 Sep 2021
This is an important update to support the FluxStore app compatible with the latest Flutter 2.5 released on Sep 08, 2021
Upgrade latest Flutter v2.5
  • 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 2.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
 
Version 2.4.0 – 21 Aug 2021

:: New features

(1) Audio Player and the PlayList 🎧

  • Supported on Blog to play the mp3 audio file
See Screenshots
notion image

notion image

notion image

(2) New category layout type 🎨

  • Add more horizontal Product Layout on Home Screen that group by Category Menu.
  • This Layout will be available to customize in the upcoming FluxBuilder.
Add your category layout using FluxBuilder, then update the type in config_en.json to menuWithProducts as following
{ "layout": "category", "type": "menuWithProducts", "wrap": false, "size": 2, "radius": 24, "marginLeft": 24, "marginRight": 24, "marginTop": 10, "marginBottom": 10, "paddingX": 0, "paddingY": 0, "marginX": 0, "marginY": 0, "hideTitle": false, ... (more code) ... },
See Screenshot
notion image

(3) Webview Privacy page 🗳

  • Support Privacy and Term in webview
    • notion image

(4) Add Thai language 🇹🇭

:: Important improvements

⚠️ This release is compatible with the new Flutter 2.2.3
  • To make sure you are using the correct Flutter version, run this command:
    • flutter --version
      Example output:
      Flutter 2.2.3 • channel stable • https://github.com/flutter/flutter.git Framework • revision f4abaa0735 (7 weeks ago) • 2021-07-01 12:46:11 -0700 Engine • revision 241c87ad80 Tools • Dart 2.13.4
  • To upgrade Flutter, please close all your IDE and run these commands in the project folder:
    • flutter channel stable flutter upgrade --force flutter clean flutter pub get
  • Support Dynamic link on Product, Category screens.
  • Migrate Splash screen configuration to env.dart to support customize from FluxBuilder side — screenshot
  • Migrate OnBoarding data from config_xx.json to env.dart
  • Update all latest pubspec.yaml library.
  • Add guide in Info.plist to help users changing the required information.
  • Support changing Privacy, About Us, and add a new general item in the Profile screen.
  • UI improvements for RTL languages.
  • Improve home screen layout design

:: Minor bug fixes

Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
  • Fix Side Menu shown on the lower layout at Arabic mode.
  • Fix the navigate to HomePage or SearchPage from EmptyWishList.
  • Fix Smart Chat does not load webview.
  • Fix cannot scroll to load more in the product list.
  • Fix bugs on simple type blog detail.
  • Fix status bar color.
  • Update the Hide the out-of-stock product feature.
 
Version 2.2.0 – 30 May 2021

:: New features

(1) Compatible with new Flutter 2.2.x 🚀

Make sure to update Flutter SDK to latest Stable (2.2.x).
flutter channel stable flutter upgrade --force flutter clean flutter pub get

(2) Migrate to Null-safety 💦

  • Update all the dependencies to the latest version.
  • Remove the Override Dependencies warning.
  • Upgrade build.grade (minSdkVersion 20, gradle-6.7).
  • Upgrade from Breaking Change from Google Mobile Ads 0.13.0

(3) Product details screen improvement 📱

(4) App Tracking Transparency for iOS ⚡️

Add the app tracking transparency for iOS 14.5

(5) Add new styles for TabBar 🗳

notion image

(6) Address Map Picker 💥

Screenshot
notion image

:: Important improvements

⚠️ This release is compatible with the new Flutter 2.2
  • Please close all your IDE and run these commands in the project folder to upgrade Flutter:
    • flutter channel stable flutter upgrade --force flutter clean flutter pub get

:: Minor bug fixes & UX improvements

Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements.
 
Version 2.0.0 – 05 Mar 2021

:: New features

(1) Compatible with new Flutter 2.0.x 🚀

  • Make sure to update Flutter SDK to latest Stable (2.0.x).

(2) New languages: Poland 🇵🇱, Serbian 🇷🇸, Persian, and updated some previous native languages.

Thank you the great Fluxstore community to contribute these languages 🙏

:: Important improvements

⚠️ This release will only compatible with new Fluxbuilder +1.1.x
⚠️ This version brings a huge change to the project structure to compatible with Flutter 2.0
⚠️ All of your configs need to be defined in lib/env.dart.
 

Releases in 2020


Version 1.9.0 - 20 Dec 2020

:: New features

(1) Add more languages support

Support more native languages
  • New Hindi language 🇮🇳
  • New Russian language 🇷🇺
  • New Korean language 🇰🇷
  • New Dutch language 🇳🇱
  • New Kurdish langage 🇮🇷

(2) Support macOS and web WPA

Now support to run as Desktop and Web App. Make sure to change your Flutter channel to Dev or Master.
 

:: Bug fixes & improvements

  • Update compatible with latest Fluxbuilder.
  • Update latest Flutter SDK
  • Fixed variant issues.
  • Fixed Order Status issues.
  • Fixed some minor issues and performance improve
  • Update latest pubspec.yaml library.
  • Adding Custom Font examples.
  • Improve the Header animation.
  • Update the Light and Dart theme to lib/common/theme
Version 1.8.1 - 10 Oct 2020
New - update to compatible with latest Flutter 1.22.x and iOS 14 New - automatically fill in OTP for SMS Login on Android. New - improve the iPad and Web responsive layouts New - Dark Theme Color Theme Update - fix empty info after the user update profile. Update - fix scrolling for long product attribute options. Update - fix product attributes not fully loaded for 100 attributes. Update - fix uploaded product image rotation on iOS/iPad. Update - fix navigation drawer cannot close on iPad Update - fix Google Map address does not load. Update - fix the screen is overflow when clicking on My Cart icon Update - fix the Navigation bug and improve the Routing. Update - fix product description bug. Update - fix slow loading splash screen Update - fix product detail issues Update - fix product variant issues Update - fix splash screen boxfit contain mode

version 1.7.7 - 15 Aug 2020
  1. Update - Compatible with latest stable flutter 1.20.x
  1. Upgrade - performance improvement
  1. Update - Improve search UX
  1. Update - Compatible with Fluxbuilder 1.0.7
  1. Update - Add no-internet animation
  1. Update - Fix Languages switching cause incorrect Category
  1. New - add support Tax on Product
  1. New - add notify option to allow config email notification - https://tppr.me/NBpDQ
version 1.7.6 - 16 Jul 2020
  1. Update - jump to new 1.7.6 to meet with Fluxstore core library.
  1. Update - improver performance on Search Page and add DeBounce
  1. Update - add new name option to Category JSON config to improve the loading UX.
  1. Fixed - Android-R build issue
  1. Fixed - SMS Login issue and also upgrade the latest SMS library.
  1. Fixed - blank icon on push notification
  1. Updated - latest pubspec library to compatible with Fluxbuilder 1.0.6
  1. Updated - refactor common library and add extra Uni-Test.
 

Releases in 2019


Version 1.1 - 28 June 2019
  1. Update - the extension issues
  1. Update - improve perforamnce image loading
  1. Update - fix some minor loading products issues.
  1. Update - latest pubspec library
Version 1.0 - 23 June 2019
  1. Release the first version
  1. Compatible with PrestaShop
  1. Full e-commerce feature support