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
This started to happen since the latest Flutter 3.16.0 update.
If i remove .ceil(), there will be no crash, for some reason this happens not on all computers, but many users report to me that app is simply not launched because of this error. As soon as i change .ceil() to .toInt() problem disappears
PlatformDispatcher.instance.onError, try catch, FlutterError.onError, runZonedGuarded do not catch any errors
AnyDesk_as9FKEfHIi.mp4
This started to happen since the latest Flutter 3.16.0 update.
If i remove .ceil(), there will be no crash, for some reason this happens not on all computers, but many users report to me that app is simply not launched because of this error. As soon as i change .ceil() to .toInt() problem disappears
PlatformDispatcher.instance.onError, try catch, FlutterError.onError, runZonedGuarded do not catch any errors