We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I connect via cable to iPhone and run the app. For some reason logger showing strange prefix as in pict below.
logger
text version
flutter: ┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── flutter: │ #0 Cache.getString (package:feedback_mobile/service/cache.dart:63:11) flutter: │ #1 <asynchronous suspension> flutter: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄ flutter: │ 🐛 cache hit "accessToken" expire at "2024-03-14T12:27:15.398175Z" flutter: └─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── flutter: \^[[38;5;12m┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────<…> flutter: \^[[38;5;12m│ #0 _FeedbackDetailPageState._loadStat (package:feedback_mobile/Page/feedback_detail_page.dart:185:9)<…> flutter: \^[[38;5;12m│ #1 <asynchronous suspension><…> flutter: \^[[38;5;12m├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄<…> flutter: \^[[38;5;12m│ 💡 FeedbackStatLoad<…> flutter: \^[[38;5;12m└───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────<…>
What could be wrong? This is not happening if I using Android Emulator. The iPhone iOS version is 17.4
The text was updated successfully, but these errors were encountered:
These are the failing ANSI codes:
Sorry, something went wrong.
@Bungeefan thank you for pointed me to the README docs. I fixed the issue by followed the docs and just disabled the color.
var logger = Logger( printer: PrefixPrinter(PrettyPrinter(colors: false)) );
The log now looks like this, not colorful, but still better than not able to read the docs.
No branches or pull requests
If I connect via cable to iPhone and run the app. For some reason
logger
showing strange prefix as in pict below.text version
What could be wrong?
This is not happening if I using Android Emulator.
The iPhone iOS version is 17.4
The text was updated successfully, but these errors were encountered: