Closed damianololo closed 3 days ago
when changing the color for the route enum there is no reaction in the console. other colors change correctly
To Reproduce final talker = TalkerFlutter.init( settings: TalkerSettings( colors: { TalkerLogType.route: AnsiPen()..yellow(), }, ), );
final talker = TalkerFlutter.init( settings: TalkerSettings( colors: { TalkerLogType.route: AnsiPen()..yellow(), }, ), );
Expected behavior Color should be yellow.
Screenshots
Hello @damianololo ! We have fixed this issue in this PR https://github.com/Frezyx/talker/pull/272 This fixes available in 4.5.0 package version
Thanks for update
when changing the color for the route enum there is no reaction in the console. other colors change correctly
To Reproduce
final talker = TalkerFlutter.init( settings: TalkerSettings( colors: { TalkerLogType.route: AnsiPen()..yellow(), }, ), );
Expected behavior Color should be yellow.
Screenshots