focus_debugger_flutterflow 0.0.13
focus_debugger_flutterflow: ^0.0.13 copied to clipboard
Visually debug where focus is in your Flutter app.
0.0.13 #
- Added configurable border width through FocusDebuggerConfig
- Border width can now be customized using the width parameter
0.0.12 #
- Reverted back to 0.0.10 functionality
- Removed scroll performance fixes from 0.0.11 that may have caused other issues
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.