About | Features | Technologies | Requirements | Starting | Author
This is a simple app that shows you how to create your own custom keyboard in Flutter You can read my Medium article about this here. Reading the article explains everyting in full detail.
✔️ Show and hide keyboard.
✔️ Cursor updates as user inputs.
The following tools were used in this project:
Before starting 🏁, you need to have Git and Flutter installed.
# Clone this project
$ git clone https://github.com/maykhid/custom_keyboard
# Install dependencies
$ flutter pub get
From Android Studio/IntelliJ: Click Packages get in the action ribbon at the top of pubspec.yaml.
From VS Code: Click Get Packages located in right side of the action ribbon at the top of pubspec.yaml.