ardera / flutter-pi

A light-weight Flutter Engine Embedder for Raspberry Pi that runs without X.
MIT License
1.48k stars 153 forks source link

Add TextInputType.none #374

Closed r3flow closed 4 months ago

r3flow commented 5 months ago

This patch allows the use of TextInputControl based virtual onscreen keyboards.

see also: https://github.com/flutter/flutter/pull/83974

ardera commented 4 months ago

Some builds are failing because I removed my pi4 32-bit runner. I'll merge it anyway. Thanks for the contribution!