feat: Implement custom keyboard for Android TV (#523)

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
PartyDonut 2025-10-09 09:59:30 +02:00 committed by GitHub
parent 721fc28060
commit 75c2f958b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 927 additions and 157 deletions

View file

@ -61,7 +61,6 @@ class _HorizontalListState extends ConsumerState<HorizontalList> {
final contentPadding = 8.0;
double? contentWidth;
double? _firstItemWidth;
bool hasFocus = false;
@override
void initState() {
@ -256,7 +255,7 @@ class _HorizontalListState extends ConsumerState<HorizontalList> {
position.ensureVisible(
renderObject,
alignment: _calcAlignmentWithPadding(nodeContext),
duration: const Duration(milliseconds: 200),
duration: const Duration(milliseconds: 175),
curve: Curves.fastOutSlowIn,
);
}