Skip to content

Commit

Permalink
Update talker_example.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Frezyx committed Jan 26, 2024
1 parent ce77b13 commit b881c0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/talker/example/talker_example.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import 'package:talker/talker.dart';
Future<void> main() async {
final talker = Talker(
settings: TalkerSettings(
colors: {
TalkerLogType.info: AnsiPen()..yellow(),
},
titles: {
TalkerLogType.exception: 'Whatever you want',
TalkerLogType.error: 'E',
Expand Down

0 comments on commit b881c0e

Please sign in to comment.