Afficher le journal de flottement sur l’application
Commencer
// step 1
FluConsole.run(() {
runApp(const App());
});
// step 2
FluConsole.showConsoleButton(context);
// or
Navigator.of(ctx).push(PageNavAnimBuilder(const LogPrintPanel()));
Capture d’écran
GitHub
Voir Github