flu_console 1.1.0 copy "flu_console: ^1.1.0" to clipboard
flu_console: ^1.1.0 copied to clipboard

It can print the logs generated by the flutter application to the mobile phone screen in real time, without the development tools, to better help analyze the logs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flu_console

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

dependencies:
  flu_console: ^1.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:flu_console/flu_console.dart';
2
likes
135
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

It can print the logs generated by the flutter application to the mobile phone screen in real time, without the development tools, to better help analyze the logs.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flu_console

Packages that implement flu_console