:: New features
(1) Compatible with Flutter 2.8.x
️
- This is an important update to support the FluxStore app compatible with the latest Flutter 2.8.0 released on Dec 09, 2021
(2) Review Feature with Photo
- Allows customers posting reviews include product Images.
- Add load more if there are more than 10 reviews.
(3) New UI/UX Add To Cart button
New Add To Cart button with quantity on product:
(4) Layout UI widgets
Now you can show the testimonial Review on the Homepage of your app. This feature will be available on the best
drag&drop FluxBuilder tool 1.4.0 that we are working hard to release on Merry Christmas. Thank you!
- Testimonial UI:
- Testimonial Slider UI:
:: Important improvements
- Upgrade category routing
- Support link the banner to subcategory grid view
- Upgrade the Category routing (on category screen) - link to subcategory grid view
- Allow to control the UI via FluxBuilder
- Upgrade Brand Name
- Brand Name shows multiple rows in the Home screen.
- Click "More" to view all bands name showing in another activity page.
- Update compile target to 31 (Android)
- Improve Tera Wallet
- Hide partial payment if check this setting in admin
- Show the balance in the Payment Methods
:: Minor bug fixes
- Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
- Fix Product Variant
- Product addons radio button missing
- Load guest order history
- Fix AppBar color in the backdrop is still white on dark mode
- Loading blog
- Pick image and update profile
- Navigate to the Product Category page when clicking the Category tag on the Product Detail page
- RTL for Zoom Drawer
- [WCFM] Shipping by distance not working
- The cookie is expired when checkout
- 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