flutter_summernote icon indicating copy to clipboard operation
flutter_summernote copied to clipboard

Error on running version Flutter Channel dev, 1.23.0-4.0.pre,

Open yeras-is opened this issue 4 years ago • 0 comments

Can't type anything, it doesn't work on Flutter (Channel dev, 1.23.0-4.0.pre, on Microsoft Windows [Version 10.0.18363.1082], locale en-US)

UI

image

Logs

Performing hot restart...
Syncing files to device Android SDK built for x86...
D/EGL_emulation(22841): eglMakeCurrent: 0xa47e7680: ver 2 0 (tinfo 0xa4833f20)
E/eglCodecCommon(22841): glUtilsParamSize: unknow param 0x000085b5
E/BufferQueueProducer(22841): [SurfaceTexture-0-22841-1] cancelBuffer: BufferQueue has been abandoned
D/EGL_emulation(22841): eglMakeCurrent: 0xa48320a0: ver 2 0 (tinfo 0x91f7f340)
D/EGL_emulation(22841): eglMakeCurrent: 0xa4832c40: ver 2 0 (tinfo 0x91f7f340)
Restarted application in 1,104ms.
[GETX] "GetMaterialController" has been initialized
D/EGL_emulation(22841): eglMakeCurrent: 0xa47e7680: ver 2 0 (tinfo 0xa4833f20)
D/EGL_emulation(22841): eglCreateContext: 0xa4832c40: maj 2 min 0 rcv 2
D/EGL_emulation(22841): eglMakeCurrent: 0xa4832c40: ver 2 0 (tinfo 0x91f7f340)
E/eglCodecCommon(22841): glUtilsParamSize: unknow param 0x000085b5
D/EGL_emulation(22841): eglMakeCurrent: 0xa47e7680: ver 2 0 (tinfo 0xa4833f20)
D/EGL_emulation(22841): eglMakeCurrent: 0xa47e7680: ver 2 0 (tinfo 0xa4833f20)
E/eglCodecCommon(22841): glUtilsParamSize: unknow param 0x000085b5
E/eglCodecCommon(22841): glUtilsParamSize: unknow param 0x000085b5
E/eglCodecCommon(22841): glUtilsParamSize: unknow param 0x000085b5
E/eglCodecCommon(22841): glUtilsParamSize: unknow param 0x000085b5
E/eglCodecCommon(22841): glUtilsParamSize: unknow param 0x000085b5
E/eglCodecCommon(22841): glUtilsParamSize: unknow param 0x000085b5
D/        (22841): HostConnection::get() New Host Connection established 0x839a3000, tid 23176
E/eglCodecCommon(22841): glUtilsParamSize: unknow param 0x000085b5
E/eglCodecCommon(22841): glUtilsParamSize: unknow param 0x000085b5
E/eglCodecCommon(22841): glUtilsParamSize: unknow param 0x000085b5
E/eglCodecCommon(22841): glUtilsParamSize: unknow param 0x000085b5
E/eglCodecCommon(22841): glUtilsParamSize: unknow param 0x000085b5
E/eglCodecCommon(22841): glUtilsParamSize: unknow param 0x000085b5
E/eglCodecCommon(22841): glUtilsParamSize: unknow param 0x000085b5
E/eglCodecCommon(22841): glUtilsParamSize: unknow param 0x000085b5
E/eglCodecCommon(22841): glUtilsParamSize: unknow param 0x000085b5

Doctor

Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel dev, 1.23.0-4.0.pre, on Microsoft Windows [Version 10.0.18363.1082], locale en-US)

[√] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[√] Chrome - develop for the web
[√] Visual Studio - develop for Windows (Visual Studio Community 2019 16.7.2)
[√] Android Studio (version 4.0)
[!] IntelliJ IDEA Ultimate Edition (version 2019.3)
    X Flutter plugin not installed; this adds Flutter specific functionality.
    X Dart plugin not installed; this adds Dart specific functionality.
[√] VS Code (version 1.49.2)
[√] Connected device (5 available)

yeras-is avatar Oct 01 '20 10:10 yeras-is