-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no printout on the emulator #224
Comments
Hello @cai3804007 ! Please provide info about your code editor |
Maybe this issue related to #200 |
void main() { runApp(const MyApp()); The above code has no output in the main function,In the case of an emulator, but the real device has an output。 Android Studio Iguana | 2023.2.1 Patch 1 |
I am also experiencing this issue. I do not think it is related to #200, I experienced that issue which has now been fixed. I tried this with talker_dio_logger version:
IDE info:
iOS simulator device: |
I'm using Flutter 3.19.6, and talker 4.2.3. When running the app using Not sure what the expected behavior is here. |
Describe the bug
A clear and concise description of what the bug is.
Flutter 3.19.6 Framework • revision 54e66469a9 (7 days ago)
Tools • Dart 3.3.4 • DevTools 2.31.1
talker_logger 4.1.3
To Reproduce
Steps to reproduce the behavior:
There is no printout on the iOS emulator, there will be a printout on the real device. Is this a bug that is still unresolved, or is some file missing
Emulator version iOS 17.4
Real device iOS 15.4
The text was updated successfully, but these errors were encountered: