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:
- Easy & simply upgrade source code just by replacing the
configs
folder.
- If you have customized something on the old FluxStore, just copy to
configs/customized
folder.
The projects will be overridden by the files in
configs/customized
folder.🔑 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):(2) Myfatoorah payment 💰
- Support new native payment - Myfatoorah
- Available for the extended license.
(3) 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
(4) 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.
(5) Vertical Product Gallery ♻️
Scroll images vertically on Product Detail screen. Available for simpleType.
Video
(6) Upgrade Product Detail themes 🎨
3 types of Product Detail screen
- simpleType
- halfSizeImageType:
- fullSizeImageType:
Support featured videos and more
- Featured videos
- info: booking product
- info: listing booking
- info: grouped product
- info: variable product
- image gallery
- product title
Youtube video
- Ability to enable Youtube video in Product Detail screen.
(7) SMS Login by Default 🌟
- You can set only allow login to the app via SMS.
(8) 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.
- Compatible with the https://wordpress.org/plugins/limit-login-attempts-reloaded/ plugin.
Cart icon for LTR and RTL 🛒
- In LTR Languages:
- In RTL Languages:
Improve performance ⚡️
- Image performance
- Vertical Layout with mass products.
- Slider Testimonial
Improve UI 🎨
- SmartChat Icon covers the Cart Icon
- Support Android 13 🚀
- 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:
- Update Url Add Listing with User Id and Cookie
- Fix cannot apply booking extra services
- Fix TikTok videos not load
- Fix video on TikTok that are stretched
- Fix category product list
- Fix stuck at empty splash screen when isCaching config not loaded
- Fix the app does not request permission push notification
- Fix: click text story
- Fix vertical layout column with filter UI
- Fix missing author data of blog
- Fix AutoUpdate
- And more
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
- Follow this guide:
- Input your purchase code to
configs/env.properties
file (if not input, the app will crash):
:: 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:
- Free FluxBuilder tool to edit your app's UI easily with drag&drop Lifetime. Quick guide.
- You can update your app's UI without republishing it to App Stores for Free and Lifetime.
- Free translation service for your local language.
Video Demo
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.2 - June 12, 2022
Last updated: June 12, 2022 - The app is HERE!
:: New features
(1) Account Deletion ❎
Apple's new policy requires Account Deletion. The Settings screen will an option to allow Customers removing accounts to protect their Data privacy.
Demo
(2) 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
(3) 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.
Screenshot Demo
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)
(4) Tablet and Web (PWA) layouts 🌈
- iPad
- Landscape - show Left menu
Landscape - hide Left menu
Portrait - hide Drawer menu
Portrait - show Drawer menu
- Web (PWA)
Home page
Product of Category
Detailed Product
(5) Detect Tablet🎗
Detect Tablet for render layout:
:: Important improvements
- Compatible with latest Flutter 3.0.2
- Refactor utils & extensions.
- Refactor for Mstore api
- 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 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 google login
- Fix can not build issues
- Fix some value accept null
- Fix additional info null check on null value
- Fix crash when material indicator height <= 0
- Fix filter null exception
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
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
👇 Click or tap these little triangles to see more updates!
Releases in 2022
Version 3.0 – 22 May 2022
Version 3.0 – 22 May 2022
Last updated: May 22, 2022 - The app is HERE!
Support new Flutter 3
Compatible with new breaking change Flutter 3 version
Please make sure to run flutter channel stable
Version 2.10.5 – 10th 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
Video Demo
(2) Digits WordPress plugin ☀️
- Ability to use Digits: WordPress Mobile Number Signup and Login for SMS.
- This feature help to avoid fake orders. Also, all users like to register through OTP (One-time password).
Screenshot Demo
(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
(4) 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
(5) 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
(6) 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:
- Upgrade to load the appbar simliar with shoppee - https://shopee.vn/
- Add language dropdown
- Social link (facebook, instagram)
- Download mobile app.
- Dynamic-link to a static page
- Notify Icon (link to message screen on Setting)
- 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
- Fix loading forever in product detail
- Fix min sdk android version can not run the app
- Fix can not navigate to CategoriesScreen from BannerImage
- Fix the missing firebase remote config
- Fix can not tap to blog background card layout
- Apply image ratio config for category screen
- 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 AdvancedConfig parsing
- Fix background in zoom drawer
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
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
:: 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)
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
(3) Logo Loading widget ⭐️
Add option to replace the Spinkit animate by:
- Image types: (PNG, Gif) and Rive
(4) Story widget 🌈
Show the Story widget on the Homepage.
(5) Instagram widget ☀️
Show the Instagram widget on the Homepage of FluxStore apps:
(6) Product Detail Slider 🌈
The product featured images can be swiped with dot or number types.
(7) New Languages 🎊
- Support new Chinese Simplified and Traditional language 🇨🇳, Khmer 🇱🇦, Greek 🇬🇷, Slovak🇸🇰, Swahili🇹🇿, Bosnian🇧🇦 languages.
- Thanks to Eric Wong and our Customers who sent us the translation native language file.
- Now FluxStore apps support about 40 languages.
:: Important improvements
- Apply Custom Fonts for TabBar
Background color for AppBar
- 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:
- Text center line story widget
- Clear user data after logging out
- Parse product
- Render audio widget
- The audio feature does not support Blog from Listeo
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 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
Releases in 2021
Version 2.8.0 – 12 Dec 2021
:: 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) 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
- Update compile target to 31 (Android)
:: Minor bug fixes
Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
- Fix missing shadow for the card
- The horizontal listing card in listing detail
- Navigator to booking history screen
- Listing item tile show cart icon
- Cart display on the vertical listing
- Fix AppBar color in the backdrop is still white on dark mode
- Loading blog
- RTL for Zoom Drawer
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
Version 2.5.3 – 20 Nov 2021
:: New features
(1) SMS Login to support RTL 💫
(2) Multi-Language for WebView 🗳
- Multi-Language is available for "Privacy and Term” in WebView (go to Settings > Privacy and Term)
(3) Types of SmartChat ⚡️
- Support the old and new SmartChat:
(4) New Button Widget ⭐️
Users can add more button widget on Homepage as this image
- The guide to add this feature
(5) Drawer Image 🌈
The Left Menu is more flexible to customize:
- Zoom Drawer without background:
- Zoom Drawer with background:
Logo config
(6) New Languages: Swedish🇸🇪, Finland🇫🇮, Greek🇬🇷, Khmer🇰🇭, Marathi, Kannada🇮🇳
- Thank you to the great FluxStore community to contribute these languages 🙏
- Now FluxStore apps support more than 30 languages.
:: Important improvements
- Upgrade flutter_local_notification 9.0.2
- Shorten firebase dynamic link
- Disable the bottom cart in My WishList screen
- Fetch Blog by Tag
- Upgrade MStore API to support OneSignal Notification
- Apply app Rating Disable condition
:: Minor bug fixes
Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
- Fix ATT in iOS 15
- Fix iOS missing compliance every time there is a new build uploaded
- Fix listing booking price
- Apply multi-lang listing
- Fix image in user update
- Dynamic screen
The status bar color
Issue: https://tppr.me/GxKIv
After fix: https://tppr.me/f7KWx
- The notification is saved on the Notification List
- Fix to view all Blog
- Card padding for blog
Upgrade latest Flutter channel stable v2.5.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.5.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.5.1 – 10 Oct 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
Splash screen, AppBar; Side menu, Settings screen improvement.
Read more detail via Medium
(3) Dynamic link for Notification ⚡️
- Send a Notification with Product URL.
- When users open Notification, App is launched with that product.
(4) New Czech language🇨🇿
- Thank you the great FluxStore community to contribute these languages 🙏
:: Important improvements
Add Horizontal Glass Card
Support "change icon drawer in profile screen" on FluxBuilder 1.3.0
Update Splash screen
- Allow to disable Splash screen
- Allow configuring the Duration displaying Splash screen
- Fixed the Android V2 embedding warning.
- Refactor advertisement's code to easily remove ads
- Support hide TabBar on Tablet
:: 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
Version 2.5.0 – 10 Sep 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:
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, 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.4.1 – 28 Aug 2021
This release is the updating and patching for latest 2.4.0:
- ⚡️ Add Tamil language - thank to DestekInfoSolutions.
- ♻️ 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.
- ♻️ Upgrade Audio features more stable.
Version 2.4.0 – 21 Aug 2021
:: New features
(1) Audio Player and the PlayList 🎧
- Supported on Blog to play the mp3 audio file
See Screenshots
(2) New category layout type 🎨
- Add more horizontal Product Layout on Home Screen that group by Category Menu.
- This Layout will be available to customize in the upcoming FluxBuilder.
Add your category layout using FluxBuilder, then update the type
in config_en.json to menuWithProducts
as following
{ "layout": "category", "type": "menuWithProducts", "wrap": false, "size": 2, "radius": 24, "marginLeft": 24, "marginRight": 24, "marginTop": 10, "marginBottom": 10, "paddingX": 0, "paddingY": 0, "marginX": 0, "marginY": 0, "hideTitle": false, ... (more code) ... },
See Screenshot
(3) Webview Privacy page 🗳
- Support Privacy and Term in webview
(4) New Thai language 🇹🇭
:: 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:
Flutter 2.2.3 • channel stable • https://github.com/flutter/flutter.git Framework • revision f4abaa0735 (7 weeks ago) • 2021-07-01 12:46:11 -0700 Engine • revision 241c87ad80 Tools • Dart 2.13.4
- 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.
- 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.
- UI improvements for RTL languages.
:: 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 bugs on simple type blog detail.
- Fix/blog grid widget.
- Fix Image is not clear and unexpected Back icon on List-blog.
- Fix Detailed Blog Setting does not display when selecting a blog on List-blog.
Version 2.2.0 – 30 May 2021
:: New features
(1) Compatible with new Flutter 2.2.x 🚀
Make sure to update Flutter SDK to latest Stable (2.2.x).
flutter channel stable flutter upgrade --force flutter clean flutter pub get
- More refer to Medium What's News in Flutter 2.2 or this link
(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 🗳
:: 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
:: Minor bug fixes & UX improvements
Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements.
Version 2.0.0 – 05 Mar 2021
:: New features
(1) Compatible with new Flutter 2.0.x 🚀
- Make sure to update Flutter SDK to latest Stable (2.0.x).
- More refer to What's News in Flutter 2
(2) New languages: Poland 🇵🇱, Serbian 🇷🇸, Persian, and updated some previous native languages.
Thank you the great Fluxstore community to contribute these languages 🙏
(3) Show nearby listings on Map Screen 🗾
(4) Search with location 🔎
:: Important improvements
⚠️ This release will only compatible with new Fluxbuilder +1.1.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.
Releases in 2020
Version 1.9.x - 28 Dec 2020
:: New features
(1) Support Booking History & Payment (Listeo)
(2) Support macOS and web WPA
Now support to run as Desktop and Web App. Make sure to change your Flutter channel to Dev or Master.
(3) Compatible with FluxBuilder
Currently FluxBuilder supports to customize design/UI of FluxStore Listing for both Listeo, My Listing, and Listing Pro.
:: Bug fixes & improvements
- Add Link to Blog List for category icons.
- Support for Russian Languages.
- Support for ThaiLan Languages.
- Improve Registration screen: add a Phone number.
- Improve first loading performance.
- Update all libraries to the latest version.
- Fix compatible from ListingPro & MyListing
Version 1.8.1 – 15 Oct 2020
New - update to compatible with latest Flutter 1.22.x and iOS 14
New - automatically fill in OTP for SMS Login on Android.
New - improve the iPad and Web responsive layouts
New - support Booking History
New - Dark Theme Color Theme
New - compatible with the latest Fluxbuilder 1.0.9
Update - fix slow loading splash screen
Update - fix splash screen boxfit contain mode
Update - fix empty info after user update profile.
Update - fix uploaded product image rotation on iOS/iPad.
Update - fix navigation drawer cannot close on iPad
Update - fix the Navigation bug and improve the Routing.
Update - fix social Login issues
Update - minor bugs fix and perforamnce improvement.
Version 1.4.3 – 16 Aug 2020
- Update - compatible with latest Flutter 1.20.x
- Add - support Adding Listing via Webview.
- Update - fix build issues and Android (cause by out-date Facebook Login library)
- Update - all latest library on pubspecs
- Update - migrate new Android project to Kolint (speed up build time)
- Update - fix booking issue on Listeo
- Update - latest ListApp Manager Wordpress plugin
- Update - minor bug fix and improve performance.
Version 1.4.2 – 19 Jun 2020
- Update - fixed the submit review issue
- Update - Update Reviews on Listing Pro will automatically be submitted and display.
- Update - Reviews on MyListing and Listeo have to be approved by admin.
- Update - the app to compatible with ListingPro 2.5.x, My Listing 2.2.x, Listeo 1.3.x.
- Update - latest library and minor bug fix.
Version 1.4.1 – 10 May 2020
- New - compatible with latest Flutter 1.17
- Update - update compatible with latest MyListing & ListingPro
- Update - fix the login issues
- Update - improve performance loading
- Update - latest pubspec libraries
Version 1.4.0 – 03 Apr 2020
- Update - latest Provider 4.0
- Update - minior bug fixes from ListingPro theme
- Update - latest pubspec library
Version 1.3.0 – 02 Feb 2020
- Update - compatible with latest ListingPro 2.5.x
- Update - compatible with latest MyListing 2.3.x
- Update - build script issue on lastest Flutter
- Update - minor bugs fix and improvements
Releases in 2019
Version 1.2b – 12 Dec 2019
Update - library to compatible with latest Flutter 1.2
Version 1.2 – 27 Nov 2019
- New - Add new Apple Sign In - (this is required the feature to pass Apple Review on Appstore)
- New - Add new Blog screens and support video types
- Update - many bug fixes and performance improvements
Version 1.0 – 22 Nov 2019
- Release the first version
- Compatible with Mylisting, ListingPro and Listeo