/flu_console

Display the flutter print log on the app

Primary LanguageDartApache License 2.0Apache-2.0

flu_console

Display the flutter log on the app

Getting Started

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

    //or

    FluConsole.run(() {
        runApp(const App());
    },enableLog: true);
  • step 2
   
    FluConsole.showConsoleButton(context);
    // or 
    Navigator.of(ctx).push(PageNavAnimBuilder(const LogPrintPanel()));

ScreenShot