Skip to content

Commit d672c9c

Browse files
committed
Corrected ANSI notice
1 parent 8a7a81b commit d672c9c

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,16 @@ request.
141141

142142
### Colors
143143

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:
152154

153155
```dart
154156
var logger = Logger(

0 commit comments

Comments
 (0)