File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -141,14 +141,16 @@ request.
141
141
142
142
### Colors
143
143
144
- Please note that all IDEs (VSCode, XCode, Android Studio, IntelliJ) do not
145
- support ANSI escape sequences in their terminal outputs. These escape sequences
146
- are used to color output. If using such an IDE do not configure colored output.
147
-
148
- However, if you are using a JetBrains IDE (Android Studio, IntelliJ, etc.)
149
- you can make use of the [ Grep Console Plugin] ( https://plugins.jetbrains.com/plugin/7125-grep-console )
150
- and the [ ` PrefixPrinter ` ] ( /lib/src/printers/prefix_printer.dart )
151
- decorator to achieved colored logs for any logger:
144
+ Please note that in some cases ANSI escape sequences do not work under macOS.
145
+ These escape sequences are used to colorize the output.
146
+ This seems to be related to a Flutter bug that affects iOS builds:
147
+ https://github.com/flutter/flutter/issues/64491
148
+
149
+ However, if you are using a JetBrains IDE (Android Studio, IntelliJ, etc.)
150
+ you can make use of
151
+ the [ Grep Console Plugin] ( https://plugins.jetbrains.com/plugin/7125-grep-console )
152
+ and the [ ` PrefixPrinter ` ] ( /lib/src/printers/prefix_printer.dart )
153
+ decorator to achieve colored logs for any logger:
152
154
153
155
``` dart
154
156
var logger = Logger(
You can’t perform that action at this time.
0 commit comments