Abdurahman Popal

Results 33 comments of Abdurahman Popal

Error 2: we are getting this error after a long time of our app is open: -------- ``` [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Bad state: Cannot add event after closing #0 _StreamController.add...

> Your error 2 seems to be similar to the issue I descibed in #579. Could be related. Yea, looking like #579 is related to this, and we need to...

How's the progress of this going? we need to be able to close and re-initialize streams because the internet may come and go.

Having the same issue, when will this get fix?

The issue is happening only in 10% of windows computers of our clients We have downgraded to flutter 3.7.3 to solve this issue. The issue is: the app crush when...

The issue only happens on couple windows 10 devices I have tried to installed the same Windows 10 version but didn’t got that error message on my local machine. I...

@luwei888 thank you so much for sharing this issue error and screenshot. @huycozy we would you reopen this issue and find a solution for this issue ASAP so we could...

@huycozy this issue happens whenever use: 1.focus to field 2.change field Controller.text will repeat this question please try it with any example of flutter 3.10.+ this issue will repeat in...

1) Use a focusNode with it and make a button which will call: focusNode.requestFocus() 2) use textController.text = “new Text” As @luwei888 said this issue raising when setting text of...

@liangjiate please do try to run this simple on Visual Studio code and share the crash video if possible, because we need a solution for this because of this issue...