Skip to content

Latest commit

 

History

History
105 lines (66 loc) · 3.88 KB

README.md

File metadata and controls

105 lines (66 loc) · 3.88 KB

 

Custom Keyboard

Github top language Github language count Repository size

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   Author


🎯 About

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.

✨ Features

✔️ Show and hide keyboard.
✔️ Cursor updates as user inputs.

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Flutter installed.

🏁 Starting

# 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.

🖼️ Screenshots