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

</aside>

Version 6.0

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

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

NEW FEATURE

</aside>

🔄 Core Updates

(1) Flutter 3.41.x Upgrade ⬆

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

<aside> 💡

In the new version, we have some breaking changes:


(2) Universal Links / App Links 🔗

Supported: All frameworks | ⚠️ BREAKING CHANGE

"dynamicLinkConfig": {
  "type": "selfhosted",
  "serviceConfigs": {
    "selfhosted": {
      "supportedDomains": ["yourdomain.com"],
      "handleHttpsLinks": true,
      "handleCustomScheme": true,
      "customScheme": "fluxstore",
    },
  },
},