• The default language of any content posted is English.
  • Information: Safety & Support
    Resources here are generally safe, but false positives may occur on Virustotal due to certain coding techniques. Exercise caution and test before use.
    Consider buying licenses to support developers. Your security is our priority.
FluxStore Manager - Vendor & Admin Flutter App Woocommerce

FluxStore Manager - Vendor & Admin Flutter App Woocommerce 3.7.0

Version 3.7.0​

Last updated: 01 Feb, 2023
  • This release is included the patching to fix build issue on latest Flutter v.3.7.0
  • Upgrade latest Flutter channel stable v3.7

Version 3.3​

Last updated: 09 Nov, 2022
🆕 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.
  2. 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)
  • 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.
    2. Free translation service for your local language.
Top