flutter_android_tv_text_field 1.0.2 copy "flutter_android_tv_text_field: ^1.0.2" to clipboard
flutter_android_tv_text_field: ^1.0.2 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 flutter_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:
  flutter_android_tv_text_field: ^1.0.2

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:flutter_android_tv_text_field/native_textfield_tv.dart';
import 'package:flutter_android_tv_text_field/native_textfield_tv_method_channel.dart';
import 'package:flutter_android_tv_text_field/native_textfield_tv_platform_interface.dart';
0
likes
125
points
23
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 flutter_android_tv_text_field

Packages that implement flutter_android_tv_text_field