Skip to content

Commit

Permalink
Fix request color
Browse files Browse the repository at this point in the history
  • Loading branch information
Carapacik committed Jul 26, 2023
1 parent 1df3b3c commit 493d1fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.1

- Use green color for requests

## 1.1.0

- Add color to messages
Expand Down
2 changes: 1 addition & 1 deletion lib/src/log.dart
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ extension _ConsoleColorX on _ConsoleColor {
case _ConsoleColor.red:
return '31m';
case _ConsoleColor.green:
return '33m';
return '32m';
case _ConsoleColor.blue:
return '34m';
}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: omega_dio_logger
description: Dio interceptor that logs network calls in a pretty, easy to read format with curl command
version: 1.1.0
version: 1.1.1
repository: https://github.com/Omega-R/omega_dio_logger
homepage: https://omega-r.com
environment:
Expand Down

0 comments on commit 493d1fb

Please sign in to comment.