tv_textfield 1.0.0
tv_textfield: ^1.0.0 copied to clipboard
A TV-friendly TextField that fixes D-pad focus issues and supports both software and hardware keyboards on Android TV, Apple TV, and other platforms.
1.0.0 #
- Declare Web, Windows, macOS, and Linux plugin platform support.
- Add Dart plugin registration for desktop and web targets.
- Replace
dart:ioplatform checks withdefaultTargetPlatformfor web compatibility.
0.1.1 #
- Add repository, homepage, and issue tracker links to
pubspec.yaml. - Add GitHub Actions CI and pub.dev publish workflow.
0.1.0 #
- Initial release.
- TV-friendly
TvTextFieldwith D-pad / Siri Remote focus fixes. - Native
EditTexton Android and nativeUITextFieldon iOS / tvOS. - Flutter fallback for desktop, web, and mobile.
TvTextFieldScopefor directional navigation mode.- Platform auto-detection for Android TV and Apple TV.