Download FluxStore Listing v2.5.1 - The Best Directory WooCommerce app by Flutter Nulled Free
Version 2.5.1 – 10 Oct 2021
Last updated: Oct 10, 2021
:: New features
(1) New AppBar

️
- Support Hide TabBar to use AppBar only
- Support new AppBar on all screens
- Add new AppBar action: Go home
(2) Compatible with FluxBuilder 1.3.x

There a new bunch of new features and UI are upgraded via FluxBuilder:
Support New Product Design Config
New Background with Product Layout
New Background on Product Horizontal
Read more detail via
Medium
(3) Dynamic link for Notification

️
(4) New Czech language
- Thank you the great FluxStore community to contribute these languages

:: Important improvements
:: Minor bug fixes
- Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
- Fix issue where page view is failed to get on listing
- Fix audio player can not close/play when add first audio item to playlist
- Fix rebuild issue on floating tabbar button
- Fix loading product vertical layout
- Update when navigate to product detail in search result
- Fix missing shadow config for product card
- Fix the notification not save when open the app from the notification
- Upgrade latest Flutter channel stable v2.5.1
- 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.5.1, 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:
- 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.