fk_logs 2.0.0 copy "fk_logs: ^2.0.0" to clipboard
fk_logs: ^2.0.0 copied to clipboard

Loggy extension to use 'developer.log' with pretty printer in Flutter

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fk_logs

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

dependencies:
  fk_logs: ^2.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:fk_logs/fk_logs.dart';
0
likes
55
points
25
downloads

Publisher

verified publishertoutao.cloud

Weekly Downloads

Loggy extension to use 'developer.log' with pretty printer in Flutter

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, rxdart, stack_trace

More

Packages that depend on fk_logs