Join our group for the latest information & guide.
Version 4.3.0
Last updated: 27 September, 2024
NEW FEATURE
(1) 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:
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.
- Update: new solution - error build release when upgrade flutter 3.24.0
- Style (Logout): Change button color from red to primary
- Update requireUsernameWhenRegister option in Digits Mobile
- (Filter): show override attribute name if set
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: 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?
- Follow this “Upgrade source code and Flutter” guide.
- Input your purchase code to
configs/env.props
file (if not input, the app will crash):
- Helpful guide “How To Easily Upgrade Sourcecode To The Next Version”
How to activate FluxStore on FluxBuilder tool?
- Follow this guide:
- Input your purchase code to
configs/env.props
file (if not input, the app will crash):
FREE DRAG & DROP APP BUILDER
Thank you for your continued support!
- 👉 Special gifts when using the FluxStore or FluxNews app:
- Free FluxBuilder tool to edit your app's UI easily with drag&drop Lifetime.
- Free update your app's UI without republishing it to App Stores or Google Play Store.
- Free translation service for your local language.
- FluxStore apps provide the full source code, allowing you to customize everything.
Version 4.2.0
Last updated: 20 August, 2024
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 ☘️
- Follow this “Upgrade source code and Flutter” guide.
- Input your purchase code to
configs/env.props
file (if not input, the app will crash):
- Helpful guide “How To Easily Upgrade Sourcecode To The Next Version”
To fix build issue with new flutter version
After upgrading, you may meet the cache issue of iOS while building the application, please run this command to fix:
flutter precache --ios
- To activate FluxStore on FluxBuilder tool ☘️ ChartSort
(2) Branch.io dynamic link service 💫
- Integrated the Branch.io dynamic link service into the application
- Enhance the users’ experience
(3) 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
- Disable User Name on Sign Up screen
IMPORTANT UPDATE
- 🔆 Support notification icon in configs folder to upgrade easily
- 🎊 Update(translation): remove duplicate and fix grammar
- ⬆️ Update: notification icon
- 🔷 Update manager dashboard for woo
- ▶️ Support Multi Languages for Digits Mobile
This release contains many fixes
- Fixed: fontFamily not working in Widgets
- Fixed: crash firestore when empty email on ios release
- Fixed: Firebase sms login fix security
- Fixed (Release): apple reject as location permission is irrelevant for delivery
- Fixed: (Translation): not override pt_PT translation
- Fixed: login after logout (deactivated widget's ancestor)
- 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: flutter 3.24.0 error when building release (attr/lStar not found)
How to update/migrate the app to the latest version?
- Follow this “Upgrade source code and Flutter” guide.
- Input your purchase code to
configs/env.props
file (if not input, the app will crash):
- Helpful guide “How To Easily Upgrade Sourcecode To The Next Version”
How to activate FluxStore on FluxBuilder tool?
- Follow this guide:
- Input your purchase code to
configs/env.props
file (if not input, the app will crash):
Version 4.1.1
Last updated: 09 July, 2024 - Link Purchase | Download
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.
Version 4.1.0
Last updated: 03 June, 2024 - Link Purchase | Download
(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 ☘️
- Follow this “Upgrade source code and Flutter” guide.
- Input your purchase code to
configs/env.props
file (if not input, the app will crash):
- Helpful guide “How To Easily Upgrade Sourcecode To The Next Version”
To activate FluxStore on FluxBuilder tool ☘️
(2) Facebook App Event 🌟
- Meta App Event Tracking (or Facebook App Event) allows your app to track events, such as a person installing your app or completing a purchase, to measure ad performance, and build audiences for ad targeting.
- User guide: Facebook App Event
Demo Screenshot
(3) Update ♻️
- 🆙 Update to the latest version of Firebase
- 💥 Upgrade Webview: support uploading images and files, detecting user location on map for Android.
- 🌈 Show confirmation pop-up when logging out of the application
(4) Many fixes 💦
- Fixed: a warning email about "Missing API declaration"
- Fixed: use wrong code to check runtime type
- Fixed(NavigateTool): cannot parse the null value
- Fixed(SignUp): show a readable error message
- Fixed (PinterestLayout): fix issue load more
- Fixed(VerticalLayout): update load more
Version 4.0.0
Last updated: 18 Mar, 2024 - Link Purchase | Download
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
- Follow this guide:
- Input your purchase code to
configs/env.props
file (if not input, the app will crash):
(2) Tracking Request Dialog 🎗
- Show the Tracking Request Dialog when users open the Manager app.
Demo screenshot
(3) New Languages 🌐
- Support new Bulgaria🇧🇬 and Sinhala languages.
- Thanks to our Customers who sent us the translation native language file❤️
- Now FluxStore apps support more than 60 native languages.
(4) Many fixes 💦
- Fixed: The "Apply" string does not dipslay on button on Store Settings screen
- Fixed: Darktheme and Lighttheme UI error
- Fixed: No order display on Your Orders screen after select an option in FILTER
- Fixed: "Can't find this order id" display unexpectedly after select Completed filter and input valid Order ID
- Fixed: Fail to search some Name on Your Orders screen
- Fixed: Update Search name on Your Orders screen
- Fixed: Adjust UI of search box on Categories screen
- Fixed: Remove Variation options for Attributes of Simple product
- Fixed: Fail to delete the uploaded images of product
- Fixed: The string "Delete" in Delete Account screen is not clear
- Fixed: cannot release on Google as recaptcha issue
- Fixed: no sound while playing video in Instagram widget
- Fixed: cannot scroll on the app using Stylus Pen
- Fixed: open app setting if click dont allow button
Version 3.16.8
Last updated: 21 Jan, 2024 - Link Purchase | Download
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.
(2) Georgia Languages 🇬🇪
- Support new Georgia language.
- Thanks to our Customers who sent us the translation native language file❤️
- Now FluxStore apps support more than 60 native languages.
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)
This release contains many fixes:
- Remove the large empty space between keyboard and textbox.
- Fixed: auto logout on multi sites.
- [Manager] The number on the chart overlap.
- Etc.
How to update/migrate the app to the latest version?
- Follow this guide:
- Input your purchase code to
configs/env.props
file (if not input, the app will crash):
Version 3.16.0
Last updated: 19 Nov, 2023 - Link Purchase | Download
NEW FEATURE
(1) Maintenance Mode ⭐️
- Apps work smoothly when your Websites are in Maintenance Mode.
- Support this plugin for Maintenance mode https://wordpress.org/plugins/hkdev-maintenance-mode/
Guide
Install this Maintenance Mode plugin to your Website, then activate it.
Demo Video
(2) Upgrade OneSignal 🔥
Upgrade the latest OneSignal to help pushing notifications via OneSignal to your users.
(3) Catalan Languages 🌐
- Support new Catalan language.
- Thanks to our Customers who sent us the translation native language file❤️
- Now FluxStore and FluxNews apps support more than 60 native languages.
IMPORTANT UPDATE
- Upgrade minSdkVersion to build Android apps 🆙
- Only show GDPR Message when the user allows AppTrackingTransparency🎗
This release contains many fixes:
- Fix: cache API get vacation settings
- Fix: show error message when logging in Apple
- Fix: Apple Login
- Fix: clear search text
- Fix: parse phone even phone valid is disabled
- Fix: responsive for all device
- Fix: graph headings are missing in Dark Theme
How to update/migrate the app to the latest version?
- Follow this guide:
- Input your purchase code to
configs/env.props
file (if not input, the app will crash):
Version 3.13.6
Last updated: 01 Oct, 2023 - Link Purchase | Download
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
Demo Screenshot
(3) 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
(4) 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
Policy URL supports Multi-language URLs 💥
Guide
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.
- Update Kurdish and Tigrinya languages 🌎
How to update/migrate the app to the latest version?
- Follow this guide:
- Input your purchase code to
configs/env.props
file (if not input, the app will crash):
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: not working only show first time and alway show login if turn on the required login
- Fix: load cache if user disable multi language
- Fix: to save notification status to server
- Fix: delete account if the website block DELETE method
Version 3.13.0
Last updated: 24 Aug, 2023 - Link Purchase | Download
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.
- Guide: “2. Onboarding screen”
IMPORTANT UPDATE
- Update translation with:
- Arabic 🇦🇪
- Hungarian 🇭🇺
Refactor the App Rating ♻️
This release contains many fixes & UX improvements:
- Fix: ScrollingDotsEffect not working in the haflSizeImageType Post layout
- Fix: The group layout dynamic screen display on app unexpectedly
- Fix: Cannot run the app as missing default config
- Fix: App on device cannot detect language
- Fix: Reload profile after login and logout
- Fix: The fancy and multi-level category does not support multi-language
- Fix: Stuck on screen Onboarding version 2
- Fix: issue appbar of setting screen
How to update/migrate the app to the latest version?
- Follow this guide:
- Input your purchase code to
configs/env.props
file (if not input, the app will crash):
Version 3.10.0
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 👯
- We're glad to announce the new community at: https://community.fluxbuilder.com/
- 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
IMPORTANT UPDATE
Upgrade Dart 3
- Upgrade FluxStore to latest Dart 3 compatible
sdk: ">=3.0.0 <4.0.0"
- common_library fluxstore/common_library#10
- openai_app fluxstore/openai_app#73
- Upgrade lib
MINOR BUG FIXES
Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
- Fix: search screen
- Hotfix language file
- Fix: show notification when app opening
- Send button have effect when it is clicked
Update/migrate the app to the latest version
- Follow this guide:
- Input your purchase code to
configs/env.props
file (if not input, the app will crash):
FREE FLUXBUILDER
- FluxStore apps provides the full source code so you can customize it all.
- 🎯Special gifts🛍 when using FluxStore or FluxNews app:
- Free FluxBuilder tool to edit your app's UI easily with drag&drop Lifetime. Quick guide.
- You can update your app's UI without republishing it to App Stores for Free and Lifetime.
- Free translation service for your local language.
Video Demo
Version 3.7.0
Last updated: 01 Feb, 2023 - Link Purchase | Download
- This release is included the patching to fix build issue on latest Flutter v.3.7.0
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) Unicode App Name ⚡️
- Support the App Name using Unicode characters.
- Your App Name can be Arabic, Spanish, or any Unicode character.
(2) Zoho SalesIQ Chat ♻️
- Ability to real-time chat with Zoho SalesIQ the great live chat software.
- Available for Extended license
Video
(3) 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:
Important improvements
- Compatible with the latest Flutter 3.3.10 and 3.3.x
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 the product can not clone
- Fix showing error message in SMS Login
- Fix ‘no Product’ displays on the Product list screen
- Fix ‘load more’ does not work properly
- Fix the product Search when searching on Product page navigating from Category
- Fix the failed Login
- Skip Login screen when session is expired
- Fix cannot register visitor when user login via SMS
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
- Follow this guide:
- Input your purchase code to
configs/env.props
file (if not input, the app will crash):
🔑 Importance Note
- As version 3.3 does not support special string in App Name. We found a quick solution by using
env.props
instead ofenv.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 fromenv.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:
- Free FluxBuilder tool to configure your app's feature easily with drag&drop Lifetime. Quick guide.
- Free translation service for your local language.