Archived changlogs

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) 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.
  • Support Android 13 🚀 
  • 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 stuck at empty splash screen when isCaching config not loaded
  • Fix the app does not request permission push notification
  • 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 app:
      1. Free FluxBuilder tool to configure your app's feature easily with drag&drop Lifetime. Quick guide.
      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.2 - June 14, 2022
Last updated: June 14, 2022 - The app is HERE!

:: New features

(1) 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
notion image

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

:: Important improvements

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

:: 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
  • Remove always show tabbar in payment screen
  • Fix google login
  • Fix can not build issues
  • Fix some value accept null
  • Fix additional info null check on null value
  • Fix crash when material indicator height <= 0
  • Fix filter null exception
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
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 – 22 May 2022

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 – 10 May 2022
⚠️
Current release is not compatible with Flutter 3.0 which has just been released on 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
Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
  • Fix attributes not show up
  • Fix loading forever in product detail
  • Fix min sdk android version can not run the app
  • Fix issue QUERY_ALL_PACKAGE reject by Google
  • Fix changed to Chinese (traditional + simplified)
Compatible with Flutter 2.10.5 ⚡️
This is an important update to support the FluxStore app compatible with the latest Flutter 2.10.5
 
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 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
       
 
Version 2.10.2 – 22 February 2022

:: 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
 
Version 2.10.1 – 15 February 2022

:: Important improvements

  • This release includes the patching to fix the compatible issues when combining the FluxStore Multi-Vendor with FluxStore Manager or Delivery app. Please help to use this version if you are using the combined method.
 
Version 2.10.0 – 9 February 2022

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
Upgrade latest Flutter channel stable v2.10.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 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
This is an important update to support the FluxStore app compatible with the latest Flutter 2.8.0 released on Dec 09, 2021
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) Support Dokan 🚚

Now FluxStore Delivery Boy app supports both:
  • WooCommerce (single vendor),
  • WCFM (WC Lovers),
  • and Dokan plugins (multi vendors)
This app can be used standalone, or use it with:

(2) Offline Mode (WooCommerce)📴

  • Delivery Boy can switch to Offline Mode when he is busy. When he is available, he can come Online.

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

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

:: Minor bug fixes

Thanks to all for reporting bugs & suggesting features.
  • Fix ATT in iOS 15
  • Fix iOS missing compliance every time there is a new build uploaded
  • and more...
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.2 – 10 Oct 2021
  • Include some small patching from the previous 2.5.1 release.
  • Ability to merge the Delivery app with FluxStore WooCommerce App.
  • Fixed the Android V2 embedding warning.
 
Version 2.5.1 – 04 Oct 2021

:: New features

(1) Support WooCommerce Platform ⭐️

Now FluxStore Delivery Boy app is also compatible with WooCommerce (single vendor) 🚚
  • Support Driver Registration
  • Support Notification when assigning an order to the driver
  • Autocomplete orders after marking as shipped

(2) Combine with 2 Apps💫

If the user login with the Delivery Boy account → rooting to FluxStore Delivery Boy app.
notion image

:: Minor bug fixes

Thanks to all for reporting bugs & suggesting features.
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 the latest Flutter v2.5.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.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) New SMS Login ⭐️

  • Easy SMS Login with Registration Form.
  • Auto-assign Delivery role when registered.
  • Allow updating Email, Password after registration.
Enable this new feature by updating lib/env.dart file
/// Enable new SMS Login "EnableNewSMSLogin": true
See screenshot.
  • ⚠️ This feature is not compatible with the previous FluxStore version (as there is a new API and Data breaking change)

(2) Delivery role Registration (WCFM) 🗳

  • Create a user account with the Delivery role.
See screenshot
notion image

(3) Delivery by GeoLocation (WCFM) 🗺

  • Using Geo-Location instead of Shipping Location.
  • If the Geo Location does not exist, use Shipping Location.
See screenshot
notion image

(4) New 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
  • Update user information.
  • 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.
  • UI improvements for RTL languages.

:: Minor bug fixes

Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
  • Fix auto-refresh data when receiving notification
  • Fix some minor UI issues.
  • Improve some UX features.
  • Fix the routing issue.
  • And more...
 
 
Version 2.3.0 – 15 Jul 2021

:: New features

(1) New Notification 🔔

  • Notification on new assigned order.
  • Notification when order is canceled and refunded.

(2) Combine features ✨

Ability to merge 3 source codes {FluxStore MultiVendor, FluxStore Manager, FluxStore Delivery Boy} to one app:
If the user login with Store Admin accounts → rooting to the FluxStore Manager app.
notion image
If the user login with the Delivery Boy account → rooting to FluxStore Delivery Boy app.
notion image

(3) Assign Delivery Boy ⚡️

Compatible with the Delivery boy Assignment from FluxStore Manager app.

(4) Auto-refresh on receiving order notification 💦

This should work if the notification is configured correctly.

:: Minor bug fixes & UX improvements

Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
  • Fix some minor UI issues.
  • Improve some UX features.
  • Fix the routing issue.
  • And more...

 
Version 1.0 – 28 June 2021

:: App Features

(1) Manage Pending/Delivered orders belonging to delivery person 🚀

  • Delivery Person can make a call, find direction and update the order status.

(2) Check notification messages from the WCFM database 💦

  • This feature is getting messages from the WCFM database, not from Firebase or OneSignal Notification.
  • The feature to receive Firebase notification when vendors assign orders to delivery persons will be added in later releases. Because it requires modifying the WCFM plugin.

(3) Showing direction to store or customer address using Google Map ⚡️

  • Currently, it only opens the Google Map app.
  • In the future, the direction might get implemented within the app with some improvement.

(4) Make a direct phone call to store or customer 📱

  • Using system phone call.

(5) Update profile information 🌈