Announcing Fluxstore 2.0.x

New FluxStore version compatible with latest Flutter 2.0 was released in Mar 2021.
Last updated 05/03/2021

Image Credits: Google

Greetings from InspireUI, hope you have had a wonderful time! This is our regular and Big update on the awesome FluxStore apps. As the new Changelog is migrated to InspireUI Wiki, please check the detailed explanation in that link.

Below are some highlights about whatโ€™s new on FluxStore 2.0.0

  • ๐Ÿš€ Compatible with new Flutter 2.0 Stable version
  • ๐ŸŽŠ New Config Approach to support new FluxBuilder 1.2
  • ๐ŸŽŠ New Upload File feature via Product Add-Ons
  • ๐ŸŽŠ Support Huawei devices
  • ๐ŸŽŠ Nearby Listing and location search (FluxStore Listing app)
  • ๐ŸŽŠ Support Product Variant, Attribute, and WooCommerce single store Management (FluxStore Manager app)
  • ๐ŸŽŠ New languages: Poland ๐Ÿ‡ต๐Ÿ‡ฑ, Serbian ๐Ÿ‡ท๐Ÿ‡ธ, Persian ๐Ÿ‡ฎ๐Ÿ‡ท
  • โšก๏ธ Upgrade Stripe Payment feature.
  • โšก๏ธ Upgrade the source to the latest Pedantic (1.9.2)
  • โšก๏ธ๏ธ Upgrade most of the Library to Null Safety to support Flutter 2.0
  • โšก Many UIs and minor improvements, please check the detailed Changelog.

1. Compatible with new Flutter 2 ๐Ÿš€

๐Ÿ”ฅNew version 2.0 of all FluxStore apps is compatible with the latest Flutter 2. Please make sure to update Flutter SDK to the latest Stable (2.0.x):

flutter channel stable 
flutter upgrade --force
flutter clean

For more information about whatโ€™s new in Flutter 2.0 stable channel, check out the link below:

2. Upload File ๐Ÿ”ฅ

This wonderful feature is very useful for stores that require uploading file to products, especially drug store or online medicine store that needs to upload prescription. Short-description type, heading type are also supported.

File upload feature is compatible with the below WooCommerce Product Add-Ons plugin, and available on FluxStore WooCommerceFluxStore Multi Vendors apps:

To config this feature, just need to open lib/env.dart and update productAddons as below:

3. Capture Later for Stripe ๐Ÿ’ณ

Capture Later feature will separate authorization and capture to create a charge now, but capture funds later. Learn more at the guide below:

This Capture Later feature and Native Stripe payment are available for Extended License of FluxStore WooCommerceFluxStore Pro (Woo only), and FluxStore Multi Vendors apps. For Regular license, you totally are able to use Stripe payment via Webview.

To support this feature, please upgrade our new Stripe server source code and deploy it again:

4. New languages: Poland, Serbian, Persian

Currently, FluxStore has supported 24 languages as below. Thanks to the great contribution from our friendly Customers who sent us the translation as a native speaker:

[1โ€“5] Arabic, English ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ, Vietnamese๐Ÿ‡ป๐Ÿ‡ณ, Spanish ๐Ÿ‡ช๐Ÿ‡ธ, Chinese ๐Ÿ‡จ๐Ÿ‡ณ

[6โ€“10] Japanese๐Ÿ‡ฏ๐Ÿ‡ต, India (Hindi) ๐Ÿ‡ฎ๐Ÿ‡ณ, French ๐Ÿ‡ซ๐Ÿ‡ท, Russian ๐Ÿ‡ท๐Ÿ‡บ, Indonesian ๐Ÿ‡ฎ๐Ÿ‡ฉ

[11โ€“15] Korean ๐Ÿ‡ฐ๐Ÿ‡ท, Romanian ๐Ÿ‡ท๐Ÿ‡ด, Turkish ๐Ÿ‡น๐Ÿ‡ท, Italian ๐Ÿ‡ฎ๐Ÿ‡น, German ๐Ÿ‡ฉ๐Ÿ‡ช

[16โ€“20] Brazil ๐Ÿ‡ง๐Ÿ‡ท, Hungary ๐Ÿ‡ญ๐Ÿ‡บ, Hebrew ๐Ÿ‡ฎ๐Ÿ‡ฑ, Thailand ๐Ÿ‡น๐Ÿ‡ญ, Dutch ๐Ÿ‡ณ๐Ÿ‡ฑ

[21โ€“24] Serbian ๐Ÿ‡ท๐Ÿ‡ธ, Polish ๐Ÿ‡ต๐Ÿ‡ฑ, Persian ๐Ÿ‡ฎ๐Ÿ‡ท, Kurdish ๐Ÿ‡ฐ๐Ÿ‡ผ.

Let us know if you have any questions ๐Ÿ‘

Comments