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

display the flutter print log on the app

flu_console #

Display the flutter log on the app

Getting Started #

    // step 1
    FluConsole.run(() {
        runApp(const App());
    });

    // step 2
    FluConsole.showConsoleButton(context);
    // or 
    Navigator.of(ctx).push(PageNavAnimBuilder(const LogPrintPanel()));

ScreenShot #

1

2
likes
120
pub points
51%
popularity

Publisher

unverified uploader

display the flutter print log on the app

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, logger, plugin_platform_interface

More

Packages that depend on flu_console