log_board 0.0.1 copy "log_board: ^0.0.1" to clipboard
log_board: ^0.0.1 copied to clipboard

A Flutter package that intercepts and displays app logs in real-time using WebSocket and an HTML log viewer.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add log_board

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

dependencies:
  log_board: ^0.0.1

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:log_board/log_board.dart';
0
likes
140
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that intercepts and displays app logs in real-time using WebSocket and an HTML log viewer.

Repository (GitHub)
View/report issues

Topics

#logging #websocket #debugging #server #tools

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on log_board