Fluxstore WooCommerce - Flutter E-commerce Full App

Fluxstore WooCommerce - Flutter E-commerce Full App v5.2.0 Untouched

No permission to download
Download Fluxstore WooCommerce v2.4.1 - Flutter E-commerce Full App Nulled Free
v2.4.1 – 28 Aug 2021 Big Thanks To @araujoph

Last updated: Aug 28, 2021
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
- ♻️ 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.
Download Fluxstore WooCommerce v2.4.0 - Flutter E-commerce Full App Nulled Free
Version 2.4.0 – 21 Aug 2021 Thanks To @araujoph For Documentation


Last updated: Aug 21, 2021

:: New features​


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

  • See Screenshot.
    calendar.png


(2) Ultimate Membership User ⚡️​



(3) Audio Player and the PlayList 🎧

  • Supported on Blog to play the mp3 audio file
  • See Screenshot
    fluxnews-audio.png

(4) 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
    },

  • See Screenshot
    Untitled

(5) 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
    https://giphy.com/embed/2H3TvmqiXwGW6DQH2q
  • ⚠️ This feature is not compatible with the previous FluxStore version (as there is new API and Data breaking change)

:: 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:
    • 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.
  • Upgrade the SMS Login process to allow users to input extra information (email, password) after verifying OTP, to enable this option make sure to update EnableNewSMSLogin: true
  • Support Dynamic link on Product, Category, Vendor screens.
  • 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.
  • Support changing Privacy, About Us, and add a new general item in the Profile screen.
  • Support Privacy and Term in webview
    Simulator Screen Shot - iPhone 12 Pro Max - 2021-08-20 at 09.54.03.png
  • Add more Webview Flutter option for Webview checkout feature.
  • Add Thai language🇹🇭
  • UI improvements for RTL languages.
  • Upgrade SmartChat UI to support more chat items, descriptions.
  • Upgrade banner item to support title and description.
  • Remove Microphone usage.
  • Add the remove notification number on the app icon for iOS and Android.
  • Update Firebase Remote Config feature and document.
  • Improve home screen layout design
  • Improve date and time translation
  • Translate delivery order notification.

:: Minor bug fixes​

  • Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
    • Fix Side Menu shown on the lower layout at Arabic mode.
    • Fix Chat Notification issue.
    • Fix Order’s id is not shown after checkout successfully.
    • Fix the navigate to HomePage or SearchPage from EmptyWishList.
    • Hide the cart icon on the product list, apply coupon and points for a booking product.
    • Fix the incorrect Korean language code, modify AfterShipTracking (Compatible with AfterShip plugin WooCommerce).
    • Fix Out of stock products can be added to cart.
    • Fix Smart Chat does not load webview.
    • Fix status bar color issue.
    • Fix back to shop in Checkout success screen and hide the tab bar when navigating to Checkout Screen.
    • Fix cannot scroll to load more in the product list.
    • Fix apply coupon from CouponList.
    • Fix Users can add over an available quantity of a product.
    • Fix bugs on simple type blog detail.
    • Fix status bar color.
  • 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:
Download Fluxstore WooCommerce v2.3.0 - Flutter E-commerce Full App Nulled Free

Version 2.3.0 – 15 Jul 2021

Last updated: Jul 15, 2021

:: New features​

(1) Subscription Feature 🗳​


Subscription products are supported. Click this little triangle for the screenshot.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/a6bfb2ef-9c5a-49ea-9fd0-7c27614006f1/z2612040630858_94b1bcae6b47d6e287b8791b35bf32c5.jpg


(2) Brands Carousel ⚡️​


  • List of Brands is supported on Dynamic Layout.
    https://s3-us-west-2.amazonaws.com/secure.notion-static.com/734309a0-9c24-4e1c-ba91-e504f401723f/Screen_Shot_2021-07-08_at_10.19.36.png
  • WooCommerce Brands plugin (version 1.6.25)
    WooCommerce Brands - WooCommerce
  • Update the config_en.json as following
    {
    "layout": "brand",
    "name": "Top Brand Choices",
    "isBrandNameShown": true ,
    "isLogoCornerRounded": true
    },

(3) Modify Quantity from Product Grid/List 🎨

-/+ displays on Product Grid/List to add/modify the quantity of products.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/8674a389-3c88-4ffe-bc0f-d9c2c23abed9/Screenshot_1625204168.png


(4) Font Sizes Adjustment ⭐️​

  • Adjust the font size of blog. Click this little triangle for the screenshot
    https://s3-us-west-2.amazonaws.com/secure.notion-static.com/75407a67-8a18-4ddd-8746-4464cb62c20b/Simulator_Screen_Shot_-_iPhone_12_Pro_Max_-_2021-07-12_at_18.26.17.png
Download Fluxstore WooCommerce v2.2.0 - Flutter E-commerce Full App Nulled Free
v2.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 💥

:: 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

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:
    • 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:
    • Fix quantity-based addons price calculation
    • Load more coupons
    • Fix product list title not update
    • Fix crash when hot restart on iOS
    • Add config to auto detect language
    • Fix real-time chat push notifications
    • Fix dynamic links
    • Fix dark theme glitch
    • Add missing product layout
    • Fix wishlist issues
    • Fix native payments
    • Remove microphone usage on iOS
    • And more...
Download Fluxstore WooCommerce v2.1.0 - Flutter E-commerce Full App Nulled Free
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

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

  • Screenshots

(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
  • Upgrade from previous 1.9.x

:: Minor bug fixes & UX improvements​

  • Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
Download Fluxstore WooCommerce v2.0.0 - Flutter E-commerce Full App Nulled Free
Version 2.0.0 – 05 Mar 2021
Last updated: Mar 05, 2021

:: New features
(1) Compatible with new Flutter 2 🚀
(2) Support File Upload for Product Add-ons 🗳

This version support to upload file to product (specially for drug store/ online medicine store, needs to upload prescription).
  • Click this triangle to view screenshots.
  • We also added support for short-description type, heading type in this release.
(3) Support Capture Later for Stripe payment 💳

  • Learn more at Stripe's documentation. This feature is only available for Extended License.
  • Note: To support this feature, please upgrade our new Stripe server source code and deploy it again.
(4) New languages: Poland 🇵🇱, Serbian 🇷🇸, Persian, and updated some previous native languages.
  • Thank you the great Fluxstore community to contribute these languages 🙏
:: Important improvements

⚠️ This release will only compatible with new Fluxbuilder 1.2.x

⚠️ 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.

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.
  • If you come from older version than 1.9.4, please also follow below 1.9.4 version migration guide.
  • From the Fluxstore app:
:: Minor bug fixes & UX improvements

Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
Version: 1.9.4 – Changelog – Youtube===txs to PaLCracker

- Last update: 29/01/2021
- Files Included: Full Flutter Soure Code (iOS & Android)
- Compatible with Drag&Drop FluxBuilder tool
- Free pre-config WooCommerce website
- This is Exclusive Product License from Envato
Download Fluxstore WooCommerce v1.9.3 - Flutter E-commerce Full App Nulled Free
Version 1.9.3 – 27 Dec 2020
Last updated: Dec 27, 2020


## :: New features

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

- 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.
- Upgrade the Order Detail Screen

## :: 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.
- 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
v1.9.1– 16 Nov 2020Update & improvement:
- Support Thai Languages.
- Fixed variant and countdown issues.
- Fixed webview payment exception
Download Fluxstore WooCommerce v1.8.1 - Flutter E-commerce Full App Nulled Free
v1.8.1 – 10 Oct 2020

Update - fix slow loading splash screen
Update - fix product detail isues
Update - fix product variant issues
Update - fix splash screen boxfit contain mode

v1.8.0 – 01 Oct 2020
New - update to compatible with latest Flutter 1.20.x and iOS 14
New - support searching products by SKU.
New - show product list by tags, filter product by tags.
New - automatically fill in OTP for SMS Login on Android.
New - add product quantity selection UI.
New - support multi Config JSON files on mstore-api plugins.
New - improve the iPad and Web responsive layouts
New - new feature to claim The Point Reward (Extended License)
New - add native Stripe Native Payment with SCA (Extended License).
New - Dark Theme Color Theme
Update - fix empty info after user update profile.
Update - fix scrolling for long product attribute options.
Update - fix product attributes not fully loaded for 100 attributes.
Update - fix uploaded product image rotation on iOS/iPad.
Update - fix navigation drawer cannot close on iPad
Update - fix Google Map address does not load.
Update - fix the screen is overflow when click My Cart icon
Update - fix On backorder product issues.
Update - fix the Navigation bug and improve the Routing.
Update - fix product description bug.
Update - fix some issues on Magento
Update - support Razorpay Native Payment on Android.
Update - support Tax API
Update - support Sync the Cart data from mobile and website.

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