is_tv_ffi 0.4.0 copy "is_tv_ffi: ^0.4.0" to clipboard
is_tv_ffi: ^0.4.0 copied to clipboard

A Flutter plugin to detect if the current device is a TV

is_tv_ffi #

A Flutter plugin to detect if the current device is a TV.

Platform Support #

Android iOS MacOS Web Linux Windows
🚧 🚧

Note: Support for other platforms is planned for future releases.

Installation #

Add this to your package's pubspec.yaml file:

dependencies:
    is_tv_ffi: ^0.3.0

Usage #

import 'package:is_tv_ffi/is_tv_ffi.dart';

// Check if the device is a TV
final isTv = IsTvFfi().isTv;
if (isTv) {
  print('Running on a TV');
} else {
  print('Not running on a TV');
}

Contributing #

Contributions are welcome! Please feel free to submit a Pull Request.

License #

This project is licensed under the MIT License - see the

0
likes
0
points
13
downloads

Publisher

verified publishermathiewabbas.dev

Weekly Downloads

A Flutter plugin to detect if the current device is a TV

Repository (GitHub)
View/report issues

Topics

#tv #ffi

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, jni, mocktail, web

More

Packages that depend on is_tv_ffi

Packages that implement is_tv_ffi