Felix
Felix
Hello, I really like your work, especially the calendar widget for flutter, as i use it in my app. And it is wonderful. But I would like to have the...
# Feature request ## Is your feature request related to a problem? Please describe. To support special cases for authentification like signing in by scanning a qr code on the...
# Feature request ## Is your feature request related to a problem? Please describe. To support special cases for authentification like signing in by scanning a qr code on the...
This PR migrates from dart:html to package:web for supporting js interoperability. See #76 for more.
If you want to compile a dart web app to wasm using dart2wasm you can no longer use dart:html or the package:web. Instead you have to use the package:web. [https://dart.dev/interop/js-interop/package-web](https://dart.dev/interop/js-interop/package-web)...
### Describe the bug In src/dart_opaque/_web.dart the dart:js_util package is used for the allowInterop Function. This prevents flutter from building using dart2wasm. As other parts of the app were already...
This is a potential PR for WASM-Support in posthog-flutter. ## :bulb: Motivation and Context Enables wasm-builds in web as it uses dart:js_interop instead of dart:js. Also the new functions give...
## Describe the bug Firebase Dynamic Links is deprecated and will end working in 2025 (https://firebase.google.com/support/dynamic-links-faq?hl=de), the current implementation doesn't work on web as well. ## Possible solution There is...