focus_debugger_flutterflow 0.0.10
focus_debugger_flutterflow: ^0.0.10 copied to clipboard
Visually debug where focus is in your Flutter app.
0.0.10 #
- Fixed race condition where focus debugger overlay would appear on click
- Added automatic timeout for keyboard flag (3 seconds)
- Improved pointer event handling to only respond to clicks, not hover/move
- Added better debouncing and double-check system for focus changes
- Enhanced scroll handling to temporarily hide overlay during scrolling
0.0.3 #
- Only active when the "Tab" key is pressed.
0.0.2 #
- Spammable activate() and deactivate()
0.0.1 #
- Initial working release.