focus_debugger

Last updated:

0 purchases

focus_debugger Image
focus_debugger Images
Add to Cart

Description:

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.