VisionX Previewer automatic Feedback
With next VisionX Previewer release we'll have a really useful feature. It's an automatic feedback in case of unexpected application errors.
It's entirely possible that the app can't handle all use cases equally well. This can lead to overflows or even unexpected display issues. Usually your users won't report such problems if they don't persist. For such cases, we have implemented an automated feedback handling. Any unexpected issues are reported automatically. The application will send the internal error message and stack trace to the backend and a Screenshot of the current application if possible.
Examples:
This will be reported to the backend e.g.
No worries, it's just a demo screen. It doesn't look fancy. Just use VisionX to create your own cool screen.
Our feedback handling is not comparable with commercial products like Sentry.io which is the recommended system in the flutter docs. But it's simple, free and built-in. If you use our flutter client as base of your own application client it's also possible to use other reporting systems like Sentry.io without any limitations.
We always try to keep things simple for you!