Last updated:
0 purchases
focus debugger
Focus debugger #
A debugger that listens to FocusManager in order to show a border around the currently focused widget.
Uses Overlay to show the border.
Useful for debugging keyboard navigation or AndroidTV D-pad navigation, TV remotes, etc.
Usage #
import 'package:focus_debugger/focus_debugger.dart';
Future main() async {
FocusDebugger.instance.activate();
runApp(const MyApp());
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.