Skip to content

Flutter-Bounty-Hunters/flutter_focus_debugger

Repository files navigation

Flutter Focus Debugger

Tools for tracing and debugging focus changes in Flutter.



Focus Bounds: See the global bounds of the currently focused widget.

Focus History: See a list of all focus changes since the start of the app.



Getting Started

Wrap your widget tree with a FocusDebugger:

FocusDebugger(
  child: MaterialApp(),
);



Examples

focused-widget-debug-border


focus-border-animation

About

Tools for inspecting and debugging focus behavior in Flutter apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published