You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
let me congrat with you for your work on this plugin first of all.
Now, there's a big conflict between the plugin and the flutter engine. With your plugin installed when I run the app on my device two errors are thrown:
E/flutter (18954): [ERROR:flutter/shell/platform/android/android_context_gl.cc(217)] Could not make the context current
E/flutter (18954): [ERROR:flutter/shell/platform/android/android_context_gl.cc(53)] EGL Error: EGL_BAD_ACCESS (12290)
On debug mode this has no impact as you pointed out in #1, but in profile/release mode this causes an app crash on startup.
The text was updated successfully, but these errors were encountered:
Hi there,
let me congrat with you for your work on this plugin first of all.
Now, there's a big conflict between the plugin and the flutter engine. With your plugin installed when I run the app on my device two errors are thrown:
On debug mode this has no impact as you pointed out in #1, but in profile/release mode this causes an app crash on startup.
The text was updated successfully, but these errors were encountered: