fconsole library

Enums

ConsoleDisplayMode
How to show the console button
FConsoleStatus
FlowLogEvent

Properties

consoleEntry OverlayEntry?
getter/setter pair
consolePanelEntry OverlayEntry?
getter/setter pair
fconsole ↔ _Console
console对象
getter/setter pair

Functions

hideConsole({BuildContext? context}) → void
hide console btn
hideConsolePanel() → dynamic
runAppWithFConsole(Widget app, {Future beforeRun()?, FConsoleCardDelegate? delegate, ErrHandler? errHandler}) → void
Note: beforeRun will be called before runApp() if some code run ouside runAppWithConsole, the log will not cache by fconsole.
showConsole({BuildContext? context}) → void
show console btn
showConsolePanel(Function onHideTap, {BuildContext? context}) → dynamic
show console panel

Typedefs

ErrHandler = void Function(Zone, ZoneDelegate, Zone, Object, StackTrace)