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:
  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) TabMenu & Scrollable 🧩

  • Add new 2 UI complex layout types: TabMenu & Scrollable.
  • Use the Dynamic screens as the sub pages.
  • The Vertical layout is not used for these new UIs.
Video
Video preview

(3) Smart Banner ⭐️

  • Your App can now display Smart Engagement Banner on Home Screen.
  • Show at the top of the screen. Help your customers easily view an event, sale, or an important announce.
Video preview

(4) MultiLevel Category layout⚡️

  • Category layouts has a new MultiLevel - useful to configure level of Categories.
  • Large number of Categories: useful for more than 100 Categories data.
  • Lazy load
notion image

(5) Phone Number Config ☎️

On the Checkout screen, this feature helps to validate the phone number entered using Google's libphonenumber.
Features
  • Check validation of Phone Number.
  • Ability to customize Default Country.
  • Use for either normal or international phone numbers.
  • Support customizing the Country List.
  • Show or hide Flag Image.
  • Support RTL language.
  • Have 3 Selector Types for choosing country list.
Screenshot Demo
notion image

(6) Vertical Product Gallery ♻️

Scroll images vertically on Product Detail screen. Available for simpleType.
Video
Video preview

(7) Upgrade Product Detail themes 🎨

3 types of Product Detail screen
  • simpleType
  • halfSizeImageType:
    • notion image
  • fullSizeImageType:
    • notion image
Support featured videos and more
  • Featured videos
  • info: booking product
  • info: listing booking
  • info: grouped product
  • info: variable product
  • image gallery
  • product title
notion image
Youtube video
  • Ability to enable Youtube video in Product Detail screen.

(8) SMS Login by Default 🌟

  • You can set only allow login to the app via SMS.

(9) 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
Limit Login Attempts Reloaded
  • Ability to show error messages when login failed too many times. Stop force attacks.
Cart icon for LTR and RTL 🛒
  • In LTR Languages:
    • notion image
  • In RTL Languages:
    • notion image
Improve performance ⚡️
  • Image performance
  • Vertical Layout with too many products.
  • Slider Testimonial
Improve UI 🎨
  • Login with SMS
  • SmartChat Icon covers the Cart Icon
    • notion image
  • Vendor Store UI
  • Support Android 13 🚀 
  • Ability to add Notes with Link on Order📝
  • Refactor make product id non nullable
  • 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 TikTok videos not load
  • Fix video on TikTok that are stretched
  • Fix general web item not update when login
  • Fix multi language for brands
  • Fix category product list
  • Fix cannot update menu label
  • Fix stuck at empty splash screen when isCaching config not loaded
  • Fix tap payment issue
  • Fix wrong shipping fee
  • Fix: max allow quantity when add product
  • Fix choose time of booking don't appear
  • Fix the app does not request permission push notification
  • Fix wrong currency in paystack payment
  • Fix total cart for subscription
  • Fix: click text story
  • Fix login for webview
  • Fix point redemption when create order
  • Fix defaultCurrency symbol in textField when editing product
  • Fix vertical layout column with filter UI
  • Fix missing author data of blog
  • Fix minor bugs in sms login
  • Fix AutoUpdate
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 or FluxNews app:
      1. Free FluxBuilder tool to edit your app's UI easily with drag&drop Lifetime. Quick guide.
      1. You can update your app's UI without republishing it to App Stores for Free and Lifetime.
      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.5 - 06 Aug, 2022
Last updated: 06 Aug, 2022 - The app is HERE!

:: New features

(1) Paystack payment 💰

  • Help it easy for businesses in Nigeria, Ghana, Kenya and South Africa to accept secure payments from multiple local and global payment channels.
Video
Video preview

(2) Flutterwave payment 💰

  • Support Credit card, Debit card and Bank account payment directly on your store.
Video
Video preview

(3) Smart COD 💵

  • Support to pay more extra fee for COD payment (Charge on delivery).
  • Available for WooCommerce.
Video
Video preview

(4) Dynamic link for Tag ⚡️

  • Share a list of products with the same Tag.
  • When users open the link, the App will be launched and show all products under that Tag.
Video
Video preview

(5) Related Products 🛍

  • The Detail screen shows the Related Products on the Same Store.
Screenshot Demo
notion image

(6) Age Restrictions 👶

  • A new option that requires users to enter their year of birth before using the app.
  • It is useful for wine selling app, etc.
Screenshot Demo
notion image
notion image

(7) Version Update Alert📱

  • Help your clients to update version in the app.
  • Show an alert with a link to the appropriate app store page.
Screenshot Demo
notion image

(8) New Languages 🎊

  • Support Tigrinya, Kurdish language.
  • Now FluxStore apps support 45 native languages.

:: Important improvements

  • Compatible with latest Flutter 3.0.5
  • Mercado Pago payment ⚡️
    • Add user email.
    • Support Efecty method
Improve UI 🎨
Show native language in Languages screen
notion image
Show current settings in Settings screen
notion image
 
Update User Profile UI
Login & Age Restrictions screens
  • Image size on Age Restriction screen.
  • Reduce Logo size on Login screen.
 
 
Default Status when adding a product & Default Vendor image.
Update the env.dart file:
notion image
Support Icon on Notifications.
notion image
  • Support hiding empty product layout
  • Upgrade Firebase libs.
  • Upgrade other latest libs.
  • Update webview_inapp location permission.
  • Apply submodule for FluxStore

:: Minor bug fixes

Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
  • Fix to show instagram link in blog
  • Fix France language
  • Fix auto enable notfication when app resume from background
  • Fix checking MultiVendorCheckout
  • Fix new sms login keep asking for information
  • Fix layout overflow when create product
  • Fix horizontal wishlist in cart screen
  • Fix navigator to blog category in sidemenu
  • Fix rotate type always display in middle
  • Fix price not show
  • Fix: countdown re-render
  • Fix: reload UI appbar when refresh home page
  • Fix exception when close product detail which has unsupported video
  • Fix checkout with multi currency
  • Fix crash api when checkout with multi items
  • Fix crash google login disconnect
  • Fix sub category layout load more not working
  • Fix to show correct currency for the order history
  • Fix search api on other framework
  • Fix can not override blog from WordPress
  • Fix drawer icon on Profile not hidden after disabling the side menu
  • Fix currency does not correct when Top up to wallet
  • Fix short description show two times when description is empty
  • Fix: smart chat not show image in web
  • Fix residual curly braces in url
Upgrade latest Flutter channel stable v3.0.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 3.0.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
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.3 - June 21, 2022
Last updated: June 21, 2022 - The app is HERE!

:: New features

(1) Myfatoorah payment 💰

  • Available for the extended license.

(2) Booking Time Limit ⏰

  • Now, users can set the maximum booking date limit (for the extended license).
Configurate
notion image

(3) Account Deletion ❎ 

Apple's new policy requires Account Deletion. The Settings screen will have an option to allow Customers removing accounts to protect their Data privacy.
Demo
Video preview
notion image

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

(5) Banner Horizontal layout 🧩

  • Some clients want to show multiple Banner Images on one page and it can be slided.
  • So we support Horizontal type for Banner Image layout.
notion image
Screenshot Demo
notion image
notion image
Configurate
via source code
`{ "layout": "bannerImage", "design": "horizontal", "fit": "fitWidth", "marginLeft": 0.0, "items": [ { "image": "
", "showSubcategory": false, "bannerWithProduct": false, "defaultShowProduct": false, "products": [], "padding": 5.0, "radius": 10.0, "category": "23" }, { "image": "
", "showSubcategory": false, "bannerWithProduct": false, "defaultShowProduct": false, "products": [], "padding": 5.0, "category": "26" }, { "image": "
", "showSubcategory": false, "bannerWithProduct": false, "defaultShowProduct": false, "products": [], "padding": 5.0, "category": "25", "radius": 20.0 } ], "marginBottom": 10.0, "height": 0.2, "marginRight": 0.0, "marginTop": 10.0, "isHorizontal": true }`
via FluxBuilder (available from the next 1.5.1)
 

(6) Order Notification via Email 🚹

Sending Email Notify the Admin when adding a new Order on WooCommerce.

 

:: Important improvements

Tablet and Web (PWA) layouts 🌈
iPad
Landscape - show Left menu
notion image
Landscape - hide Left menu
notion image
Portrait - hide Drawer menu
notion image
Portrait - show Drawer menu
notion image
Web (PWA)
Home page
notion image
Product of Category
notion image
Detailed Product
notion image
Detect Tablet for render layout🎗
  • Compatible with latest Flutter 3.0.2
  • Refactor utils & extensions.
  • 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 Material Components when build without flutter_stripe
  • 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 flutter_stripe version
  • Fix product addons wrong context
  • Fix google login
  • Fix can not build issues
  • Check granted permission before every time pick the image
  • Fix change quantity product
  • Fix some value accept null
  • Fix additional info null check on null value
  • Fix on sale alignment for RTL layout
  • Fix crash when material indicator height <= 0
  • Fix filter null exception
  • Fix brand image null exception
  • Fix payments methods address null check
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

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

Version 3.0 – 22 May 2022

Last updated: May 22, 2022 - The app is HERE!

:: New features

(1) Support new Flutter 3 ⚡️

Compatible with new breaking change Flutter 3 version
notion image
Please make sure to run flutter channel stable

(2) Compatible with Ajax Search Pro ☀️

Version 2.10.5 – 10 May 2022

Version 2.10.5 – 10th May 2022

Last updated: May 10th, 2022 - The app is HERE!
⚠️
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

:: New features

(1) New TikTok videos widget 🎸

Show the Tiktok widget on the Homepage of FluxStore apps
notion image
Video Demo
Video preview

(2) Digits WordPress plugin ☀️

  • This feature help to avoid fake orders. Also, all users like to register through OTP (One-time password).
Screenshot Demo
notion image

(3) Webview+Token Feature 🌈

  • After logging into the App, the user can access the Webview Page without re-login. Supports on screens: Settings, Side menu, TabBar
  • You also can use Javascript to hide some webview UI on the app.
Video Demo
Video preview

(4) TabBar on Top

  • Users can show TabBar on top of the screen. And ability to configure always show TabBar on all screens (including the Detail screen).
Screenshot Demo
notion image

(5) Brand image in Product Detail ☀️

  • Ability to display the Brand Name and Brand Image in the detailed product screen:
Screenshot
notion image

(6) Product List Filter 🌈

Filter products flexibly with sort by: On Sale, Featured, Date: latest, oldest, Price: high to low, low to high
Video preview

(7) New Parallax Effect ⭐️

Parallax Scrolling Effect is used to add visual interest to an app. Both the foreground and background are moving, but the background typically moves much more slowly, giving the illusion of depth.
New Parallax Effect is available on:
  • Category Screen
  • Home screen: Banner Image (Static), Products Horizontal

:: Important improvements

PWA: Improve WebUI & performance ☀️
This version improve the Progressive Web Apps:
  • Add language dropdown
  • Social link (facebook, instagram)
  • Download mobile app.
  • Dynamic-link to a static page
  • Notify Icon (link to message screen on Setting)
notion image
SmartUI: Remap Categories 🌈
  • Allow user to define a new multi-category tree that is different from the backend site. You can control the Location, Order, and Level of the Category.
  • You can use this Remap feature on:
    • Side Menu
    • Category screen
Video preview
  • Upgrade stripe_sdk to remove NFC usage ✨ 
Description for each Product Variant
The detailed product screen displays description for each variant:
  • Support webview checkout for Flutter Web✨ 
  • Add lang param for attributes, tags Filters✨

:: Minor bug fixes

Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
  • Fix ads banner size (banner ads size is too large with small screen device).
  • Fix blog loading duplicate
  • Add missing FacebookClientToken for Android
  • Fix blog skeleton overlay layout
  • Remove reorder button in shop order detail screen
  • Fix attributes not show up
  • Fix loading forever in product detail
  • Fix min sdk android version can not run the app
  • Fix can not navigate to CategoriesScreen from BannerImage
  • Add missing Stripe payment config
  • Fix the missing firebase remote config
  • Fix date parsing for appointment order
  • Fix can not tap to blog background card layout
  • Fix StripeV2 not cancel the order upon error
  • Apply image ratio config for category screen
  • Fix the duplicated product review in product detail page
  • Fix webview auth not listen user login
  • Fix navigate register in onboard screen
  • Fix issue QUERY_ALL_PACKAGE reject by Google
  • Fix show exception when missing some param in loginSetting
  • Fix filter by attribute
  • Fix missing horizontal layout in filter
  • Fix AdvancedConfig parsing
  • Fix issue shows cart button with quantity when disable shopping cart
  • Fix background in zoom drawer
  • Fix nearby stores not show unless refresh
  • Fix can not navigate to VendorScreen from Banner
  • Fix vendor chat show in middle screen
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 Flutter 2.10.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

:: 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 2.10.3 - 20 March 2022

Version 2.10.3 – 20 March 2022

Last updated: Mar 20, 2022 - The app is HERE!

:: New features

(1) New Product Flat View ⭐️

This is a new beautiful Product List layout:
notion image
Easy to remove or enable the Backdrop
notion image
Display the Menu as Text or Image
notion image
Ability to Search by Category
notion image
Easy to add and remove Filter
notion image
Sample result of one customer
notion image

(2) Group type on Category screen

This is a new flexible style to display Categories with Group menu. Support to show all sub-categories.
notion image

(3) Apple Pay & Google Pay on Stripe 💳

  • This feature is available for Extended License to support new version of the Stripe payment.

:: Important improvements

  • Separate the upload folder for Product Addons
    • Separate the user uploaded media to the product_addons_upload folder, so the admin can easily delete it if needed.
  • Update toJson methods ⚡️

:: Minor bug fixes

Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
  • Call setState before initState
  • Fix the button navigate to Search tab
  • Fix unexpected metadata in addons options
  • Navigate to different Dynamic screens
  • Fix order history detail show html tags
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 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.
  • Increase jvmargs heap limit

:: Minor bug fixes

  • Support SKU for product variants
  • Support config AdMob App ID for Android & iOS
  • Order details display content in Addons options
  • Variable product with addons has incorrect price
  • Fix product is hidden when stock_quantity is null
  • Scroll inapp webview
Version 2.10.0 – 9 February 2022

:: New features

 

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

(2) Lottie Splash screen 🌈

  • Add option to use a Lottie animation as the Splash screen
    • notion image

(3) Logo Loading widget ⭐️

Add option to replace the Spinkit animate by:
  • Image types: (PNG, Gif) and Rive

(4) New Languages 🎊

  • Support Chinese Simplified and Traditional language 🇨🇳
  • Thank Eric Wong for sharing these native translations❤️
  • Now FluxStore apps support about 40 languages.

:: Important improvements


:: Minor bug fixes

Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
  • Scroll in-app web view
  • Select addons in cart changed
  • Addon requirement check for text types
  • Text center line story widget
  • The fix can not reorder
  • Click Category tag and the tag in ProductDetailScreen
  • Clear user data after logging out
  • Parse product
  • Render audio widget

Upgrade latest Flutter channel stable v2.10
  • 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.8.1 – 18 January 2022

:: New features

(1) New Story Widget 🌈

Show the Story widget on the Homepage.
Video preview

(2) New Instagram Story widget ☀️

Show the Instagram widget on the Homepage of FluxStore apps:
notion image
notion image

(3) Paid Memberships Pro ⭐️

Support Paid Memberships Pro plugin for the extended license.
notion image


(4) New Product Detail Slider 🌈

The Product Featured Images can be swiped with dot or number types.
notion image
Video preview

(5) New Languages 🎊

  • Support new Khmer 🇱🇦, Greek 🇬🇷, Slovak🇸🇰, Swahili🇹🇿, Bosnian🇧🇦 languages.
  • Thanks to our Customers who sent us the translation native language files.
  • Now FluxStore apps support about 40 languages.

:: Important improvements

  • Attributes of Product use Label
    • The option is value:
    • Video preview
    • The option is name:
    • Video preview
 
  • Add Product Sale Price to largeCard layout
    • notion image
 
  • Sale Price on Product Simple View
    • notion image
 
  • Apply Custom Fonts for TabBar
    • notion image
Background color for AppBar
notion image
Limit the number of products on Horizontal Products
notion image
Transaction Detail on Tera Wallet
notion image
  • Support Order By in Horizontal Product layout
  • Update Category Wrap Image layout
  • Change Label Font Size for Category item

:: Minor bug fixes

Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
UI of the Detailed Product
Video preview
Heart icon & On Sale of RTL
notion image
  • Fix missing pop in the search screen
  • Scroll in-app web view
  • Cart button with quantity can be added when out of stock
  • See all blog list layout
  • Portuguese, Lao flags
  • Handle Product Vertical Column type in a row not the same line
  • Convert product
  • PayTM
  • Buy on-back ordered products
  • Fix null exception when loading variations
  • Support using Webview widget in Webview screen
  • Handle Name of Variation if its value is from Slug
  • Run app on Android 12
  • Handle in_stock is null when manage_stock is disable
  • Disable Cart
Upgrade latest Flutter channel stable v2.8.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