flutter_log_viewer 0.1.0 copy "flutter_log_viewer: ^0.1.0" to clipboard
flutter_log_viewer: ^0.1.0 copied to clipboard

A compact, resizable in-app floating log viewer for Flutter applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_log_viewer

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

dependencies:
  flutter_log_viewer: ^0.1.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:flutter_log_viewer/flutter_log_viewer.dart';
1
likes
160
points
26
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A compact, resizable in-app floating log viewer for Flutter applications.

Repository (GitHub)
View/report issues

Topics

#logging #debugging #overlay #inspector #flutter

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_log_viewer