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

Why two keyboard demos? #52

Closed suragch closed 3 months ago

suragch commented 3 months ago

The demo app has two keyboard demos:

Do we need both of them? Can they be combined into one and still demonstrate the important information?

Satsrag commented 3 months ago

text_input_control_keyboard_demo.dart is just for testing customizing TextInputControl is working. Added by #42. I think we delete keyboard_demo.dart. customizing TextInputControl is Flutter's official way to make the embedded Keyboard. I make an embedded Mongol keyboard by customizing TextInputControl, this

suragch commented 3 months ago

Ok, great. I'll delete the original keyboard_demo.dart and rename yours to keyboard_demo.