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

outdated

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: ^1.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
15
pub points
0%
popularity

Publisher

verified publishertoutao.cloud

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

Repository
View/report issues

License

MIT (LICENSE)

Dependencies

dio, flutter, loggy, rxdart, stack_trace

More

Packages that depend on fk_logs