is_tv_ffi 0.6.0
is_tv_ffi: ^0.6.0 copied to clipboard
A Flutter plugin to detect if the current device is a TV
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add is_tv_ffiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
is_tv_ffi: ^0.6.0Alternatively, 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:is_tv_ffi/is_tv_ffi.dart';