mesh_sdk_flutter 1.1.8
mesh_sdk_flutter: ^1.1.8 copied to clipboard
Flutter library for integrating with Mesh Connect.
1.1.8 #
1.1.7 #
Removed #
- Removed the hardcoded Revolut origins (
https://ramp.revolut.codes,https://sso.revolut.codes,https://ramp.revolut.com) from the whitelisted origins list.
1.1.6 #
Added #
- BybitPay (
https://i.bybit.com), Kraken Pay (https://krak.app), Crypto.com Pay (https://js.crypto.com), and Cash App Pay (https://cash.app) added to the externally-opened origins list, enabling the hosted-QR deposit and pay flows to open the partner app or browser correctly. bybit,cryptocom,krakenpay,cashappadded toallowedNativeSchemesfor custom-scheme deep link support.- iOS platform setup section added to README documenting the
LSApplicationQueriesSchemesentries required in client apps.
Fixed #
isExternallyOpenedOriginnow compares scheme and host exactly (via URI parsing) instead of string-prefix matching, preventing lookalike-domain bypasses.
1.1.5 #
Added #
pay.coinbase.comis now opened in the external browser, enabling the Coinbase Pay ramp fallback flow to complete passkey 2FA on devices where it is not supported inside the WebView.
1.1.4 #
Fixed #
window.accessTokensis now injected as a stringified JSON string so the Link UI can callJSON.parse()on it, matching the expected contract.
1.1.3 #
- Expose
tokenIdfield inAccountTokenentity, required for Mesh’s Managed Token system (MMT).
1.1.2 #
- Enables opening Mesh OAuth redirect URLs in an external browser.
1.1.1 #
- Fixes a Flutter navigation bug caused by BuildContext shadowing in the close/exit dialog flow.
1.1.0 #
- Enabling system language, fiat currency display, and theme selection through MeshConfiguration.
1.0.0 #
- Added additional externally opened urls to open native apps.
0.0.3 #
- Added Spanish (es) and Portuguese (pt) localizations to the SDK.
- Added a fallback to English (en) if a supported locale was not found.
0.0.2 #
- Version release from CI
0.0.1 #
- Initial release