<aside> 🔔 **Join our group for the latest information & guide.**
</aside>
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>
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>
Supported: All frameworks

Supported: All frameworks

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



"searchConfig": {
+ "emptyImage": "assets/images/empty_search.png",
+ "boxFit": "contain",
}
Supported: All frameworks
https://youtube.com/shorts/Nt5LPcVhbs8
imageCompare homepage layout widget for before/after showcase. Perfect for showcasing before/after transformations directly on your Homepage. Makes your app look professional!+ {
+ "layout": "imageCompare",
+ "beforeImage": "...",
+ "afterImage": "...",
+ "trackWidth": 3.0,
+ "borderRadius": 12.0,
+ }
Supported: All frameworks
"webViewConfig": {
+ "handleDynamicLink": true,
}
Supported: All frameworks | ⚠️ BREAKING CHANGE
authConfig structure to support flexible sign-up fields and modern provider config.+ "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},
+ },
+ }
Supported: All frameworks
<aside> <img src="/icons/warning_blue.svg" alt="/icons/warning_blue.svg" width="40px" />
IMPORTANT UPDATE
</aside>
Last updated: April 29, 2026 - Link Purchase | Download
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.
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.
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+.
Last updated: April 1, 2026 - Link Purchase | Download
This patch release addresses critical bug fixes reported after v6.0.0
connectivity_plus package