mesh_sdk_flutter 1.1.5
mesh_sdk_flutter: ^1.1.5 copied to clipboard
Flutter library for integrating with Mesh Connect.
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