Release notes August 2024
v1.2.0 August 28
v1.1.3 August 8
Performance Review * Webview Performance: Flutter demonstrates webview performance comparable to React Native. * Data-Intensive Operations: In scenarios involving substantial data processing, Flutter often exhibits superior response times. For example, it handles range proofs presentations more efficiently. Security * Flutter's webview restricts fetch operations and redirections to external services, offering enhanced security for integrations. While it provides an extra security layer, it could require some updates in some sdk actions in case it requires external fetches (which should be done outside the webview) Debugging * In Flutter, it is possible to view logs and errors emitted by the webview, a capability that is not available in the React Native app in an easy way. This feature significantly enhances the development experience and provides much better debugging methods.
Last updated
Was this helpful?