focusnode_widgets 0.0.9 focusnode_widgets: ^0.0.9 copied to clipboard
Reusable focus node widgets. Can be controlled with keyboard or Remote Control (e.g. Android TV).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add focusnode_widgets
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
focusnode_widgets: ^0.0.9
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:focusnode_widgets/focusnode_widgets.dart';