Is it supported to make a browser extension using flutter/rinf? #476
Replies: 2 comments 4 replies
-
Tested with a simple extension following this guide: https://itnext.io/building-a-chrome-extension-with-flutter-a-step-by-step-guide-ea7260c0c452. Success without rinf.
Failed to init wasm: |
Beta Was this translation helpful? Give feedback.
-
To answer your first question, Rinf does not target browser extensions, so it's hard to say would Rinf work or not. Maybe it might, maybe it will not. Please share your experiences. The second issue looks like an issue related to CSP with Flutter apps. Rinf does insert a JavaScript tag into HTML, so this can be the cause. However deeper debugging seems to be required. |
Beta Was this translation helpful? Give feedback.
-
I want to make a extension for Chrome/Firefox/Safari using flutter/rinf.
Is it supported? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions