From 30c17d35ae085f6da26248b3fb03a7e0202caa48 Mon Sep 17 00:00:00 2001 From: Ahmed El-Araby Date: Thu, 19 Mar 2020 09:48:53 +0300 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 26264c2..e752a39 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ +# virtual_keyboard_multi_language + +# About +A simple package for dispaying virtual keyboards on a devices like kiosks and ATMs. The library is written in Dart and has no native code dependancy. + +This project has forked from `virtual_keyboard` project because the `virtual_keyboard` project built to only display a buttons on the screen with single language. However, this project will handel the events and aill supports multi-languages. + +# TODO List: +- Multi-langugae support +- Option to make a popup floating keyboard/keyNum. +- Adding input result viewer and handel the events. + -# ************ Under developing, Please don't use now **************

@@ -11,12 +22,6 @@


-# virtual_keyboard - -## Introduction -A simple package for dispaying virtual keyboards on a devices like kiosks and ATMs. The library is written in Dart and has no native code dependancy. - -Virtual keyboard provides a core set of functionality to display onscreen virtual keyboards. Managing the events sould be done on the project level. ## Reference @@ -194,7 +199,6 @@ setState(() {}); } ``` -- [Gurgen Hovhannisyan](https://github.com/gurgenDP) -- [Digital Pomegranate](https://digitalpomegranate.com) +- [Ahmed El-Araby](https://github.com/ahmed-eg) - [LICENSE - MIT](https://github.com/gurgenDP/virtual_keyboard/blob/master/LICENSE)