trace 0.0.6-prerelease copy "trace: ^0.0.6-prerelease" to clipboard
trace: ^0.0.6-prerelease copied to clipboard

Trace is a minimalistic logger for your Dart & Flutter projects, that uses AnsiX to print customizable messages in terminal and export log files.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add trace

With Flutter:

 $ flutter pub add trace

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  trace: ^0.0.6-prerelease

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:trace/trace.dart';
7
likes
140
pub points
37%
popularity
screenshot

Publisher

verified publishernikosportolos.com

Trace is a minimalistic logger for your Dart & Flutter projects, that uses AnsiX to print customizable messages in terminal and export log files.

Repository (GitHub)
View/report issues
Contributing

Topics

#trace #logging #print #console #file

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

ansix, collection, data_class_plugin, date_time_format, meta, path, rxdart, stack_trace

More

Packages that depend on trace