<aside> 🔔 **Join our group for the latest information & guide.**

</aside>

Version 6.3.0

Last updated: Jul 29, 2026 - Link Purchase | Download

<aside> 💡

QUICK NOTE

</aside>

https://youtu.be/n-iPK3F6RQo?si=1WqnhLUmyVxnoDS6


<aside> <img src="/icons/add_blue.svg" alt="/icons/add_blue.svg" width="40px" />

NEW FEATURE

</aside>

🔄 Core Updates

(1) Update Google Play Policy 💥

Supported: All Apps

This ensures continued app compatibility, improved performance, and access to new platform features while adhering to Google's publishing standards 👍

image.png

image.png


(2) Tab Bar Minimize Support 🫧

Supported: All Apps

Adds tab bar minimize UI.

"TabBarConfig": {
+ "showMinimize": true
}

image.png


(3) Liquid Glass Bottom TabBar 💧

Supported: All Apps

"TabBarConfig": {
+  "liquidGlass": true
}

image.png


(4) Floating Tab Bar 🎈

Supported: All Apps

Introduces a floating bottom tab bar style above the page content. Combine with margins, radius, and shadow to get a floating pill.

"TabBarConfig": {
+  "floating": true
}

image.png


(5) OTP Length Configuration for SMS Verification 🔢

Supported: All Apps

Adds configurable OTP length for SMS providers that do not use 6 digits (default length).

"authConfig": {
 "providers": {
  "sms": {
+   "otpLength": null // 6 as default
  }
 }
}

image.png


(6) Custom Filter Screen Support 🧭

Supported: All Apps

Allows configuring filter/sort options shown in Filter Screen.

"filterConfig": {
    "showLayout": true,
    "showSort": true,
    "showPriceSlider": false,
    "showCategory": false,
    "showListingLocation": false,
    "showBrand": false,
    "showTag": false,
    "showFeature": false,
    "showAttribute": false,
		"supportedSortByOptions": ["date", "price"]
}

image.png


(7) Language Expansion 🌐

Supported: All Apps

Adding more localization support: Afrikaans (af), Filipino (fil), Nepali (ne), Assamese (as), Belarusian (be), Tibetan (bo), Welsh (cy), Basque (eu), Irish (ga), Galician (gl), Swiss German (gsw), Gujarati (gu), Croatian (hr), Armenian (hy), Icelandic (is), Kyrgyz (ky), Latvian (lv), Macedonian (mk), Malayalam (ml), Mongolian (mn), Norwegian Bokmal (nb), Oriya (or), Panjabi (pa), Pashto (ps), Slovenian (sl), Tagalog (tl), Uighur (ug), Zulu (zu)

FluxStore apps now support more than 85 languages.


(8) HTML Link Handling Improvement 🔗

Supported: All Apps

Support handling deeplinks in HTML, such as product descriptions, blog/post content.


(9) Testimonial Style Variants 💬

Supported: All Apps

Adds new testimonial style variants for richer home/content design options.

image.png


(10) Secure Screen Configuration 🛡️

Supported: All Apps

Implements secure screen configuration to block screenshots and screen recording on sensitive screens or the entire app.

"secureScreenConfig": {
	 "enable": false,
	 "screens": []
}


<aside> <img src="/icons/warning_blue.svg" alt="/icons/warning_blue.svg" width="40px" />

IMPORTANT UPDATE

</aside>


Version 6.2.0

Last updated: Jun 15, 2026 - Link Purchase | Download


Version 6.1.0

Last updated: April 29, 2026 - Link Purchase | Download


Version 6.0.1

Last updated: April 1, 2026 - Link Purchase | Download

🔄 Core Updates

This patch release addresses critical bug fixes reported after v6.0.0