Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 454 Vote(s) - 3.57 Average
  • 1
  • 2
  • 3
  • 4
  • 5
<asynchronous suspension> in stacktrace output in flutter

#1
I use the Log package for logging which also outputs the stacktrace.

Between my log message I see `<asynchronous suspension>` a lot of times. Can someone tell me what it means?
Reply

#2
`<asynchronous suspension>` is not an indication of a problem, it just indicates that code execution is not synchronous code executed line-by-line, but instead a callback from a completed Future started at some position in the callstack
Reply

#3
If Code and everything is okay, Check your Internet connection, check emulator internet connection.
Reply

#4
This error may occur if you have added a splash screen with flutter_native_splash and deleted **flutter_native_splash.yaml** to remove the splash screen.

Try the following to get rid of this issue:

1. Go to **android\app\src\main\res\drawable** and do following changes.

**Delete this:**

<item>
<bitmap android:gravity="fill" android:src="@drawable/background"/>
</item>

**and add this one line of code:**

<item android:drawable="@android:color/white" />

2. Delete **background.png** from this directory.

Do the same thing for **android\app\src\main\res\drawable-v21**.

I hope it helps.
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through