custom_tv_text_field 1.0.7
custom_tv_text_field: ^1.0.7 copied to clipboard
A premium Flutter custom text field and on-screen keyboard for Android TV, Xiaomi TV, Philips TV, Tizen OS, and Fire TV Stick. Optimized for remote control D-pad navigation.
1.0.7 #
- Correction: Updated README and platform support details.
- Removed Apple TV from supported platforms.
- Added specific support for Xiaomi TV, Philips TV, and Tizen OS.
1.0.6 #
- SEO: Optimized README and pubspec for better search ranking (Android TV, Remote Control, D-Pad keywords).
- Documentation: Enhanced README structure and platform support details.
1.0.5 #
- Visual: Added GIF preview to README for better presentation.
- Included assets in package.
1.0.4 #
- Improved: Added comprehensive dartdoc comments for all public API elements.
- Documents classes, constructors, methods, and properties.
- Achieved >20% documentation coverage to improve package score.
1.0.3 #
- Improved: Resolved static analysis issues to improve package score.
- Fixed
constant_identifier_namesinTextFieldType. - Fixed
curly_braces_in_flow_control_structuresinKeyboardController. - Removed unnecessary imports.
- Cleaned up unused parameters in example app.
- Balanced documentation with updated code examples.
- Fixed
1.0.2 #
- New Feature: Physical keyboard listening support using modern Flutter API (Focus + onKeyEvent)
- Capture lowercase letters (a-z), uppercase letters (A-Z), numbers (0-9)
- Support for special characters (!, @, #, $, %, etc.)
- Space and Backspace keys fully functional
- Works simultaneously with virtual on-screen keyboard
- Uses
event.characterfor accurate character detection
- Enhanced: Updated README with physical keyboard documentation
- Added: KEYBOARD_LISTENING.md - comprehensive technical documentation
- Added: ARCHITECTURE.md - visual diagrams and system flow
- Added: IMPLEMENTATION_SUMMARY.md - complete feature summary
- Improved: Info banner in example app to guide users
1.0.1 #
- Fix: Tap on custom keyboard keys now works correctly.
- Fix: Horizontal D-pad navigation wraps within the same row (matches system keyboard behavior).
- Updated repository URLs for pub.dev.
1.0.0 #
- Initial release of
custom_tv_text_field. - Features premium TV keyboard overlay.
- Support for
TextFieldTypeautomated validation. - Seamless
Formintegration. - D-pad navigation support.