flog_dart 0.2.0 copy "flog_dart: ^0.2.0" to clipboard
flog_dart: ^0.2.0 copied to clipboard

Flutter companion for flog terminal log viewer. Structured logging + Network Inspector (HTTP/SSE/WS).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flog_dart

With Flutter:

 $ flutter pub add flog_dart

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

dependencies:
  flog_dart: ^0.2.0

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:flog_dart/flog_logger.dart';
0
likes
140
points
66
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter companion for flog terminal log viewer. Structured logging + Network Inspector (HTTP/SSE/WS).

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dio, web_socket_channel

More

Packages that depend on flog_dart