android_tv_text_field 0.0.3 copy "android_tv_text_field: ^0.0.3" to clipboard
android_tv_text_field: ^0.0.3 copied to clipboard

PlatformAndroid

A Flutter plugin that provides native Android EditText component as a solution for Android TV remote control issues with Flutter's default TextField. According to Flutter issue #154924, the default Te [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add android_tv_text_field

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  android_tv_text_field: ^0.0.3

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:android_tv_text_field/native_textfield_tv.dart';
import 'package:android_tv_text_field/native_textfield_tv_method_channel.dart';
import 'package:android_tv_text_field/native_textfield_tv_platform_interface.dart';
1
likes
130
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that provides native Android EditText component as a solution for Android TV remote control issues with Flutter's default TextField. According to Flutter issue #154924, the default TextField doesn't work properly with TV remotes on many Android TV devices. This plugin offers a native alternative with full TextEditingController compatibility, focus management, and real-time text access.

Topics

#flutter #android #tv #keyboard #textfield

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on android_tv_text_field

Packages that implement android_tv_text_field