flu_console

Last updated:

0 purchases

flu_console Image
flu_console Images
Add to Cart

Description:

flu console

flu_console #
Let flutter print logs to display on the phone
Getting Started #
step 1: init #

FluConsole.run(() {
runApp(const App());
});

//or passing in 'enableLog' parameters

FluConsole.run(() {
runApp(const App());
},enableLog: true);
copied to clipboard
step 2: show console enter button or show console Panel #

FluConsole.showConsoleButton(context);
// or
Navigator.of(ctx).push(PageNavAnimBuilder(const LogPrintPanel()));
copied to clipboard
run example #
cd ./example
flutter run
copied to clipboard
ScreenShot #

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.