Prerequisites
Feature request summary
Currently this package only supports iOS and Android. We use this package in our Flutter application for those platforms. We are in the process of deploying our Flutter app to the web, but this package's lack of support is currently a blocker to that. We are forced to either a) not deploy to web, or b) select another analytics service.
After a bit of research, I believe this could be added using the AEP Javascript SDK and Flutter's js_interop package. That way, it could support web without needing to add a new package or separate implementation - I could implement the same API the native SDKs support.
Thanks for help with this 👋
Current behavior
No response
Expected behavior
No response
Additional implementation details or code snippets
No response
Prerequisites
Feature request summary
Currently this package only supports iOS and Android. We use this package in our Flutter application for those platforms. We are in the process of deploying our Flutter app to the web, but this package's lack of support is currently a blocker to that. We are forced to either a) not deploy to web, or b) select another analytics service.
After a bit of research, I believe this could be added using the AEP Javascript SDK and Flutter's js_interop package. That way, it could support web without needing to add a new package or separate implementation - I could implement the same API the native SDKs support.
Thanks for help with this 👋
Current behavior
No response
Expected behavior
No response
Additional implementation details or code snippets
No response