simple_tv_navigation 0.0.1+34
simple_tv_navigation: ^0.0.1+34 copied to clipboard
A highly optimized TV navigation system for Flutter applications, providing efficient ID-based focus management for TVs, set-top boxes, and game consoles.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add simple_tv_navigation
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
simple_tv_navigation: ^0.0.1+34
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:simple_tv_navigation/simple_tv_navigation.dart';