Releases in 2022
Version 3.3.0 - 09 Nov, 2022
Last updated: 09 Nov, 2022 - Link Purchase | Download
New features
(1) Breaking Change 🚀
As many clients need upgrading easily, we have changed code structure to:
- Easy & simply upgrade source code just by replacing the
configs
folder.
- If you have customized something on the old FluxStore, just copy to
configs/customized
folder.
The projects will be overridden by the files in
configs/customized
folder.🔑 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):(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
- Fix store working hours
- Fix product list
- Fix to load drivers and assign driver to order
- 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
- Follow this guide:
- Input your purchase code to
configs/env.properties
file (if not input, the app will crash):
Free drag&drop FluxBuilder
- FluxStore apps provides the full source code so you can customize it all.
- 🎯Special gifts🛍 when using FluxStore app:
- Free FluxBuilder tool to configure your app's feature easily with drag&drop Lifetime. Quick guide.
- Free translation service for your local language.
Video Demo
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
(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
Version 3.0 – 22 May 2022
Support new Flutter 3
Compatible with new breaking change Flutter 3 version
Please make sure to run flutter channel stable
Version 2.10.5 – 10th May 2022
Current release is not compatible with Flutter 3.0 which has just released 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
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 check valid product when create product
- Fix fail to click Upload Product after clicking Delete All on variation
- Fix the Basic Information screen displays unexpectedly after click Done
- Fix changed to Chinese (traditional + simplified)
- fix can not set uncategorized for Product
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
- 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
- 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) Vendor Welcome Onboarding 🎊
- Add welcome onboarding for the Vendor to help them create a new Store super easy (store name, image, product…).
(2) Store Open/Close Hours (Dokan) ⏰
- Allow to Set the Open/Close from the Vendor Store.
- Now this app supports Store Open/Close hours for both Dokan and WCFM.
(3) Products Approval 💫
- Allow Admin or Vendor approving Product before it goes live.
(4) 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.
:: 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.1 – 10 Oct 2021
:: New features
(1) Order Note 📝
- Add order note to order detail screen
(2) Store Vacation (WCFM) 🏖
- Allow to mark online/Offline or vacation mode for the Shop.
(3) Combine with 2 Apps💫
- Ability to merge 3 source codes {FluxStore WooCommerce, FluxStore Manager, FluxStore Delivery Boy} to one app.
- If the user login with Store Admin account → rooting to FluxStore Manager app.
:: Minor bug fixes
Thanks to all for reporting bugs & suggesting features.
- Fixed the Android V2 embedding warning.
- Fix Images not show when adding/editing products
- And more...
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) New SMS Login ⭐️
- Easy SMS Login with Registration Form.
- Auto-assign Vendor role when registered.
- Allow updating Email, Password after registration.
Enable this new feature by update 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 new API and Data breaking change)
(2) Vendor role Registration (WCFM) 🗳
- Create user account with Vendor roles.
See screenshot
(3) 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 the pedantic to flutter_lints, this is a new recommendation from the Flutter team as it contains more strictly coding rules and identifies possible problems in Dart code.
- 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.
- Add Thai language🇹🇭
- 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) Assign Delivery boy (WCFM)🛵
Admin/Vendor can search and assign delivery boy to each product in an order
(2) Customer management (WCFM)🗳
Able to search order with user's display name.
(3) Add the charts back to the app🏙
For Kurdish language, the charts are not available.
(4) Show only products in order detail that related to the vendor(WCFM)⚡️
:: Minor bug fixes & UX improvements
Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
- Fix the NFC warning cause by Stripe library.
- Fix product gallery images woo and store settings manager.
- Update null-safety charts flutter
- And more...
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
- More refer to Medium What's News in Flutter 2.2 or this link
(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).
- Update more strictly Analyze rule and pedantic 1.11
- Upgrade from Breaking Change from Google Mobile Ads 0.13.0
(3) App Tracking Transparency for iOS ⚡️
Add the app tracking transparency for iOS 14.5
:: 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.1.0 – 29 Apr 2021
:: New features
(1) Compatible with Dokan and WooCommerce 🚀
Simply add 'platform':'woo' or 'platform':'dokan' in the file env.dart
- Reviews and notification screen are not supported on these platforms. (We'll find a way to add them back in future releases)
(2) New Update Store Information 🚀
- WCFM supported. (WooCommerce and Dokan will be added in later releases)
- Places autocomplete supported using Google Map API. (Need to enable billing for your Firebase project at https://console.cloud.google.com/?pli=1)
Brief preview screenshots
(3) New order notification when user purchases from FluxStore MV 🚀
(4) New Test Drive Script 🚀
:: Improvements
- Show messages on Login Screen.
- Get the Device Locate automatically.
- Translate sale charts.
- Change the approach of adding/editing attributes. (If your site is not using English as main language, the attributes added via the App will not show on your site)
- Fix sale price hard-coded to 0.0 if it's set as empty. This leads to the product is always on sale with 0.0 value.
- Fix dynamic links issue.
- Improve performance Loading
- Update latest pubspec libraries.
- ⚠️ Important notice: Due to the issue on adding unicode attributes, if your main language is not English, you need to update both the app and MStore Plugin to version 3.3.6
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).
flutter channel stable flutter upgrade --force flutter clean
- More refer to What's News in Flutter 2
(2) Support WooCommerce Admin 🗳
Besides this app integrates with FluxStore Multi Vendors app, in this version it also integrates with both FluxStore WooCommerce app and standalone.
(3) Support Variable Products 🏙
- Vendor are able to add/edit/delete variable product.
- And product attributes (regular price, sale price, attributes, manage stock, product status).
(4) Other new features 💦
- Splash screen - support splash screen types.
- Live Chat - Vendor are able to Chat with User via Realtime Chat.
- Test URL - user are able to input Site URL and test right on Users website.
(5) New languages: Poland 🇵🇱, Serbian 🇷🇸, Persian, and updated some previous native languages.
- Thank you the great Fluxstore community to contribute these languages 🙏
:: Important improvements
⚠️ 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.
⚠️ We recommend backup your lib/common folder for reference during migration.
Releases in 2020
Version 1.0.0 - 30 Dec 2020
- Release the first version
- Fully compatible with FluxStore Multi Vendors (WCFM), or work standalone.
- Full e-commerce feature support
- Edit Basic Product Details.
- Listing and Searching the vendor’s products.
- Compatible with the Simple product.
Manage the Products
Multi Languages, RTL
Easy to add/edit/delete languages, switch or set default.
Graph Report
Display the Order with cool Graph and Statistic.
Social Login
Easy to register or sign up (apple, facebook, google, email).
Orders Listing
Order section will show all orders for their products and most important details. The Vendor could update the Order Status on the app.
Orders Notification (for WCFM)
Get notification from the OneSignal when having a new Order from Customers.
Previews (for WCFM)
Ability to view, or Approve/Reject the review from customers.