Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Add2App Integration #47

Open
stevanusw28 opened this issue Jul 19, 2021 · 1 comment
Open

Support Add2App Integration #47

stevanusw28 opened this issue Jul 19, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@stevanusw28
Copy link

Hello we have native app with flutter app as module and want to implement appspector but it seems not supported yet. Can this plugin also support add2app(https://flutter.dev/docs/development/add-to-app)?

The plugin appspector is built using an older version of the Android plugin API which assumes that it's running in a full-Flutter environment. It may have undefined behaviors when Flutter
is integrated into an existing app as a module.
The plugin can be updated to the v2 Android Plugin APIs by following https://flutter.dev/go/android-plugin-migration.

@Dimdron
Copy link
Contributor

Dimdron commented Jul 19, 2021

Hi @stevanusw28, thanks for the report. We have not taken into account such a kind of app.
However, I recommend taking look at the native AppSpectorSDKs and adding the line HttpOverrides.global = AppSpectorHttpOverrides(); in you flutter module to intercept HTTP requests as workaround (AppSpectorHttpOverrides is from package:appspector/http/http_overrides.dart). The basic functions will be work except for the android screenshot monitor, as I remember.

@Dimdron Dimdron added the enhancement New feature or request label Jul 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants