Frezyx / talker

☎️ Advanced error handler and logger for dart and flutter apps
https://pub.dev/packages/talker_flutter
MIT License
525 stars 64 forks source link

no color change for route enum #259

Closed damianololo closed 3 days ago

damianololo commented 2 months 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(), }, ), );

Expected behavior Color should be yellow.

Screenshots image

Frezyx commented 3 days ago

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

damianololo commented 3 days ago

Thanks for update