flutter_focus_debugger 0.1.3 copy "flutter_focus_debugger: ^0.1.3" to clipboard
flutter_focus_debugger: ^0.1.3 copied to clipboard

Tools for inspecting and debugging focus behavior in Flutter apps.

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

0
likes
150
points
1.16k
downloads

Publisher

verified publisherflutterbountyhunters.com

Weekly Downloads

Tools for inspecting and debugging focus behavior in Flutter apps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, logging

More

Packages that depend on flutter_focus_debugger