android_tv_remote_package 1.0.0+1
android_tv_remote_package: ^1.0.0+1 copied to clipboard
An Android tv Remote Package
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add android_tv_remote_packageThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
android_tv_remote_package: ^1.0.0+1Alternatively, 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:android_tv_remote_package/android_tv_remote.dart';
import 'package:android_tv_remote_package/main.dart';
import 'package:android_tv_remote_package/models/pairing_state.dart';
import 'package:android_tv_remote_package/models/remote_error.dart';
import 'package:android_tv_remote_package/models/tv_device.dart';
import 'package:android_tv_remote_package/screens/discovery_screen.dart';
import 'package:android_tv_remote_package/screens/pairing_screen.dart';
import 'package:android_tv_remote_package/screens/remote_control_screen.dart';
import 'package:android_tv_remote_package/services/connection_service.dart';
import 'package:android_tv_remote_package/services/discovery_service_multicast.dart';