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

</aside>

Version 6.2.0

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

<aside> 💡

QUICK NOTE

</aside>


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

NEW FEATURE

</aside>

🔄 Core Updates

(1) Flutter 3.44.x Upgrade ⬆

Upgrade to the latest Flutter ****channel stable v3.44.x

<aside> ⚠️

Some plugins may show Swift Package Manager/Kotlin Gradle Plugin warnings in the logs while running the app. But you can totally ignore them. Your app still works fine 👍

</aside>


(2) Notification Improvements 🔔

Supported: All frameworks

8bd5eb34aff72ea977e6.jpg


(3) OneSignal User Tracking Upgrade 🔔

Supported: All frameworks

592376435-4df1974e-16ff-4f96-b048-4238a06f85ee.png


(4) Search Empty State Customization 🔎

Supported: WooCommerce, MultiVendor (Dokan/WCFM), Shopify, Magento, Opencart, Strapi, Prestashop, Notion, BigCommerce, Haravan, MAX-Multisites

emptyimagesearch.png

emptyimagemissing.png

searchcustomimage.png

"searchConfig": {
+ "emptyImage": "assets/images/empty_search.png",
+ "boxFit": "contain",
}

(5) New Image Compare Widget 🖼️

Supported: All frameworks

https://youtube.com/shorts/Nt5LPcVhbs8

+ {
+   "layout": "imageCompare",
+   "beforeImage": "...",
+   "afterImage": "...",
+   "trackWidth": 3.0,
+   "borderRadius": 12.0,
+ }

(6) Dynamic Link Handling in WebView 🔗

Supported: All frameworks

"webViewConfig": {
+ "handleDynamicLink": true,
}

(7) Auth Config Refactor ⬆

Supported: All frameworks | ⚠️ BREAKING CHANGE

+ "authConfig": {
+   "defaultMethod": "emailPassword",
+   "providers": { ... },
+   "registration": {
+     "email": {"show": true, "require": true},
+     "firstName": {"show": true, "require": true},
+     "lastName": {"show": true, "require": true},
+     "phone": {"show": false, "require": false},
+     "username": {"show": true, "require": false},
+   },
+ }

(8) Tracking Events Refactor ♻️

Supported: All frameworks


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

IMPORTANT UPDATE

</aside>


Version 6.1.0

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

🔄 Core Updates

(1) Update easy_paypal to Comply with Google Play Policies ⬆

Supported: All frameworks

Updated the easy_paypal package to replace the old PayPal Data Collector SDK (com.paypal.android.sdk:data-collector) with the policy-compliant Braintree version (com.braintreepayments.api:data-collector:4.31.0). This resolves Google Play rejections caused by the old SDK collecting device location without prominent disclosure.


(2) Fix Android Build Error: local_auth compileSdk Incompatibility 🔧

Supported: All frameworks

Pinned local_auth_android to a fixed version to resolve a build failure introduced by Android Gradle Plugin 9+ (AGP 9), where local_auth_android was missing compileSdk in its build.gradle.kts. This fixes the NullPointerException crash during Gradle configuration.


(3) Fix Android Build Error: stripe_android / stripe_ios compileSdk Incompatibility 🔧

Supported: All frameworks (Extended source code only)

Fixed a build failure on extended source code caused by stripe_android and stripe_ios requiring compileSdk ≥ 36 due to updated androidx dependencies (activity, core-ktx, browser, navigationevent), while the project was still targeting android-35.


<aside> 💡

</aside>

⬆️ Pinned local_auth_android to a compatible version to fix build failures with Android Gradle Plugin 9+.


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