focus_debugger_flutterflow 0.0.13 copy "focus_debugger_flutterflow: ^0.0.13" to clipboard
focus_debugger_flutterflow: ^0.0.13 copied to clipboard

Visually debug where focus is in your Flutter app.

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_flutterflow/focus_debugger_flutterflow.dart';

Future main() async {
  FocusDebugger.instance.activate();
  runApp(const MyApp());
}
0
likes
140
points
205
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Visually debug where focus is in your Flutter app.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on focus_debugger_flutterflow