flutter_focus_debugger
Tools for inspecting and debugging focus behavior in Flutter apps.
0.1.3
54K downloads/mo
#1429 most downloaded on pub.dev
Flutter-Bounty-Hunters/flutter_focus_debugger
What this package is like to depend on
Last release 1 years ago
09 Aug 2025
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
4 releases · first in 2025
0 releases in the last 12 months
see the full history below
Release timeline
4 releases · Aug 2025 to Aug 2025
2026
Releases
latest 4-
0.1.309 Aug 2025 -
0.1.209 Aug 2025 -
0.1.109 Aug 2025Release notes
Open source →Aug 9, 2025
- FIX: Debug focus bounds now correctly account for
FocusDebuggersitting somewhere other than the screen origin. - FEATURE: Debug focus bounds animate from one widget to another (can be turned off).
- FEATURE:
FocusDebuggercan show/hide focus bounds and focus history, independently. - ADJUSTMENT: Created an
exampleapp.
- FIX: Debug focus bounds now correctly account for
-
0.1.001 Aug 2025Release notes
Open source →Initial Release:
FocusDebugger: A widget that surrounds an entire app and paints focus debugging visuals.FocusWidgetPainter: Paints the global bounds around the widget with primary focus.FocusHistoryPane: A pane that displays a full history of focus movement during an app run.FfdLogs: Logger used withinflutter_focus_debugger.