Fluxstore Multi Vendor - Flutter E-commerce Full App

Fluxstore Multi Vendor - Flutter E-commerce Full App v5.0

No permission to download
Download Fluxstore Multi Vendor v2.5.0 - Flutter E-commerce Full App Nulled Free
v2.5.0 – 10 Sep 2021 Thanks To @foxywaxy
Last updated: Sep 10, 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:
  • 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

  • If there is any issue please refer to this solution:
    Could not install Flutter?
  • Migration guide (only for previous FluxStore app)
    • We recommend backup your lib/common folder for reference during migration.
    • In case there is some customization from the previous source, please try your best to compare the source as it has a lot of conflicts.
    • From the Fluxstore app:
MESSAGE ME FOR PASSWORD: @blackpanther11

This release is the updating and patching for latest 2.4.0:


  • ⚡️ Add options to not hide empty categories & tags.
  • ⚡️ Add Tamil language - thank to DestekInfoSolutions.
  • ⚡️ Add config to show Add to cart button in search result list
  • ⚡️ Support Dynamic Link on Vendor Store.
  • ♻️ Fixed the MissingPluginException on Android when using Webview
  • ♻️ Remove the Music Background config on info.plist from iOS.
  • ♻️ Fixed import env.dart file from FluxBuilder.
  • ♻️ Migrate Splash Screen config to env.dart to support via FluxBuilder.
  • ♻️ Fixed Fail to apply coupon and points for booking product.
  • ♻️ Upgrade Audio features more stable.

:: New features​


(1) Upgrade Store UI 🛍​


  • Enhance new UI to support the Vendor features.
  • Make sure to update the Mstore-api to latest version.
  • Store Product Search

  • Store Rating Review

  • List Product by Category



(2) Store Open Hours (WCFM) ⏰





(3) Geolocation search widget (WCFM) 🗺​





(4) Delivery Date Picker 📆


  • Support to select the Delivery Shipping Date base on Available Time from the WooCommerce Store.
  • Required Plugin: Order Delivery Date For WooCommerce (pro version)
  • Required update lib/env.dart file to enable this feature
    /// Enable Delivery Date when doing checkout
    "EnableDeliveryDateOnCheckout": true,



(5) New category layout type 🎨


  • Add more horizontal Product Layout on Home Screen that group by Category Menu.
  • This Layout could be custom on latest FluxBuilder.
  • Update the config_en.json as following
    {
    "layout": "category",
    "type": "menuWithProducts",
    "wrap": false,
    "size": 2,
    "radius": 24,
    "line": false,
    "marginLeft": 24,
    "marginRight": 24,
    "marginTop": 10,
    "marginBottom": 10,
    "paddingX": 0,
    "paddingY": 0,
    "marginX": 0,
    "marginY": 0,
    "hideTitle": false
    },



(6) Ultimate Membership User 💳


  • Allow selecting the dynamic Pricing List when register on your mobile app.
  • Subscription Plans Sign Up feature. Available for the Extended license.
    Update your env.dart as following:
    "EnableMembershipUltimate": true,
    • Plugin: Ultimate Membership Pro - WordPress Membership



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

Version 2.2.0 – 30 May 2021​


Last updated: May 30, 2021




:: New features​


(1) Compatible with new Flutter 2.2.x 🚀


(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) 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 🗳​

(6) Add Order History for Guest (not login) users 🌈


Ability for users to be able to order and view Order History without logging in.

(7) Native Guest Checkout 💥

Thanks to @foxywaxy

Version 2.1.0 – 02 May 2021​


Last updated: May 02, 2021




:: New features​


(1) Support new Config Features via Fluxbuilder​


  • New feature via FluxBuilder
    • Config default global Fonts
    • Advance config env.dart file via Fluxbuilder
    • Support more Icons Pickers on TabMenu (Material and Cupertino)
    • Support config Ads per screens.
    • Support Config SmartChat per screens.
    • Support more Design Properties/Spacing config for Images Banner, Header Text, Products

(2) Auto-detect device locale and Language Picker​


  • Screenshots
    Kapture_2021-05-02_at_14.27.02.gif

(3) Support Autofill for Login/Registration & Shipping Addresses 🎨

(4) Profile update improvement(Woo Platform)​

(5) Support native payment Direct Bank Transfer (BACS)​


:: Important improvements​


⚠️ This release is compatible with new Fluxbuilder +1.2.x



♻️ How to upgrade new release source code?


  • Upgrade from previous 2.0.x
    • We recommend backup your lib/common folder for reference during migration.
    • In case there is some customization from the previous source, please try your best to compare the source as it has a lot of conflicts.
    • Update the source via Git by following the Medium guide or download latest source code.
  • Upgrade from previous 1.9.x
    • Make a copy of lib/common folder to a separated folder outside of the project.
    • Update the source via Git by following the Medium guide or download latest source code.
    • Update new config in lib/env.dart. You can reference your config in the copy of lib/common folder in the previous step.

:: Minor bug fixes & UX improvements​


  • Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
    • Update latest pubspec.yaml library
    • Upgrade performance issues on v2.0
    • Upgrade PWA to support web params query-string.
    • Improve the Profiling time from the REST API.
    • Fix exception when clear saved coupon
    • Fix country picker color in dark mode
    • Fix Order History loading issues.
    • Add config to not select any variant by default
    • Add config to add white background to transparent product banner image
    • Add config to not display selected image variant in the banner
    • Hide flash sale layout when there is no product on sale
    • Fix RTL for number-related UI
    • Fix Add to cart success even when the button is "Unavailable"
    • Fix Stripe payment when manual capture is enabled
    • Fix Kurdish language compatible
    • Fix the Booking Feature without submitting Staff info.
    • And more...
Changelog

Version 1.9.4 – 29 Jan 2021

Last updated: Jan 28, 2021


:: Important improvements

This feature only includes the important patching to fix the Security issues to protect both app and website. We would like to thanks to Vincent Datrier to report this issue via the Ticket Support, and raised the CVE-2021-24148 issue.


Migration guide (for previous Fluxstore app):


From the website:



From the Fluxstore app:


  • Update the source via Git by following the Medium guide or download latest source code.
  • Apply obfuscating and hide the API key by follow Obfuscating Dart Code ****(this is optional, use to prevent the reverse engineer the APK file).

⚠️ Note: if your app is still using previous Fluxstore 1.9.3 release, please don't update the Mstore API to version 3.2.x


⏰ We are sorry that did not include many features on this release, as the InspireUI team is working hard for new release 2.x which including a lot of wonderful features and improvement, please stay tune.
1609245849560.png

- Version: 1.9.3 – ChangelogYoutube
- Last update: 29/12/2020
- Files Included: Full Source Code of Flutter App (iOS & Android)
- Drag-drop FluxBuilder tool
- This is Exclusive Product Licence from Envato.

# Version 1.9.3 – Last updated: Dec 29, 2020


## New features

### (1) Support Coupon List and Banner Coupon Item

This feature is only available when integrate with WooCommerce platform.

- Ability to search the available Coupons and Save for Later usage.
- Ability to link the Banner Item to show Coupon List
- Adding new Search Coupon Icon button from the Checkout screen.

### (2) Adding Short Description, Category, Tag on Product Detail

- Adding new Short Description
- Adding new Categories/Tags on product Detail

### (3) Add more languages support

- Support more native languages

### (4) Adding new Design For Order Screen

- New design for Order screen, also support the product Images.
- Support Order Dark Theme.
- Also, update the Order Detail Screen

### (5) Support Nearest Store Location

This feature is support both Dokan and WCFM plugins, make sure to update latest **mstore-api plugin 3.1.3**

## Bug fixes & improvements

- Fixed an issue that cause crashing on Razorpay payment.
- Support the iOS Razorpay
- Fix checkout page tab navigations
- Update guide: apple sign in, add new language, push notifications.
- Fixed a issue that caused the missing product variant loading.
- Fixed a issue that caused add to cart bug.
- Fixed the booking issues (extended licensed).
- Update latest pubspec.yaml library.
- Adding Custom Font examples.
- Improve the Header animation.
- Update the Light and Dart theme to lib/common/theme

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu