suragch / mongol

Mongolian vertical script widgets for Flutter apps
https://pub.dev/packages/mongol
BSD 3-Clause "New" or "Revised" License
70 stars 15 forks source link

Added new keyboard demo using TextInputControl and TextFieldTapRegion #42

Closed Satsrag closed 1 year ago

Satsrag commented 1 year ago

Since Flutter3.7, added a mixin TextInputControl and a widget TextFieldTapRegion.

This PR is a demo of using the above two things to implement embed soft keyboard.

suragch commented 1 year ago

Thank you!